#tmr-hero-redesign{box-sizing:border-box;color:#334e68;background-color:#fff;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex}#tmr-hero-redesign .hero-container{flex-direction:row;justify-content:space-between;align-items:center;gap:60px;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}#tmr-hero-redesign .hero-text-col{flex:1;max-width:500px}#tmr-hero-redesign .sub-headline{letter-spacing:3px;text-transform:uppercase;color:#00a8e8;margin-bottom:15px;font-size:1rem;font-weight:700;display:block}#tmr-hero-redesign .headline{color:#061824;margin:0 0 25px;font-family:Noto Serif TC,Songti TC,serif;font-size:3.8rem;font-weight:700;line-height:1.2}#tmr-hero-redesign .description{color:#555;margin-bottom:40px;font-size:1.1rem;line-height:1.8}#tmr-hero-redesign .cta-group{gap:20px;display:flex}#tmr-hero-redesign .btn{white-space:nowrap;cursor:pointer;border-radius:8px;padding:14px 32px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s}#tmr-hero-redesign .btn-primary{color:#fff;background-color:#00a8e8;border:1px solid #00a8e8;box-shadow:0 4px 15px #00a8e840}#tmr-hero-redesign .btn-primary:hover{background-color:#0077b6;border-color:#0077b6;transform:translateY(-3px);box-shadow:0 8px 20px #00a8e866}#tmr-hero-redesign .btn-secondary{color:#061824;background-color:#0000;border:1px solid #06182433}#tmr-hero-redesign .btn-secondary:hover{color:#00a8e8;background-color:#00a8e80d;border-color:#00a8e8;transform:translateY(-3px)}#tmr-hero-redesign .hero-video-col{flex:1.2;justify-content:center;align-items:center;width:100%;display:flex}#tmr-hero-redesign .video-wrapper{aspect-ratio:16/9;cursor:pointer;background:#000;border-radius:12px;width:100%;max-width:650px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001f}#tmr-hero-redesign video{object-fit:cover;width:100%;height:100%;display:block}#tmr-hero-redesign .play-btn-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;pointer-events:none;background:#ffffff40;border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0003}#tmr-hero-redesign .video-wrapper:hover .play-btn-overlay{background:#00a8e8e6;border-color:#00a8e8;transform:translate(-50%,-50%)scale(1.1)}#tmr-hero-redesign .play-btn-overlay svg{margin-left:5px}@media screen and (max-width:1024px){#tmr-hero-redesign .hero-container{gap:40px}#tmr-hero-redesign .headline{font-size:2.8rem}#tmr-hero-redesign .video-wrapper{max-width:100%}}@media screen and (max-width:768px){#tmr-hero-redesign .hero-container{flex-direction:column;gap:40px}#tmr-hero-redesign .hero-text-col{text-align:center;max-width:100%}#tmr-hero-redesign .sub-headline{font-size:.9rem}#tmr-hero-redesign .headline{margin-bottom:15px;font-size:2.4rem}#tmr-hero-redesign .description{margin-bottom:30px;font-size:1rem}#tmr-hero-redesign .cta-group{justify-content:center;width:100%}#tmr-hero-redesign .btn{padding:12px 24px}#tmr-hero-redesign .hero-video-col{width:100%}#tmr-hero-redesign .play-btn-overlay{width:60px;height:60px}#tmr-hero-redesign .play-btn-overlay svg{width:18px;height:21px}}
#tmr-about-section{text-align:center;color:#334e68;background-color:#0000;width:100%;margin:0;padding:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#tmr-about-section .intro-text-wrapper{max-width:800px;margin:0 auto;padding:10px}#tmr-about-section .section-subtitle{color:#00a8e8;letter-spacing:2px;text-transform:uppercase;margin-bottom:15px;font-size:.9rem;font-weight:700;display:block}#tmr-about-section .section-title{color:#061824;margin:0 0 25px;font-family:Noto Serif TC,Songti TC,serif;font-size:2.5rem;line-height:1.3}#tmr-about-section .section-desc{color:#555;font-size:1.1rem;line-height:1.8}@media screen and (max-width:768px){#tmr-about-section .section-title{font-size:2rem}}
#tmr-menu-section{background-color:#0000;width:100%;margin:0;padding:20px 0 0;scroll-margin-top:140px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#tmr-menu-section .menu-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:350px;gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}#tmr-menu-section .menu-card{color:#fff;background-color:#000;border:1px solid #0000;border-radius:12px;width:100%;height:100%;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden;box-shadow:0 5px 15px #0000001a}#tmr-menu-section .menu-card:hover{z-index:10;border-color:#00a8e8cc;transform:translateY(-5px);box-shadow:0 0 25px #00a8e899,0 0 10px #00a8e866}#tmr-menu-section .card-media{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}#tmr-menu-section .poster-img,#tmr-menu-section .hover-video{object-fit:cover;object-position:center;width:100%;display:block;position:absolute;top:0;left:0;height:100%!important}#tmr-menu-section .hover-video{opacity:0;transition:opacity .5s}#tmr-menu-section .menu-card:hover .hover-video{opacity:1;filter:brightness(1.1)}#tmr-menu-section .card-media:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#000000e6 100%);width:100%;height:90%;position:absolute;bottom:0;left:0}#tmr-menu-section .card-content{z-index:2;box-sizing:border-box;flex-direction:column;width:100%;padding:30px;display:flex;position:absolute;bottom:0;left:0}#tmr-menu-section .card-tag{color:#fff;text-transform:uppercase;letter-spacing:1px;background:#00a8e8;border-radius:4px;align-self:flex-start;margin-bottom:10px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}#tmr-menu-section .menu-card h3{color:#fff;text-shadow:0 2px 5px #00000080;transform-origin:0 100%;margin:0 0 8px;font-family:Noto Serif TC,serif;font-size:1.8rem;font-weight:700;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),color .3s}#tmr-menu-section .menu-card:hover h3{text-shadow:0 5px 20px #000c;transform:scale(1.1);color:#fff!important}#tmr-menu-section .menu-card p{color:#f0f0f0;opacity:.95;max-width:90%;margin:0 0 15px;font-size:1rem;font-weight:300;line-height:1.5;transition:opacity .3s}#tmr-menu-section .menu-card:hover p{opacity:1;color:#fff!important}#tmr-menu-section .btn-text{color:#72efdd;text-transform:uppercase;font-size:.9rem;font-weight:700;transition:transform .3s}#tmr-menu-section .menu-card:hover .btn-text{color:#fff;transform:translate(5px)}@media screen and (max-width:768px){#tmr-menu-section .menu-grid{grid-template-columns:1fr;grid-auto-rows:280px}#tmr-menu-section .card-content{padding:20px}#tmr-menu-section .menu-card h3{font-size:1.5rem}}
#tmr-process-section{text-align:center;color:#334e68;box-sizing:border-box;background-color:#0000;width:100%;margin:0;padding:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}#tmr-process-section .process-header{max-width:800px;margin:0 auto 60px;padding-top:10px}#tmr-process-section .sub-headline{color:#00a8e8;letter-spacing:2px;text-transform:uppercase;margin-bottom:10px;font-size:.9rem;font-weight:700;display:block}#tmr-process-section .section-title{color:#061824;margin:0 0 20px;font-family:Noto Serif TC,Songti TC,serif;font-size:2.5rem}#tmr-process-section .title-divider{background-color:#00a8e8;border-radius:2px;width:60px;height:3px;margin:0 auto}#tmr-process-section .process-grid{justify-content:center;align-items:flex-start;gap:0;max-width:1100px;margin:0 auto;display:flex}#tmr-process-section .process-item{flex-direction:column;flex:1;align-items:center;padding:0 20px;display:flex}#tmr-process-section .icon-box{color:#00a8e8;background-color:#fff;border:1px solid #00a8e81a;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:30px;transition:all .3s;display:flex;position:relative;box-shadow:0 5px 15px #0000000d}#tmr-process-section .process-item:hover .icon-box{color:#fff;background-color:#00a8e8;transform:translateY(-5px);box-shadow:0 15px 30px #00a8e833}#tmr-process-section .step-number{color:#fff;background-color:#061824;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;font-weight:700;display:flex;position:absolute;top:0;right:0}#tmr-process-section h3{color:#061824;margin:0 0 15px;font-family:Noto Serif TC,serif;font-size:1.5rem}#tmr-process-section p{color:#555;max-width:300px;font-size:1rem;line-height:1.6}#tmr-process-section .process-connector{opacity:.5;background-image:linear-gradient(90deg,#ddd 50%,#0000 50%);background-size:10px 100%;flex:0 0 100px;height:2px;margin-top:50px}@media screen and (max-width:1024px){#tmr-process-section .process-item{padding:0 10px}#tmr-process-section .process-connector{flex:0 0 40px}#tmr-process-section p{font-size:.95rem}}@media screen and (max-width:767px){#tmr-process-section .process-grid{flex-direction:column;gap:50px}#tmr-process-section .process-connector{display:none}#tmr-process-section .process-item{width:100%;padding:0}#tmr-process-section .title-divider{margin-bottom:20px}}
#tmr-quote-section{color:#334e68;box-sizing:border-box;background-color:#fff;justify-content:center;align-items:center;width:100%;margin:0;padding:0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;display:flex}#tmr-quote-section .quote-container{justify-content:center;align-items:center;gap:80px;width:100%;max-width:1100px;padding:80px 20px;display:flex}#tmr-quote-section .quote-image-wrapper{flex:1;justify-content:center;display:flex;position:relative}#tmr-quote-section .quote-img{border-radius:12px;width:100%;max-width:400px;height:auto;display:block;box-shadow:-20px 20px #f0f9ff}#tmr-quote-section .quote-content{text-align:left;flex-direction:column;flex:1.2;align-items:flex-start;display:flex;position:relative}#tmr-quote-section .quote-icon{color:#00a8e8;opacity:.2;margin-bottom:-10px;margin-left:-5px;font-family:Noto Serif TC,serif;font-size:100px;line-height:1}#tmr-quote-section .quote-text{z-index:1;color:#061824;letter-spacing:2px;margin:10px 0 40px;font-family:Noto Serif TC,Songti TC,serif;font-size:2.6rem;font-weight:500;line-height:1.4;position:relative}#tmr-quote-section .quote-author{justify-content:flex-start;align-items:center;gap:15px;margin-bottom:50px;display:flex}#tmr-quote-section .author-line{background-color:#00a8e8;width:40px;height:1px}#tmr-quote-section .author-name{color:#486581;letter-spacing:1px;font-size:1.1rem;font-weight:700}#tmr-quote-section .trust-badge{color:#00a8e8;letter-spacing:1px;background-color:#f5f9fc;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:.95rem;font-weight:600;display:inline-flex}#tmr-quote-section .trust-badge svg{stroke:#00a8e8}@media screen and (max-width:900px){#tmr-quote-section .quote-container{flex-direction:column;gap:50px;padding:60px 20px}#tmr-quote-section .quote-image-wrapper{justify-content:center;width:100%;display:flex}#tmr-quote-section .quote-img{max-width:100%;box-shadow:15px 15px #f0f9ff}#tmr-quote-section .quote-content{text-align:center;align-items:center}#tmr-quote-section .quote-author{justify-content:center}#tmr-quote-section .quote-text{font-size:2rem}}
.react-photo-album{display:flex}.react-photo-album,.react-photo-album *{box-sizing:border-box}.react-photo-album--track{align-items:flex-start;display:flex}.react-photo-album--photo{padding:calc(var(--react-photo-album--padding) * 1px);position:relative}.react-photo-album--image{width:100%;height:auto;aspect-ratio:var(--react-photo-album--photo-width) / var(--react-photo-album--photo-height);display:block}.react-photo-album--button{cursor:pointer;border:initial;background:initial}.react-photo-album--rows{row-gap:calc(var(--react-photo-album--spacing) * 1px);flex-direction:column}.react-photo-album--rows .react-photo-album--track{--react-photo-album--track-gaps:calc(var(--react-photo-album--spacing) * (var(--react-photo-album--track-size) - 1) + 2 * var(--react-photo-album--padding) * var(--react-photo-album--track-size));justify-content:space-between}.react-photo-album--rows .react-photo-album--photo{width:calc((100% - var(--react-photo-album--track-gaps) * 1px) / (var(--react-photo-album--container-width) - var(--react-photo-album--track-gaps)) * var(--react-photo-album--photo-width) + 2px * var(--react-photo-album--padding))}
