@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@300;400;500&family=Inter:wght@300;400;500&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap";html,body{margin:0;padding:0}.app-main{min-height:60vh}:root{--ct-color-bg: #fffcf5;--ct-color-accent: #e67e22;--ct-color-accent-hover: #d35400;--ct-color-accent-soft: #fae5d3;--ct-color-dark: #2c1810;--ct-color-text: #5d4037;--ct-color-text-light: #8d6e63;--ct-shadow-sm: 0 2px 12px rgba(0, 0, 0, .08);--ct-shadow-md: 0 4px 20px rgba(0, 0, 0, .12);--ct-border-radius: 12px;--ct-transition: all .3s cubic-bezier(.4, 0, .2, 1)}.ct-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:var(--ct-transition)}.ct-header--scrolled{background:#fffcf5f2;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:var(--ct-shadow-sm);border-bottom:1px solid rgba(255,255,255,.8)}.ct-header__inner{max-width:1280px;margin:0 auto;padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:relative}.ct-header__brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:var(--ct-transition);padding:.5rem;border-radius:var(--ct-border-radius);margin:-.5rem}.ct-header__brand:hover{transform:translateY(-1px)}.ct-header__logo-wrapper{width:48px;height:48px;border-radius:50%;background:var(--ct-color-accent-soft);display:flex;align-items:center;justify-content:center;padding:4px;transition:var(--ct-transition)}.ct-header__logo{width:100%;height:100%;object-fit:contain;border-radius:50%;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.ct-header__title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--ct-color-dark);background:linear-gradient(135deg,var(--ct-color-dark) 0%,var(--ct-color-text) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ct-header__nav,.ct-header__nav-inner{display:flex;align-items:center;gap:2rem}.ct-header__nav-link{position:relative;display:inline-flex;align-items:center;gap:.45rem;text-decoration:none;color:var(--ct-color-text);font-family:Inter,sans-serif;font-weight:400;font-size:.95rem;letter-spacing:.02em;padding:.5rem 0;overflow:visible;transition:var(--ct-transition)}.ct-header__nav-text{position:relative;z-index:1;transition:var(--ct-transition)}.ct-header__nav-link:before{content:"";position:absolute;bottom:-3px;left:50%;width:0;height:2px;background:linear-gradient(90deg,var(--ct-color-accent),var(--ct-color-accent-hover));border-radius:999px;transform:translate(-50%);transition:width .35s cubic-bezier(.4,0,.2,1)}.ct-header__nav-link:hover .ct-header__nav-text,.ct-header__nav-link:focus-visible .ct-header__nav-text,.ct-header__nav-link:active .ct-header__nav-text{text-shadow:0 3px 12px rgba(230,126,34,.35),0 0 6px rgba(230,126,34,.25);transform:translateY(-1px)}.ct-header__nav-link:hover:before,.ct-header__nav-link:focus-visible:before,.ct-header__nav-link:active:before{width:100%}.ct-header__nav-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;opacity:0;transform:translateY(6px) rotate(-10deg);transition:opacity .35s cubic-bezier(.25,.8,.25,1),transform .35s cubic-bezier(.25,.8,.25,1)}.ct-header__nav-icon-svg{width:100%;height:100%;stroke:currentColor;stroke-width:2;stroke-linecap:round;fill:none}.ct-header__nav-link:hover .ct-header__nav-icon,.ct-header__nav-link:focus-visible .ct-header__nav-icon,.ct-header__nav-link:active .ct-header__nav-icon{opacity:1;transform:translateY(0) rotate(8deg)}.ct-header__nav-link:hover,.ct-header__nav-link:focus-visible,.ct-header__nav-link:active{color:var(--ct-color-accent-hover)}.ct-header__login{padding:.75rem 1.5rem;border-radius:var(--ct-border-radius);background:linear-gradient(135deg,var(--ct-color-accent),var(--ct-color-accent-hover));color:#fff;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;font-size:.95rem;letter-spacing:.02em;transition:var(--ct-transition);box-shadow:0 4px 12px #e67e224d;cursor:pointer;position:relative;overflow:hidden}.ct-header__login:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.ct-header__login:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e67e2266}.ct-header__login:hover:before{left:100%}.ct-header__login:active{transform:translateY(0)}.ct-header__toggle{display:none;border:none;background:none;padding:.5rem;cursor:pointer;border-radius:8px;transition:var(--ct-transition);position:relative;z-index:1001}.ct-header__toggle:hover{background:var(--ct-color-accent-soft)}.ct-header__toggle-line{display:block;width:22px;height:2px;background:var(--ct-color-dark);border-radius:2px;margin:4px 0;transition:var(--ct-transition)}.ct-header__toggle--open .ct-header__toggle-line:first-child{transform:rotate(45deg) translate(6px,6px)}.ct-header__toggle--open .ct-header__toggle-line:last-child{transform:rotate(-45deg) translate(6px,-6px)}.ct-header__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:998}@media (max-width: 768px){.ct-header__inner{padding:.75rem 1rem}.ct-header__logo-wrapper{width:40px;height:40px}.ct-header__title{font-size:1rem;letter-spacing:.16em}.ct-header__toggle{display:block}.ct-header__nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:var(--ct-color-bg);box-shadow:var(--ct-shadow-md);flex-direction:column;align-items:flex-start;padding:5rem 1.5rem 2rem;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:999}.ct-header__nav--open{right:0}.ct-header__nav-inner{flex-direction:column;align-items:flex-start;width:100%;gap:.5rem}.ct-header__nav-link{width:100%;padding:1rem 1.25rem;border-radius:var(--ct-border-radius);font-size:1.1rem}.ct-header__nav-link:before{display:none}.ct-header__nav-link:hover,.ct-header__nav-link:active,.ct-header__nav-link:focus-visible{background:var(--ct-color-accent-soft);text-shadow:none;transform:none}.ct-header__nav-link:hover .ct-header__nav-text,.ct-header__nav-link:active .ct-header__nav-text,.ct-header__nav-link:focus-visible .ct-header__nav-text{text-shadow:none;transform:none}.ct-header__login{width:100%;text-align:center;margin-top:1rem;padding:1rem 1.5rem}}@media (prefers-contrast: high){.ct-header--scrolled{background:#fff;border-bottom:2px solid var(--ct-color-dark)}.ct-header__nav-link:before{height:3px}}@media (prefers-reduced-motion: reduce){:root{--ct-transition: none}.ct-header__login:before{display:none}}.ct-footer{background:#2e2e2e;color:#e5e5e5;border-top:1px solid rgba(251,146,60,.25);position:relative;overflow:hidden;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}.ct-footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:50%;height:1px;background:linear-gradient(90deg,transparent 0%,#fb923c 50%,transparent 100%);animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{opacity:.5}50%{opacity:.8}}.ct-footer__dragon-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;opacity:.08;pointer-events:none}.ct-footer__dragon{position:absolute;width:100%;height:auto;color:#fb923c;filter:drop-shadow(0 0 8px rgba(251,146,60,.2))}.ct-footer__dragon--1{top:10%;animation:dragon-float-1 25s ease-in-out infinite}.ct-footer__dragon--2{top:50%;animation:dragon-float-2 30s ease-in-out infinite reverse}.ct-footer__dragon--3{bottom:10%;animation:dragon-float-3 22s ease-in-out infinite;opacity:.6}@keyframes dragon-float-1{0%,to{transform:translate(-10%) translateY(0);opacity:.08}50%{transform:translate(110%) translateY(-5px);opacity:.12}}@keyframes dragon-float-2{0%,to{transform:translate(110%) translateY(0);opacity:.06}50%{transform:translate(-10%) translateY(5px);opacity:.1}}@keyframes dragon-float-3{0%,to{transform:translate(-5%) translateY(0);opacity:.05}50%{transform:translate(105%) translateY(-3px);opacity:.08}}.ct-footer__clouds{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;overflow:hidden}.ct-footer__cloud{position:absolute;background:radial-gradient(ellipse at center,rgba(251,146,60,.04) 0%,transparent 70%);border-radius:50%;animation:cloud-drift 35s linear infinite}.ct-footer__cloud--1{width:250px;height:125px;top:15%;left:-125px;animation-duration:40s}.ct-footer__cloud--2{width:200px;height:100px;top:55%;left:-100px;animation-duration:45s;animation-delay:-15s}.ct-footer__cloud--3{width:180px;height:90px;top:35%;left:-90px;animation-duration:50s;animation-delay:-25s}@keyframes cloud-drift{0%{transform:translate(0)}to{transform:translate(calc(100vw + 300px))}}.ct-footer__inner{max-width:1000px;margin:0 auto;padding:2rem 2rem 1.5rem;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2.5rem;position:relative;z-index:1}.ct-footer__brand{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.ct-footer__logo{width:100px;height:auto;opacity:.95;filter:brightness(1.05);transition:transform .3s ease,filter .3s ease}.ct-footer__logo:hover{transform:scale(1.05);filter:brightness(1.1) drop-shadow(0 4px 8px rgba(251,146,60,.3))}.ct-footer__brand-text h3{font-size:1.1rem;margin-bottom:.4rem;color:#fb923c;font-weight:500;letter-spacing:.1em;font-family:Playfair Display,Georgia,serif}.ct-footer__brand-text p{font-size:.75rem;color:#e5e5e5b3;margin-bottom:1rem;line-height:1.4;font-weight:300;letter-spacing:.03em}.ct-footer__social{display:flex;align-items:center;justify-content:center;gap:.8rem}.ct-footer__social-label{font-size:.7rem;color:#e5e5e599;font-weight:400;letter-spacing:.05em;text-transform:uppercase}.ct-footer__social-icons{display:flex;gap:.6rem}.ct-footer__social-link{color:#e5e5e5b3;transition:all .3s ease;padding:.5rem;border-radius:50%;background:#fb923c1a;border:1px solid rgba(251,146,60,.2);display:flex;align-items:center;justify-content:center}.ct-footer__social-link:hover{color:#fb923c;transform:translateY(-2px);background:#fb923c26;border-color:#fb923c66;box-shadow:0 4px 12px #fb923c33}.ct-footer__col{text-align:center}.ct-footer__col h4{font-size:.8rem;margin-bottom:1rem;color:#fb923c;font-weight:500;letter-spacing:.1em;text-transform:uppercase;font-family:Inter,sans-serif}.ct-footer__contact{display:flex;flex-direction:column;align-items:center;gap:.75rem}.ct-footer__contact-item{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:.75rem;color:#e5e5e5b3;line-height:1.4;transition:all .3s ease}.ct-footer__contact-item:hover{color:#fb923c}.ct-footer__contact-icon{flex-shrink:0;opacity:.8;transition:all .3s ease;color:#fb923c}.ct-footer__contact-item:hover .ct-footer__contact-icon{opacity:1;transform:scale(1.1)}.ct-footer__links{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ct-footer__link{color:#e5e5e5b3;text-decoration:none;font-size:.75rem;transition:all .3s ease;padding:.3rem 0;font-weight:300;letter-spacing:.03em}.ct-footer__link:hover{color:#fb923c}.ct-footer__bottom{border-top:1px solid rgba(251,146,60,.15);background:#0000004d}.ct-footer__bottom-inner{max-width:1000px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.ct-footer__bottom p{font-size:.7rem;color:#e5e5e580;margin:0;font-weight:300;letter-spacing:.02em}.ct-footer__vietnamese span{font-size:.7rem;color:#fb923ccc;font-style:italic;letter-spacing:.05em;font-weight:400}@media (max-width: 768px){.ct-footer__inner{grid-template-columns:1fr;gap:2rem;padding:2rem 1.5rem 1.5rem}.ct-footer__brand{gap:.8rem}.ct-footer__logo{width:80px}.ct-footer__brand-text h3{font-size:1rem}.ct-footer__brand-text p{font-size:.7rem}.ct-footer__bottom-inner{flex-direction:column;gap:.5rem;text-align:center;padding:1rem 1.5rem}}@media (max-width: 1024px) and (min-width: 769px){.ct-footer__inner{grid-template-columns:1fr 1fr;gap:2rem;padding:2rem 2rem 1.5rem}.ct-footer__brand{grid-column:1 / -1}}@media (min-width: 1440px){.ct-footer__inner{max-width:1200px}}@media (prefers-reduced-motion: reduce){.ct-footer__social-link,.ct-footer__link,.ct-footer__contact-item,.ct-footer__logo,.ct-footer__dragon,.ct-footer__cloud{animation:none;transition:none}.ct-footer__social-link:hover,.ct-footer__link:hover,.ct-footer__contact-item:hover,.ct-footer__logo:hover{transform:none}.ct-footer:before{animation:none}}.scroll-to-top{position:fixed;bottom:30px;right:30px;z-index:1000}.scroll-button{width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid transparent;box-shadow:0 6px 20px #00000040;transition:all .3s ease;position:relative;overflow:hidden;animation:fadeInUp .4s ease forwards}.scroll-button--dark{background:#d44909;color:#fff}.scroll-button--light{background:#fff;color:#000;border-color:#fff9;box-shadow:0 6px 22px #00000073}.scroll-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#ffffff24,#fff0);opacity:0;transition:opacity .3s ease}.scroll-button:hover{transform:translateY(-4px);box-shadow:0 10px 26px #00000059}.scroll-button:hover:before{opacity:1}.scroll-button:active{transform:translateY(-2px);box-shadow:0 5px 16px #00000059}.scroll-icon{font-size:1rem;color:inherit;transition:transform .3s ease}.scroll-button:hover .scroll-icon{transform:translateY(-3px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.scroll-to-top{bottom:20px;right:20px}.scroll-button{width:50px;height:50px}.scroll-icon{font-size:1.3rem}}@media (max-width: 480px){.scroll-to-top{bottom:15px;right:15px}.scroll-button{width:45px;height:45px}.scroll-icon{font-size:1.2rem}}@media (prefers-reduced-motion: reduce){.scroll-button{transition:none;animation:none}.scroll-button:hover .scroll-icon{transform:none}}.ct-about{height:100vh;min-height:600px;max-height:800px;background:radial-gradient(ellipse at 20% 50%,rgba(245,158,11,.05) 0%,transparent 50%),radial-gradient(ellipse at 80% 20%,rgba(217,119,6,.05) 0%,transparent 50%),linear-gradient(135deg,#fef9f7,#fffaf5);padding:0;display:flex;align-items:center;position:relative;overflow:hidden;font-family:Inter,sans-serif;padding-top:2rem}.ct-about:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#f59e0b 20%,#d97706 50%,#f59e0b 80%,transparent 100%)}.ct-about__section{width:100%;max-width:1000px;margin:0 auto;padding:2rem}.ct-about__inner{display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center;position:relative}.ct-about__decoration{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.ct-about__chopsticks{position:absolute;top:20%;left:5%;width:2px;height:80px;background:linear-gradient(180deg,#f59e0b,#d97706);transform:rotate(45deg);opacity:.1}.ct-about__chopsticks:before{content:"";position:absolute;top:-10px;left:-1px;width:4px;height:10px;background:#d97706;border-radius:1px}.ct-about__wave{position:absolute;bottom:15%;right:5%;width:60px;height:20px;background:radial-gradient(circle at 10px 10px,transparent 8px,#d97706 8px,#d97706 9px,transparent 9px),radial-gradient(circle at 30px 10px,transparent 8px,#d97706 8px,#d97706 9px,transparent 9px),radial-gradient(circle at 50px 10px,transparent 8px,#d97706 8px,#d97706 9px,transparent 9px);opacity:.1}.ct-about__block{max-width:700px;position:relative;z-index:1}.ct-about__subtitle{display:block;font-size:.85rem;color:#d97706;letter-spacing:.3em;text-transform:uppercase;margin-bottom:.8rem;font-weight:400;font-family:Inter,sans-serif}.ct-about__header h1{font-size:2.5rem;margin-bottom:1.2rem;color:#2b1b0e;font-weight:300;letter-spacing:.1em;font-family:Playfair Display,serif;text-shadow:0 1px 2px rgba(0,0,0,.05)}.ct-about__divider{width:80px;height:3px;background:linear-gradient(90deg,#f59e0b,#d97706);margin:0 auto 1.5rem;border-radius:2px;position:relative}.ct-about__divider-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#2b1b0e;border-radius:50%;border:2px solid #fef9f7}.ct-about__content{margin-top:1.5rem}.ct-about__content p{font-size:.95rem;line-height:1.7;color:#2b1b0ed9;margin-bottom:1.2rem;font-family:Inter,sans-serif}.ct-about__highlight-text{background:linear-gradient(135deg,#f59e0b1a,#d977060d);padding:1rem 1.5rem;border-radius:8px;border-left:3px solid #f59e0b;font-size:.9rem!important}.ct-about__content strong{color:#d97706;font-weight:500}.ct-about__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:900px;width:100%;position:relative;z-index:1}.ct-about__card{background:#ffffffeb;border-radius:12px;padding:2rem 1.2rem;border:1px solid rgba(245,158,11,.2);box-shadow:0 4px 20px #00000014,inset 0 1px #fffc;transition:all .3s ease;position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ct-about__card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:12px 12px 0 0;opacity:0;transition:opacity .3s ease}.ct-about__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001f,inset 0 1px #fffc}.ct-about__card:hover:before{opacity:1}.ct-about__card-icon{width:56px;height:56px;margin:0 auto 1.2rem;display:flex;align-items:center;justify-content:center;color:#d97706;background:linear-gradient(135deg,#f59e0b1a,#d977060d);border-radius:50%;border:1px solid rgba(245,158,11,.3)}.ct-about__svg{width:28px;height:28px}.ct-about__card h2{font-size:1.1rem;margin-bottom:.8rem;color:#2b1b0e;font-weight:500;font-family:Playfair Display,serif;letter-spacing:.05em}.ct-about__card p{font-size:.82rem;line-height:1.6;color:#2b1b0ecc;margin:0;font-family:Inter,sans-serif}.ct-about__footer{margin-top:.5rem;padding-top:1rem;display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:1}.ct-about__vietnamese{font-size:.85rem;color:#d97706;font-family:Inter,sans-serif;letter-spacing:.05em;font-weight:500}.ct-about__signature{font-size:.9rem;color:#2b1b0eb3;font-style:italic;letter-spacing:.1em}@media (max-width: 768px){.ct-about{height:auto;min-height:100vh;max-height:none;padding:80px 0 2rem}.ct-about__section{padding:1rem}.ct-about__inner{gap:1.5rem}.ct-about__header h1{font-size:2rem}.ct-about__content p{font-size:.9rem}.ct-about__grid{grid-template-columns:minmax(0,1fr);gap:1rem;max-width:400px}.ct-about__card{padding:1.8rem 1rem}.ct-about__decoration{display:none}}@media (max-width: 1024px) and (min-width: 769px){.ct-about__grid{gap:1.2rem}.ct-about__card{padding:1.8rem 1rem}.ct-about__card p{font-size:.78rem}}.ct-contact{background:linear-gradient(135deg,#fefaf6,#fff9f5);padding:2.5rem 0;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.ct-contact:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#f59e0b 20%,#d97706 50%,#f59e0b 80%,transparent 100%)}.ct-contact__container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1;width:100%}.ct-contact__header{text-align:center;max-width:600px;margin:0 auto 2rem}.ct-contact__subtitle{display:block;font-size:.85rem;color:#d97706;letter-spacing:.2em;text-transform:uppercase;margin-bottom:.8rem;font-weight:400;font-family:Inter,sans-serif}.ct-contact__header h2{font-size:1.8rem;margin-bottom:1rem;color:#2b1b0e;font-weight:300;letter-spacing:.05em;font-family:Playfair Display,serif}.ct-contact__divider{width:50px;height:1.5px;background:linear-gradient(90deg,#f59e0b,#d97706);margin:0 auto 1rem;border-radius:1px;position:relative}.ct-contact__divider-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background:#2b1b0e;border-radius:50%;border:1.5px solid #fef9f7}.ct-contact__header p{font-size:.9rem;line-height:1.6;color:#2b1b0ecc;font-family:Inter,sans-serif;margin-bottom:0}.ct-contact__content{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:start}.ct-contact__form-section{background:#fffffff2;border-radius:12px;padding:1.8rem;border:1px solid rgba(245,158,11,.15);box-shadow:0 6px 20px #0000000f,0 1px 4px #f59e0b0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ct-contact__form{display:flex;flex-direction:column;gap:1.2rem}.ct-contact__form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ct-contact__form-group{display:flex;flex-direction:column;gap:.4rem}.ct-contact__form-group label{font-size:.85rem;font-weight:500;color:#2b1b0e;font-family:Inter,sans-serif}.ct-contact__form-group input,.ct-contact__form-group select,.ct-contact__form-group textarea{padding:.7rem .9rem;border:1px solid rgba(245,158,11,.3);border-radius:6px;font-size:.9rem;font-family:Inter,sans-serif;background:#fff;transition:all .3s ease;color:#2b1b0e}.ct-contact__form-group input:focus,.ct-contact__form-group select:focus,.ct-contact__form-group textarea:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1a}.ct-contact__form-group input::placeholder,.ct-contact__form-group textarea::placeholder{color:#2b1b0e66}.ct-contact__form-group textarea{resize:vertical;min-height:100px;line-height:1.5}.ct-contact__submit-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:.9rem 1.8rem;border-radius:6px;font-size:.95rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.3rem}.ct-contact__submit-btn:hover{transform:translateY(-1px);box-shadow:0 6px 15px #f59e0b4d}.ct-contact__submit-btn:active{transform:translateY(0)}.ct-contact__info-section{display:flex;flex-direction:column;gap:1.5rem}.ct-contact__info-card{background:#fffffff2;border-radius:12px;padding:1.5rem;border:1px solid rgba(245,158,11,.15);box-shadow:0 6px 20px #0000000f,0 1px 4px #f59e0b0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ct-contact__info-card h3{font-size:1.2rem;margin-bottom:1.2rem;color:#2b1b0e;font-weight:500;font-family:Playfair Display,serif;text-align:center;position:relative}.ct-contact__info-card h3:after{content:"";position:absolute;bottom:-.4rem;left:50%;transform:translate(-50%);width:35px;height:1.5px;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:1px}.ct-contact__info-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.ct-contact__info-item{display:flex;align-items:flex-start;gap:.8rem;padding:.8rem 0}.ct-contact__info-icon{width:36px;height:36px;background:linear-gradient(135deg,#f59e0b1a,#d977060d);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d97706;flex-shrink:0;border:1px solid rgba(245,158,11,.2)}.ct-contact__info-text h4{font-size:.85rem;font-weight:600;color:#2b1b0e;margin-bottom:.2rem;font-family:Inter,sans-serif}.ct-contact__info-text p{font-size:.8rem;color:#2b1b0ecc;line-height:1.4;margin:0;font-family:Inter,sans-serif}.ct-contact__services{background:linear-gradient(135deg,#f59e0b0d,#d9770605);border-radius:10px;padding:1.2rem;border:1px solid rgba(245,158,11,.1)}.ct-contact__services h4{font-size:1rem;margin-bottom:.8rem;color:#2b1b0e;font-weight:500;font-family:Playfair Display,serif;text-align:center}.ct-contact__services ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.ct-contact__services li{font-size:.8rem;color:#2b1b0ecc;position:relative;padding:.3rem 0 .3rem .8rem;font-family:Inter,sans-serif}.ct-contact__services li:before{content:"•";color:#f59e0b;position:absolute;left:0;font-weight:700}@media (max-width: 768px){.ct-contact{padding:2rem 0;min-height:auto}.ct-contact__container{padding:0 1.2rem}.ct-contact__header{margin-bottom:1.5rem}.ct-contact__header h2{font-size:1.6rem}.ct-contact__content{grid-template-columns:1fr;gap:1.5rem}.ct-contact__form-section{padding:1.5rem}.ct-contact__form-row{grid-template-columns:1fr;gap:1rem}.ct-contact__info-card{padding:1.2rem}.ct-contact__info-grid{grid-template-columns:1fr;gap:.8rem}.ct-contact__services ul{grid-template-columns:1fr}}@media (max-width: 1024px) and (min-width: 769px){.ct-contact__content{gap:1.5rem}.ct-contact__form-section{padding:1.5rem}.ct-contact__info-card{padding:1.2rem}}@media (max-height: 800px) and (min-width: 769px){.ct-contact{padding:1.5rem 0}.ct-contact__header{margin-bottom:1.5rem}.ct-contact__header h2{font-size:1.6rem}.ct-contact__form-section{padding:1.5rem}.ct-contact__info-card{padding:1.2rem}}.mention-legale-container{min-height:100vh;background:#fefaf6;position:relative;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,#f59e0b,#d97706);z-index:1000;transition:width .1s ease}.bg-elements{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:0}.bg-gradient-1{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(245,158,11,.06) 0%,transparent 70%);border-radius:50%;top:-10%;right:-5%;animation:float 20s ease-in-out infinite}.bg-gradient-2{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(217,119,6,.04) 0%,transparent 70%);border-radius:50%;bottom:5%;left:-8%;animation:float 25s ease-in-out infinite reverse}.accent-element{position:absolute;background:linear-gradient(135deg,#f59e0b,#d97706);opacity:.03}.accent-1{width:300px;height:300px;top:20%;right:5%;border-radius:30% 70% 70% 30%;animation:morph 8s ease-in-out infinite}.accent-2{width:250px;height:250px;bottom:10%;right:20%;border-radius:70% 30% 30% 70%;animation:morph 10s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@keyframes morph{0%,to{border-radius:30% 70% 70% 30%}50%{border-radius:70% 30% 30% 70%}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-section{padding:120px 40px 80px;text-align:center;position:relative;z-index:10}.hero-content{max-width:700px;margin:0 auto}.hero-subtitle{display:inline-block;font-size:.85rem;letter-spacing:.15em;text-transform:uppercase;color:#d97706;font-weight:600;margin-bottom:1.2rem;opacity:.9}.hero-title{font-size:3.2rem;font-weight:300;color:#1f1f1f;margin-bottom:1.8rem;letter-spacing:-.02em;line-height:1.2}.hero-divider{width:60px;height:2px;background:linear-gradient(90deg,#f59e0b,#d97706);margin:0 auto 1.8rem;border-radius:1px}.hero-description{font-size:1.1rem;line-height:1.8;color:#1f1f1fb3;max-width:600px;margin:0 auto;font-weight:300}.content-section{padding:40px 0 60px;position:relative;z-index:5}.content-wrapper{max-width:1000px;margin:0 auto;padding:0 40px}.blocks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.info-block{background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(245,158,11,.12);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);animation:slideUp .6s ease-out forwards;opacity:0}.info-block:hover{transform:translateY(-8px);border-color:#f59e0b4d;background:#ffffffd9;box-shadow:0 20px 60px #00000014,0 0 40px #f59e0b14}.info-block.active{transform:translateY(-8px)}.block-accent{position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#f59e0b,#d97706);opacity:0;transition:opacity .3s ease}.info-block:hover .block-accent{opacity:1}.block-header{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.8rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(245,158,11,.1)}.block-icon-container{width:56px;height:56px;background:linear-gradient(135deg,#f59e0b1f,#d977060f);border-radius:14px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(245,158,11,.15);flex-shrink:0}.block-icon{font-size:1.8rem;opacity:.9}.block-title{font-size:1.35rem;font-weight:600;color:#1f1f1f;letter-spacing:-.01em;margin:0}.block-content{display:flex;flex-direction:column;gap:1rem}.intro-text{font-size:.98rem;line-height:1.7;color:#1f1f1fbf;font-weight:400;margin:0}.details-section{display:flex;flex-direction:column;gap:.8rem;margin:.5rem 0;padding:1.2rem;background:linear-gradient(135deg,#f59e0b14,#d9770608);border-radius:12px;border:1px solid rgba(245,158,11,.1)}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;font-size:.9rem}.detail-label{color:#1f1f1fb3;font-weight:500}.detail-value{color:#d97706;font-weight:600;text-align:right}.notice-box{display:flex;align-items:flex-start;gap:.8rem;padding:1rem;background:#f59e0b1f;border-radius:12px;border-left:3px solid #f59e0b;margin:.5rem 0}.notice-icon{font-size:1.2rem;flex-shrink:0}.notice-text{font-size:.9rem;color:#1f1f1fbf;line-height:1.5}.contact-box{display:flex;flex-direction:column;gap:.6rem;padding:1.2rem;background:linear-gradient(135deg,#f59e0b1a,#d977060d);border-radius:12px;border:1px solid rgba(245,158,11,.15);margin:.5rem 0}.contact-label{font-size:.9rem;font-weight:600;color:#1f1f1fcc;margin:0}.contact-link{color:#d97706;text-decoration:none;font-weight:600;font-size:.95rem;transition:all .3s ease;display:inline-block}.contact-link:hover{color:#f59e0b;transform:translate(4px)}.copyright-box{display:flex;align-items:center;gap:.6rem;padding:.9rem 1.2rem;background:#1f1f1f0a;border-radius:12px;margin:.5rem 0}.copyright-icon{font-size:1rem;opacity:.8}.copyright-text{font-size:.9rem;color:#1f1f1fbf;font-weight:500}.page-footer{padding:2.5rem 40px;text-align:center;position:relative;z-index:5;border-top:1px solid rgba(245,158,11,.15);background:#fff6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{max-width:1000px;margin:0 auto}.footer-content p{font-size:.9rem;color:#1f1f1f99;margin:.5rem 0}.footer-divider{width:40px;height:1px;background:#f59e0b33;margin:.8rem auto}.footer-credit{font-size:.85rem;color:#1f1f1f80}@media (max-width: 1024px){.hero-section{padding:100px 30px 60px}.content-wrapper{padding:0 30px}.info-block{padding:1.8rem}}@media (max-width: 768px){.hero-section{padding:80px 20px 50px}.hero-title{font-size:2.2rem}.hero-description{font-size:1rem}.content-wrapper{padding:0 20px}.blocks-grid{grid-template-columns:1fr;gap:1.5rem}.info-block{padding:2rem}.block-header{gap:1rem}.page-footer{padding:2rem 20px}.bg-elements{display:none}}@media (max-width: 480px){.hero-section{padding:60px 16px 40px}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.75rem}.block-title{font-size:1.15rem}.detail-row{flex-direction:column;align-items:flex-start}.detail-value{text-align:left}.block-header{flex-direction:column;text-align:center}}.ct-hero{position:relative;height:100vh;min-height:600px;max-height:900px;padding-top:70px;display:flex;align-items:center;overflow:hidden;background:var(--ct-color-bg);font-family:Inter,Segoe UI,system-ui,sans-serif}.ct-hero__video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.ct-hero__video{width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.8) saturate(1.2)}.ct-hero__video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fff7eaf2,#fff7eacc 30%,#fff7eaad);-webkit-backdrop-filter:blur(.5px);backdrop-filter:blur(.5px)}.ct-hero__video-grain{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;mix-blend-mode:soft-light}.ct-hero__inner{max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:grid;grid-template-columns:1fr 360px;gap:2.5rem;align-items:center;width:100%;position:relative;z-index:2}.ct-hero__content{display:flex;flex-direction:column;gap:1rem;max-width:580px}.ct-hero__eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:600;color:#2b1b0ecc;font-family:Inter,sans-serif;margin-bottom:.3rem;position:relative;padding-left:.8rem}.ct-hero__eyebrow:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:10px;background:linear-gradient(135deg,var(--ct-color-accent),var(--ct-color-accent-hover));border-radius:2px}.ct-hero__title{font-size:clamp(2rem,4vw,3rem);line-height:1.1;font-weight:700;color:var(--ct-color-dark);margin:0;letter-spacing:-.02em;font-family:Playfair Display,Times New Roman,serif}.ct-hero__title span{color:var(--ct-color-accent);position:relative;display:inline-block;font-style:italic}.ct-hero__title span:after{content:"";position:absolute;bottom:3px;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent 0%,rgba(230,126,34,.4) 30%,rgba(230,126,34,.6) 50%,rgba(230,126,34,.4) 70%,transparent 100%);border-radius:2px}.ct-hero__subtitle{font-size:.95rem;line-height:1.6;color:#2b1b0ed9;max-width:500px;font-family:Inter,sans-serif;font-weight:400;letter-spacing:-.01em;margin-top:.3rem}.ct-hero__actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:.3rem}.ct-hero__btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem 1.8rem;border-radius:10px;font-size:.85rem;font-weight:600;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif;letter-spacing:.02em;position:relative;overflow:hidden;gap:.4rem}.ct-hero__btn--primary{background:linear-gradient(135deg,var(--ct-color-accent),var(--ct-color-accent-hover));color:#fff;box-shadow:0 8px 20px #e67e2240}.ct-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 12px 25px #e67e2259}.ct-hero__btn--ghost{background:#ffffffe6;color:var(--ct-color-dark);border-color:#2b1b0e1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 6px 20px #2b1b0e14}.ct-hero__btn--ghost:hover{background:var(--ct-color-dark);color:#fff;transform:translateY(-2px);box-shadow:0 10px 25px #2b1b0e33;border-color:var(--ct-color-dark)}.ct-hero__meta{display:flex;gap:2rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(43,27,14,.1)}.ct-hero__meta-item{display:flex;align-items:flex-start;gap:.6rem}.ct-hero__meta-icon{margin-top:.1rem;color:var(--ct-color-accent);opacity:.9;flex-shrink:0}.ct-hero__meta-label{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:600;color:#2b1b0eb3;font-family:Inter,sans-serif;display:block}.ct-hero__meta-value{font-size:.8rem;font-weight:500;color:var(--ct-color-dark);font-family:Inter,sans-serif;display:block;margin-top:.1rem}.ct-hero__special{display:flex;flex-direction:column;align-items:center;gap:1rem}.ct-hero__special-image-container{width:240px;height:240px;display:flex;align-items:center;justify-content:center;margin:0 auto}.ct-hero__special-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(0,0,0,.15));opacity:0;transform:scale(.8) rotate(-5deg);transition:all .4s ease}.ct-hero__special-image--active{opacity:1;transform:scale(1) rotate(0);animation:float 5s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0) scale(1)}33%{transform:translateY(-12px) rotate(1deg) scale(1.02)}66%{transform:translateY(-6px) rotate(-1deg) scale(1.01)}}.ct-hero__special-card{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:16px;padding:1.5rem;box-shadow:0 12px 30px #00000014,0 0 0 1px #fffc;border:1px solid rgba(255,255,255,.9);position:relative;max-width:320px}.ct-hero__special-toggle{display:flex;background:#ffffffe6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;padding:.3rem;gap:.2rem;box-shadow:0 3px 15px #0000000f;border:1px solid rgba(255,255,255,.8);margin-bottom:1rem}.ct-hero__toggle-btn{padding:.5rem 1rem;border:none;border-radius:8px;background:transparent;color:#2b1b0eb3;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;white-space:nowrap;flex:1}.ct-hero__toggle-btn--active{background:linear-gradient(135deg,var(--ct-color-accent),var(--ct-color-accent-hover));color:#fff;box-shadow:0 2px 8px #e67e2240}.ct-hero__toggle-btn:not(.ct-hero__toggle-btn--active):hover{background:#2b1b0e0d;color:var(--ct-color-dark)}.ct-hero__special-content{text-align:center}.ct-hero__special-title{font-size:1.1rem;font-weight:700;color:var(--ct-color-dark);font-family:Playfair Display,serif;margin:0 0 .8rem;line-height:1.2;font-style:italic}.ct-hero__special-description{font-size:.8rem;color:#2b1b0ed9;line-height:1.5;font-family:Inter,sans-serif;margin:0 0 .8rem;text-align:left}.ct-hero__special-features{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;text-align:left}.ct-hero__special-feature{font-size:.75rem;color:#2b1b0ecc;font-family:Inter,sans-serif;display:flex;align-items:center;gap:.4rem}.ct-hero__special-feature svg{color:var(--ct-color-accent);flex-shrink:0}.ct-hero__special-footer{display:flex;flex-direction:column;gap:.3rem;padding-top:.8rem;border-top:1px solid rgba(43,27,14,.1)}.ct-hero__special-price{font-size:.95rem;font-weight:700;color:var(--ct-color-accent);font-family:Inter,sans-serif}.ct-hero__special-note{font-size:.7rem;color:#2b1b0eb3;line-height:1.3;font-family:Inter,sans-serif;margin:0}@media (max-width: 1200px){.ct-hero__inner{grid-template-columns:1fr 320px;gap:2rem;padding:1.5rem}.ct-hero__special-image-container{width:220px;height:220px}}@media (max-width: 1024px){.ct-hero__inner{grid-template-columns:1fr;gap:2rem;padding:1.5rem;text-align:center}.ct-hero__content{margin:0 auto;align-items:center}.ct-hero__eyebrow:before{display:none}.ct-hero__eyebrow{padding-left:0}.ct-hero__special{order:-1;margin-bottom:.5rem}.ct-hero__special-image-container{width:200px;height:200px}.ct-hero__special-card{max-width:320px}}@media (max-width: 768px){.ct-hero{min-height:100vh;max-height:none;padding-top:60px}.ct-hero__inner{padding:1rem;gap:1.5rem}.ct-hero__content{gap:.8rem}.ct-hero__actions{justify-content:center;gap:.6rem}.ct-hero__btn{padding:.7rem 1.5rem;font-size:.8rem}.ct-hero__meta{flex-direction:column;gap:.8rem;align-items:center;margin-top:.8rem}.ct-hero__meta-item{align-items:center;text-align:center}.ct-hero__special-image-container{width:180px;height:180px}.ct-hero__special-card{padding:1.2rem;max-width:280px}.ct-hero__toggle-btn{padding:.5rem .8rem;font-size:.7rem}}@media (max-width: 640px){.ct-hero__actions{flex-direction:column;width:100%;max-width:240px;margin-left:auto;margin-right:auto}.ct-hero__btn{width:100%}.ct-hero__title{font-size:clamp(1.8rem,5vw,2.5rem)}.ct-hero__subtitle{font-size:.9rem}.ct-hero__special-image-container{width:160px;height:160px}.ct-hero__special-toggle{flex-direction:column;border-radius:12px;gap:.1rem}}@media (max-width: 480px){.ct-hero{padding-top:50px}.ct-hero__inner{padding:.8rem}.ct-hero__special-card{padding:1rem;max-width:260px}.ct-hero__special-image-container{width:140px;height:140px}.ct-hero__btn{padding:.6rem 1.2rem}.ct-hero__toggle-btn{padding:.4rem .7rem;font-size:.65rem}}@media (prefers-reduced-motion: reduce){.ct-hero__video{display:none}.ct-hero__video-container{background:var(--ct-color-bg)}.ct-hero__btn,.ct-hero__special-image{transition:none}.ct-hero__btn:hover{transform:none}.ct-hero__special-image--active{animation:none}}@media (prefers-color-scheme: dark){.ct-hero__video-overlay{background:linear-gradient(135deg,#2b1b0eeb,#2b1b0ee0 30%,#2b1b0ec7)}.ct-hero__special-card,.ct-hero__special-toggle{background:#2b1b0ecc;border-color:#ffffff1a}.ct-hero__toggle-btn{color:#ffffffb3}.ct-hero__toggle-btn:not(.ct-hero__toggle-btn--active):hover{background:#ffffff1a;color:#ffffffe6}.ct-hero__special-title,.ct-hero__special-description,.ct-hero__special-feature{color:#ffffffe6}.ct-hero__special-note{color:#ffffffb3;border-top-color:#ffffff1a}.ct-hero__btn--ghost{background:#2b1b0ecc;color:#ffffffe6;border-color:#fff3}}:root{--menu-color-cream: #faf7f2;--menu-color-warm-white: #fffdf9;--menu-color-gold: #c9a86c;--menu-color-gold-light: #e8d5b0;--menu-color-vermillion: #d4533b;--menu-color-ink: #1a1612;--menu-color-ink-soft: #3d352c;--menu-color-ink-muted: rgba(26, 22, 18, .65);--menu-shadow-soft: 0 4px 18px rgba(26, 22, 18, .08);--menu-shadow-elevated: 0 12px 35px rgba(26, 22, 18, .12)}.menu-layout{background:var(--menu-color-cream);color:var(--menu-color-ink);min-height:100vh;font-family:Cormorant Garamond,serif;position:relative}.menu-layout__bg-pattern{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.03;background-image:radial-gradient(circle at 20% 30%,var(--menu-color-vermillion) 1px,transparent 1px),radial-gradient(circle at 80% 70%,var(--menu-color-gold) 1px,transparent 1px);background-size:60px 60px}.menu-layout__categories{padding:1.5rem 2rem 5rem;position:relative;z-index:1}.menu-layout__container{max-width:1500px;margin:auto}.menu-layout__category{margin-bottom:8rem}.menu-layout__category-header{text-align:center;margin-bottom:4rem}.menu-layout__category-header h2{font-size:2.1rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1rem;font-weight:500}.menu-layout__divider{display:flex;justify-content:center;align-items:center;gap:1rem}.menu-layout__divider-line{width:60px;height:1px;background:linear-gradient(90deg,transparent,var(--menu-color-gold-light))}.menu-layout__divider-line:last-child{background:linear-gradient(90deg,var(--menu-color-gold-light),transparent)}.menu-layout__divider-icon{color:var(--menu-color-gold);font-size:.75rem}.menu-layout__dishes-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6rem 4rem;padding:2rem}.menu-layout__dish-item{display:flex;flex-direction:column;align-items:center;text-align:center;animation:fadeInUp .6s ease-out calc(var(--item-index) * .08s) both;gap:3rem}.menu-layout__dish-image{width:100%;height:250px;object-fit:contain;background:transparent;border-radius:10px;transition:transform .4s ease,box-shadow .4s ease;cursor:pointer}.menu-layout__dish-item:hover .menu-layout__dish-image{transform:scale(1.05);animation:fastFloat 1.25s ease-in-out infinite}@keyframes fastFloat{0%,to{transform:translateY(0) scale(1.05)}50%{transform:translateY(-7px) scale(1.05)}}.menu-layout__chopsticks{position:absolute;top:5px;right:-25px;width:50px;height:50px;color:var(--menu-color-gold);opacity:0;transform:translateY(20px) rotate(-45deg);transition:all .5s cubic-bezier(.34,1.56,.64,1);z-index:2;filter:drop-shadow(0 2px 4px rgba(26,22,18,.1))}.menu-layout__dish-item:hover .menu-layout__chopsticks{opacity:1;transform:translateY(0) rotate(0);animation:chopsticksFloat 2s ease-in-out infinite .5s}@keyframes chopsticksFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-5px) rotate(2deg)}}.menu-layout__description-card{background:var(--menu-color-warm-white);border-radius:6px;padding:2rem 1.5rem;width:100%;min-height:190px;box-shadow:var(--menu-shadow-soft),inset 0 0 0 12px var(--menu-color-warm-white),inset 0 0 0 14px #c9a86c1f;border:1px solid rgba(201,168,108,.15);position:relative;transition:transform .35s ease;margin-top:-2rem;overflow:hidden}.menu-layout__dish-item:hover .menu-layout__description-card{transform:translateY(-5px)}.menu-layout__card-accent{position:absolute;top:0;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(90deg,transparent,var(--menu-color-gold),transparent);transition:width .4s ease}.menu-layout__dish-item:hover .menu-layout__card-accent{width:80px}.menu-layout__dish-header h3{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.menu-layout__vietnamese{font-style:italic;font-size:1.05rem;color:var(--menu-color-vermillion);display:block;margin-bottom:1rem}.menu-layout__description{font-size:.95rem;color:var(--menu-color-ink-muted);line-height:1.6;margin:0}.menu-layout__band{background:linear-gradient(135deg,#c9a86c1a,#d4533b12);border-top:1px solid rgba(201,168,108,.18);border-bottom:1px solid rgba(201,168,108,.18);margin-top:-10rem}.menu-layout__band-inner{max-width:800px;margin:auto;padding:3rem 2rem;text-align:center;font-size:1.15rem;color:var(--menu-color-ink-soft);line-height:1.7}.menu-layout__band-inner strong{color:var(--menu-color-ink);font-weight:600}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1400px){.menu-layout__dishes-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1100px){.menu-layout__dishes-grid{grid-template-columns:repeat(2,1fr);gap:5rem 3rem}.menu-layout__dish-image{height:230px}.menu-layout__chopsticks{width:35px;height:35px;top:-20px;right:-12px}}@media (max-width: 768px){.menu-layout__categories{padding:1rem 1.5rem 4rem}.menu-layout__dishes-grid{grid-template-columns:1fr;max-width:450px;margin:auto;gap:4rem;padding:1rem}.menu-layout__dish-image{height:220px}.menu-layout__chopsticks{width:32px;height:32px;top:-18px;right:-10px}.menu-layout__category-header h2{font-size:1.8rem}.menu-layout__band-inner{padding:2.5rem 1.5rem;font-size:1.1rem}}@media (max-width: 480px){.menu-layout__categories{padding:1rem 1rem 3rem}.menu-layout__dish-image{height:200px}.menu-layout__description-card{padding:1.5rem 1.25rem;min-height:170px}.menu-layout__chopsticks{width:28px;height:28px;top:-15px;right:-8px}.menu-layout__category-header h2{font-size:1.6rem}.menu-layout__dish-header h3{font-size:1.2rem}.menu-layout__vietnamese{font-size:1rem}.menu-layout__description{font-size:.9rem}}@media (prefers-reduced-motion: reduce){.menu-layout__dish-item{animation:none}.menu-layout__dish-item:hover .menu-layout__dish-image{animation:none;transform:scale(1.02)}.menu-layout__chopsticks{transition:none;animation:none}.menu-layout__dish-item:hover .menu-layout__chopsticks{animation:none;opacity:1;transform:translateY(0) rotate(0)}.menu-layout__dish-item:hover .menu-layout__description-card{transform:translateY(-2px)}}
