.retail-page{width:100%;overflow-x:hidden;background:#fff}.retail-hero{min-height:620px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,#140d0ad1,#140d0a57),url(/images/retail.png) center / cover no-repeat;color:#fff}.retail-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000008,#0000001f)}.retail-hero-content{position:relative;z-index:2;width:100%}.retail-hero h1{max-width:760px;margin:14px 0 20px;font-size:clamp(48px,6.5vw,82px);line-height:.98;letter-spacing:-.045em}.retail-hero p{max-width:630px;margin:0;color:#ffffffe0;font-size:19px;line-height:1.7}.retail-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.retail-intro{background:#fff}.retail-intro .split{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.retail-photo{min-height:500px;overflow:hidden;border-radius:24px;background:#f4f0ec;box-shadow:var(--shadow)}.retail-photo img{display:block;width:100%;height:500px;object-fit:cover}.retail-intro .content-panel{width:100%}.retail-intro .content-panel h2{max-width:620px;margin:10px 0 18px;font-size:clamp(36px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em}.retail-intro .content-panel>p{max-width:620px;margin:0 0 16px;color:var(--muted);line-height:1.75}.retail-highlight{display:flex;align-items:flex-start;gap:15px;margin-top:30px;padding:20px;border-left:3px solid var(--red);background:var(--cream)}.retail-highlight svg{flex-shrink:0;margin-top:2px;color:var(--red)}.retail-highlight strong,.retail-highlight span{display:block}.retail-highlight strong{margin-bottom:5px;color:var(--ink);font-size:16px}.retail-highlight span{color:var(--muted);font-size:14px;line-height:1.6}.retail-category-section{background:var(--cream)}.retail-category-section .section-heading{max-width:760px;margin-left:auto;margin-right:auto;margin-bottom:45px}.retail-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.retail-category-card{min-width:0;padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.retail-category-card:hover{transform:translateY(-5px);border-color:#c91f1a2e;box-shadow:0 18px 38px #32221817}.retail-category-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:19px;border-radius:15px;background:#fff0ed;color:var(--red)}.retail-category-card h3{margin:0 0 10px;color:var(--ink);font-size:21px;line-height:1.25}.retail-category-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.retail-experience{background:#fff}.retail-experience-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.retail-experience-content h2{max-width:600px;margin:10px 0 18px;font-size:clamp(36px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em}.retail-experience-content p{max-width:610px;margin:0 0 16px;color:var(--muted);line-height:1.75}.retail-experience-photo{min-height:470px;overflow:hidden;border-radius:24px;background:#f4f0ec;box-shadow:var(--shadow)}.retail-experience-photo img{display:block;width:100%;height:470px;object-fit:cover}.retail-page .text-link{display:inline-flex;align-items:center;gap:7px;margin-top:10px;color:var(--red);font-weight:700;text-decoration:none}.retail-page .text-link:hover{text-decoration:underline}.retail-why{background:var(--cream)}.retail-why .section-heading{margin-bottom:42px}.retail-why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.retail-why-card{min-width:0;padding:28px;border-top:3px solid var(--red);border-radius:0 0 14px 14px;background:#fff}.retail-why-card svg{margin-bottom:18px;color:var(--red)}.retail-why-card h3{margin:0 0 9px;color:var(--ink);font-size:18px;line-height:1.3}.retail-why-card p{margin:0;color:var(--muted);line-height:1.65}.retail-cta{padding:75px 0;background:linear-gradient(90deg,#241916,#171210);color:#fff}.retail-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.retail-cta h2{max-width:650px;margin:10px 0;font-size:clamp(34px,4vw,50px);line-height:1.05;letter-spacing:-.025em}.retail-cta p{margin:0;color:#ffffffad;line-height:1.6}.retail-cta-actions{display:flex;flex-wrap:wrap;gap:12px;flex-shrink:0}@media(max-width:1080px){.retail-category-grid,.retail-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.retail-intro .split,.retail-experience-grid{gap:40px}}@media(max-width:760px){.retail-hero{min-height:590px;background-position:center center}.retail-hero h1{font-size:clamp(43px,13vw,62px)}.retail-hero p{font-size:17px}.retail-hero-actions{flex-direction:column;width:100%}.retail-hero-actions .btn{width:100%;justify-content:center}.retail-intro .split{grid-template-columns:1fr;gap:32px}.retail-photo{min-height:340px}.retail-photo img{height:340px}.retail-category-grid{grid-template-columns:1fr}.retail-category-card{padding:25px}.retail-experience-grid{grid-template-columns:1fr;gap:32px}.retail-experience-photo{min-height:340px}.retail-experience-photo img{height:340px}.retail-why-grid{grid-template-columns:1fr}.retail-cta{padding:60px 0}.retail-cta-inner{flex-direction:column;align-items:flex-start;gap:30px}.retail-cta-actions{width:100%;flex-direction:column}.retail-cta-actions .btn{width:100%;justify-content:center}}.sweets-hero{min-height:620px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,#42120ad6,#53201261),url(/images/sweets.png) center / cover no-repeat;color:#fff}.sweets-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000005,#00000029)}.sweets-hero-content{position:relative;z-index:2}.sweets-hero h1{max-width:790px;margin:14px 0 20px;font-size:clamp(48px,6.5vw,82px);line-height:.98;letter-spacing:-.045em}.sweets-hero p{max-width:620px;margin:0;color:#ffffffe0;font-size:19px;line-height:1.7}.sweets-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.sweets-intro{background:#fff}.sweets-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.sweets-photo{min-height:500px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.sweets-photo img{width:100%;height:500px;object-fit:cover}.sweets-intro-content h2,.sweets-feature-content h2{margin:10px 0 16px;font-size:clamp(36px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em}.sweets-intro-content p,.sweets-feature-content p{color:var(--muted);line-height:1.75}.sweets-feature-note{display:flex;gap:15px;margin-top:30px;padding:20px;border-left:3px solid var(--red);background:var(--cream)}.sweets-feature-note svg{flex-shrink:0;color:var(--red)}.sweets-feature-note strong,.sweets-feature-note span{display:block}.sweets-feature-note strong{margin-bottom:5px}.sweets-feature-note span{color:var(--muted);line-height:1.6;font-size:14px}.sweets-selection{background:#fff8f3}.sweet-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sweet-category-card{padding:30px;border-radius:18px;background:#fff;border:1px solid #eadbd1;transition:transform .2s ease,box-shadow .2s ease}.sweet-category-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #5d281417}.sweet-category-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:19px;border-radius:15px;background:#fff1e7;color:var(--red)}.sweet-category-card h3{margin:0 0 10px;font-size:21px}.sweet-category-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.sweets-feature{background:#fff}.sweets-feature-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.sweets-feature-photo{min-height:470px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.sweets-feature-photo img{width:100%;height:470px;object-fit:cover}.sweets-quality{background:var(--cream)}.sweets-quality-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.sweets-quality-grid div{padding:28px;border-top:3px solid var(--red);background:#fff;border-radius:0 0 14px 14px}.sweets-quality-grid strong,.sweets-quality-grid span{display:block}.sweets-quality-grid strong{margin-bottom:8px;font-size:18px}.sweets-quality-grid span{color:var(--muted);line-height:1.6}.sweets-cta{padding:75px 0;background:linear-gradient(90deg,#611d14,#32140f);color:#fff}.sweets-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.sweets-cta h2{max-width:650px;margin:10px 0;font-size:clamp(34px,4vw,50px);line-height:1.05}.sweets-cta p{margin:0;color:#ffffffad}.sweets-cta-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:1080px){.sweet-category-grid,.sweets-quality-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.sweets-hero{min-height:590px}.sweets-hero h1{font-size:clamp(43px,13vw,62px)}.sweets-hero p{font-size:17px}.sweets-hero-actions{flex-direction:column}.sweets-hero-actions .btn{width:100%}.sweets-intro-grid,.sweets-feature-grid,.sweet-category-grid,.sweets-quality-grid{grid-template-columns:1fr}.sweets-intro-grid,.sweets-feature-grid{gap:32px}.sweets-photo,.sweets-photo img,.sweets-feature-photo,.sweets-feature-photo img{min-height:340px;height:340px}.sweets-cta-inner{flex-direction:column;align-items:flex-start}.sweets-cta-actions{width:100%;flex-direction:column}.sweets-cta-actions .btn{width:100%}}.restaurant-hero{min-height:620px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,#140c08d6,#140c0861),url(/images/restaurant.png) center / cover no-repeat;color:#fff}.restaurant-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000005,#0000002e)}.restaurant-hero-content{position:relative;z-index:2}.restaurant-hero h1{max-width:790px;margin:14px 0 20px;font-size:clamp(48px,6.5vw,82px);line-height:.98;letter-spacing:-.045em}.restaurant-hero p{max-width:620px;margin:0;color:#ffffffe0;font-size:19px;line-height:1.7}.restaurant-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.restaurant-intro{background:#fff}.restaurant-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.restaurant-photo{min-height:500px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.restaurant-photo img{width:100%;height:500px;object-fit:cover}.restaurant-intro-content h2,.restaurant-family-content h2{margin:10px 0 16px;font-size:clamp(36px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em}.restaurant-intro-content p,.restaurant-family-content p{color:var(--muted);line-height:1.75}.restaurant-feature-note{display:flex;gap:15px;margin-top:30px;padding:20px;background:var(--cream);border-left:3px solid var(--red)}.restaurant-feature-note svg{flex-shrink:0;color:var(--red)}.restaurant-feature-note strong,.restaurant-feature-note span{display:block}.restaurant-feature-note strong{margin-bottom:5px}.restaurant-feature-note span{color:var(--muted);font-size:14px;line-height:1.6}.restaurant-experience{background:var(--cream)}.restaurant-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.restaurant-feature-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;transition:transform .2s ease,box-shadow .2s ease}.restaurant-feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #32221817}.restaurant-feature-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:19px;border-radius:15px;background:var(--cream);color:var(--red)}.restaurant-feature-card h3{margin:0 0 10px;font-size:21px}.restaurant-feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.restaurant-family{background:#fff}.restaurant-family-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.restaurant-family-photo{min-height:470px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.restaurant-family-photo img{width:100%;height:470px;object-fit:cover}.restaurant-why{background:var(--cream)}.restaurant-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.restaurant-why-grid div{padding:28px;border-top:3px solid var(--red);background:#fff;border-radius:0 0 14px 14px}.restaurant-why-grid strong,.restaurant-why-grid span{display:block}.restaurant-why-grid strong{margin-bottom:8px;font-size:18px}.restaurant-why-grid span{color:var(--muted);line-height:1.6}.restaurant-cta{padding:75px 0;background:#201a17;color:#fff}.restaurant-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.restaurant-cta h2{max-width:650px;margin:10px 0;font-size:clamp(34px,4vw,50px);line-height:1.05}.restaurant-cta p{margin:0;color:#ffffffad}.restaurant-cta-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:1080px){.restaurant-feature-grid,.restaurant-why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.restaurant-hero{min-height:590px}.restaurant-hero h1{font-size:clamp(43px,13vw,62px)}.restaurant-hero p{font-size:17px}.restaurant-hero-actions{flex-direction:column}.restaurant-hero-actions .btn{width:100%}.restaurant-intro-grid,.restaurant-family-grid,.restaurant-feature-grid,.restaurant-why-grid{grid-template-columns:1fr}.restaurant-intro-grid,.restaurant-family-grid{gap:32px}.restaurant-photo,.restaurant-photo img,.restaurant-family-photo,.restaurant-family-photo img{min-height:340px;height:340px}.restaurant-cta-inner{flex-direction:column;align-items:flex-start}.restaurant-cta-actions{width:100%;flex-direction:column}.restaurant-cta-actions .btn{width:100%}}.fast-food-hero{min-height:620px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,#120c0ad6,#120c0a5c),url(/images/fast-food.png) center / cover no-repeat;color:#fff}.fast-food-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000005,#0000002e)}.fast-food-hero-content{position:relative;z-index:2}.fast-food-hero h1{max-width:790px;margin:14px 0 20px;font-size:clamp(48px,6.5vw,82px);line-height:.98;letter-spacing:-.045em}.fast-food-hero p{max-width:620px;margin:0;color:#ffffffe0;font-size:19px;line-height:1.7}.fast-food-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:32px}.fast-food-intro{background:#fff}.fast-food-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.fast-food-photo{min-height:500px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.fast-food-photo img{width:100%;height:500px;object-fit:cover}.fast-food-intro-content h2,.fast-food-convenience-content h2{margin:10px 0 16px;font-size:clamp(36px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em}.fast-food-intro-content p,.fast-food-convenience-content p{color:var(--muted);line-height:1.75}.fast-food-feature-note{display:flex;gap:15px;margin-top:30px;padding:20px;background:var(--cream);border-left:3px solid var(--red)}.fast-food-feature-note svg{flex-shrink:0;color:var(--red)}.fast-food-feature-note strong,.fast-food-feature-note span{display:block}.fast-food-feature-note strong{margin-bottom:5px}.fast-food-feature-note span{color:var(--muted);font-size:14px;line-height:1.6}.fast-food-experience{background:var(--cream)}.fast-food-feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fast-food-feature-card{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;transition:transform .2s ease,box-shadow .2s ease}.fast-food-feature-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #32221817}.fast-food-feature-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:19px;border-radius:15px;background:var(--cream);color:var(--red)}.fast-food-feature-card h3{margin:0 0 10px;font-size:21px}.fast-food-feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.fast-food-convenience{background:#fff}.fast-food-convenience-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;align-items:center}.fast-food-convenience-photo{min-height:470px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.fast-food-convenience-photo img{width:100%;height:470px;object-fit:cover}.fast-food-why{background:var(--cream)}.fast-food-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.fast-food-why-grid div{padding:28px;border-top:3px solid var(--red);background:#fff;border-radius:0 0 14px 14px}.fast-food-why-grid strong,.fast-food-why-grid span{display:block}.fast-food-why-grid strong{margin-bottom:8px;font-size:18px}.fast-food-why-grid span{color:var(--muted);line-height:1.6}.fast-food-cta{padding:75px 0;background:#201a17;color:#fff}.fast-food-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.fast-food-cta h2{max-width:650px;margin:10px 0;font-size:clamp(34px,4vw,50px);line-height:1.05}.fast-food-cta p{margin:0;color:#ffffffad}.fast-food-cta-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:1080px){.fast-food-feature-grid,.fast-food-why-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.fast-food-hero{min-height:590px;background-position:center center}.fast-food-hero h1{font-size:clamp(43px,13vw,62px)}.fast-food-hero p{font-size:17px}.fast-food-hero-actions{flex-direction:column}.fast-food-hero-actions .btn{width:100%}.fast-food-intro-grid,.fast-food-convenience-grid,.fast-food-feature-grid,.fast-food-why-grid{grid-template-columns:1fr}.fast-food-intro-grid,.fast-food-convenience-grid{gap:32px}.fast-food-photo,.fast-food-photo img,.fast-food-convenience-photo,.fast-food-convenience-photo img{min-height:340px;height:340px}.fast-food-cta-inner{flex-direction:column;align-items:flex-start}.fast-food-cta-actions{width:100%;flex-direction:column}.fast-food-cta-actions .btn{width:100%}}.party-hall-hero{min-height:650px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,#140c0adb,#140c0a52),url(/images/party-hall.png) center / cover no-repeat;color:#fff}.party-hall-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000008,#0003)}.party-hall-hero-content{position:relative;z-index:2}.party-hall-hero h1{max-width:800px;margin:14px 0 20px;font-size:clamp(50px,6.8vw,86px);line-height:.98;letter-spacing:-.045em}.party-hall-hero p{max-width:650px;margin:0 0 30px;color:#ffffffe0;font-size:19px;line-height:1.7}.party-hall-intro-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center}.party-hall-photo{min-height:500px;overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.party-hall-photo img{width:100%;height:500px;object-fit:cover}.party-hall-intro-content h2,.party-booking-info h2{margin:10px 0 16px;font-size:clamp(36px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em}.party-hall-intro-content p,.party-booking-info p{color:var(--muted);line-height:1.75}.party-hall-highlight{display:flex;gap:15px;margin-top:30px;padding:20px;background:var(--cream);border-left:3px solid var(--red)}.party-hall-highlight svg{flex-shrink:0;color:var(--red)}.party-hall-highlight strong,.party-hall-highlight span{display:block}.party-hall-highlight span{margin-top:5px;color:var(--muted);line-height:1.6;font-size:14px}.party-occasions{background:var(--cream)}.occasion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.occasion-grid div{min-height:125px;padding:25px;display:flex;align-items:center;gap:15px;border-radius:16px;border:1px solid var(--line);background:#fff}.occasion-grid svg{color:var(--red);flex-shrink:0}.occasion-grid strong{font-size:18px}.party-booking-section{background:#fff}.party-booking-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:start}.party-contact-points{display:grid;gap:18px;margin-top:30px}.party-contact-points>div{display:flex;gap:14px;align-items:flex-start}.party-contact-points svg{color:var(--red);flex-shrink:0;margin-top:2px}.party-contact-points strong,.party-contact-points span,.party-contact-points a{display:block}.party-contact-points strong{margin-bottom:4px}.party-contact-points span,.party-contact-points a{color:var(--muted);line-height:1.5}.party-form-card{padding:36px;border:1px solid var(--line);border-radius:20px;background:var(--cream);box-shadow:0 18px 45px #36231914}.party-form{display:grid;gap:18px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:700}.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid #d9ccc1;border-radius:10px;background:#fff;color:var(--ink);font:inherit;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.form-group input,.form-group select{height:48px;padding:0 14px}.form-group textarea{padding:14px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--red);box-shadow:0 0 0 3px #c91f1a1a}.party-submit-button{width:100%;margin-top:4px;border:0;cursor:pointer}.party-form-note{margin:0;text-align:center;color:var(--muted);font-size:13px;line-height:1.5}.party-form-success{min-height:480px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px}.party-form-success svg{color:var(--red)}.party-form-success h3{margin:18px 0 10px;font-size:32px}.party-form-success p{max-width:430px;margin:0 0 24px;color:var(--muted);line-height:1.7}.party-hall-cta{padding:75px 0;background:#201a17;color:#fff}.party-hall-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:50px}.party-hall-cta h2{max-width:650px;margin:10px 0;font-size:clamp(34px,4vw,50px);line-height:1.05}.party-hall-cta p{margin:0;color:#ffffffad}.party-hall-cta-actions{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:1080px){.occasion-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.party-hall-hero{min-height:600px}.party-hall-hero h1{font-size:clamp(43px,13vw,64px)}.party-hall-intro-grid,.party-booking-grid,.occasion-grid{grid-template-columns:1fr}.party-hall-intro-grid,.party-booking-grid{gap:32px}.party-hall-photo,.party-hall-photo img{min-height:340px;height:340px}.form-row{grid-template-columns:1fr}.party-form-card{padding:24px}.party-hall-cta-inner{flex-direction:column;align-items:flex-start}.party-hall-cta-actions{width:100%;flex-direction:column}.party-hall-cta-actions .btn{width:100%}}.party-form-error{padding:13px 15px;border:1px solid rgba(201,31,26,.25);border-radius:9px;background:#c91f1a12;color:#9a1713;font-size:14px;line-height:1.5}.party-submit-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.contact-page-hero{min-height:520px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,#120c0ad6,#120c0a57),url(/images/taj-building-1.jpg) center / cover no-repeat;color:#fff}.contact-page-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000008,#0000002e)}.contact-page-hero-content{position:relative;z-index:2}.contact-page-hero h1{max-width:800px;margin:14px 0 20px;font-size:clamp(48px,6.5vw,82px);line-height:.98;letter-spacing:-.045em}.contact-page-hero p{max-width:610px;margin:0;color:#ffffffe0;font-size:19px;line-height:1.7}.contact-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.contact-detail-card{padding:30px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 35px #3222180d}.contact-detail-icon{width:56px;height:56px;display:grid;place-items:center;margin-bottom:20px;border-radius:15px;background:var(--cream);color:var(--red)}.contact-detail-card h3{margin:0 0 10px;font-size:22px}.contact-detail-card p{min-height:72px;margin:0 0 20px;color:var(--muted);line-height:1.65}.contact-detail-card a{display:inline-flex;align-items:center;gap:7px;color:var(--red);font-weight:750}.contact-map-section{padding:96px 0;background:var(--cream)}.contact-map-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:64px;align-items:center}.contact-map-info h2,.contact-form-info h2{margin:10px 0 16px;font-size:clamp(36px,4.2vw,54px);line-height:1.05;letter-spacing:-.035em}.contact-map-info p,.contact-form-info p{color:var(--muted);line-height:1.75}.contact-map-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn-dark-outline{border:1px solid #b9aaa0;background:transparent;color:var(--ink)}.btn-dark-outline:hover{background:#fff}.contact-map-card{min-height:440px;overflow:hidden;border-radius:22px;background:#fff;box-shadow:var(--shadow)}.contact-map-card iframe{width:100%;height:440px;display:block;border:0}.contact-form-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:65px;align-items:start}.contact-form-side-note{display:flex;gap:14px;margin-top:28px;padding:18px;background:var(--cream);border-left:3px solid var(--red)}.contact-form-side-note svg{color:var(--red);flex-shrink:0}.contact-form-side-note strong,.contact-form-side-note a{display:block}.contact-form-side-note a{margin-top:4px;color:var(--muted)}.contact-form-card{padding:36px;border:1px solid var(--line);border-radius:20px;background:var(--cream);box-shadow:0 18px 45px #36231914}.contact-general-form{display:grid;gap:18px}.contact-submit-button{width:100%;border:0;cursor:pointer}.contact-form-success{min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:35px}.contact-form-success svg{color:var(--red)}.contact-form-success h3{margin:18px 0 10px;font-size:32px}.contact-form-success p{max-width:430px;margin:0 0 24px;color:var(--muted);line-height:1.7}@media(max-width:1080px){.contact-detail-grid{grid-template-columns:1fr}.contact-detail-card p{min-height:auto}}@media(max-width:760px){.contact-page-hero{min-height:500px}.contact-page-hero h1{font-size:clamp(43px,13vw,62px)}.contact-map-grid,.contact-form-grid{grid-template-columns:1fr}.contact-map-grid,.contact-form-grid{gap:32px}.contact-map-actions{flex-direction:column}.contact-map-actions .btn{width:100%}.contact-map-card,.contact-map-card iframe{min-height:340px;height:340px}.contact-form-card{padding:24px}}:root{--red: #c91f1a;--red-dark: #97130f;--gold: #c79b53;--cream: #fbf7f0;--paper: #ffffff;--ink: #201c1a;--muted: #6e625c;--line: #eadfd4;--shadow: 0 18px 45px rgba(54, 35, 25, .1);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:1000;width:100%;background:#fffffff7;border-bottom:1px solid rgba(234,223,212,.9);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header-inner{min-height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;flex-shrink:0}.brand img{display:block;width:130px;max-width:130px;height:auto}.main-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:24px;font-size:14px;font-weight:650}.nav-link{position:relative;display:inline-flex;align-items:center;min-height:42px;color:var(--ink);white-space:nowrap}.nav-link:after{content:"";position:absolute;left:0;right:100%;bottom:2px;height:2px;background:var(--red);transition:right .22s ease}.nav-link:hover{color:var(--red)}.nav-link:hover:after{right:0}.nav-link-active{color:var(--red)}.nav-link-active:after{right:0}.btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid transparent;border-radius:10px;font-weight:750;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{border-color:var(--red);background:var(--red);color:#fff;box-shadow:0 10px 24px #c91f1a38}.btn-primary:hover{border-color:var(--red-dark);background:var(--red-dark)}.btn-light{background:#fff;color:var(--ink)}.btn-outline-light{border:1px solid rgba(255,255,255,.35);color:#fff;background:transparent}.btn-outline-light:hover{border-color:#ffffffbf;background:#ffffff0f}.header-cta{flex-shrink:0;min-height:44px;padding:0 18px;font-size:13px}.wide{width:100%}.mobile-menu-button{display:none;width:42px;height:42px;padding:0;border:1px solid var(--line);border-radius:10px;background:var(--cream);color:var(--ink);cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.mobile-nav{display:none}.hero{min-height:700px;position:relative;display:flex;align-items:center;background:linear-gradient(90deg,#120c0ac2,#120c0a4d),url(/images/taj-building-1.jpg) center / cover no-repeat;color:#fff}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000000f,#0000002e)}.hero-content{position:relative;z-index:2;padding:96px 0}.eyebrow,.kicker,.page-kicker{display:inline-block;font-size:12px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}.kicker{color:var(--red)}.eyebrow,.page-kicker{color:#f5d7a6}.kicker.light{color:#f0cf96}.hero h1{max-width:790px;margin:15px 0 18px;font-size:clamp(48px,7vw,86px);line-height:.98;letter-spacing:-.045em}.hero-subtitle{margin:0;max-width:680px;font-size:clamp(18px,2.2vw,24px);color:#ffffffe6}.hero-actions{margin-top:34px;display:flex;gap:12px;flex-wrap:wrap}.section{padding:96px 0}.section-heading{max-width:720px;margin-bottom:44px}.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.content-panel h2,.party-content h2,.contact-section h2{margin:10px 0 16px;font-size:clamp(34px,4.2vw,54px);line-height:1.06;letter-spacing:-.035em}.section-heading p,.content-panel p,.party-content p,.contact-section p,.facility-card p{color:var(--muted);line-height:1.75}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split.reverse{grid-template-columns:1fr 1fr}.split.reverse .image-panel{order:2}.image-panel,.image-tall{overflow:hidden;border-radius:22px;background:var(--cream);box-shadow:var(--shadow)}.image-panel img{width:100%;height:450px;object-fit:cover}.image-tall img{width:100%;height:540px;object-fit:cover}.facility-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.facility-card{overflow:hidden;min-height:380px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 35px #32221812;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease}.facility-card:hover{transform:translateY(-7px);box-shadow:0 22px 45px #32221824}.facility-image{position:relative;height:190px;overflow:hidden}.facility-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.facility-card:hover .facility-image img{transform:scale(1.07)}.facility-image-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#00000005,#0006)}.facility-icon{position:absolute;left:20px;bottom:16px;width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:var(--red);color:#fff;box-shadow:0 8px 22px #00000038}.facility-body{flex:1;display:flex;flex-direction:column;padding:23px}.facility-body h3{margin:0 0 10px;font-size:22px}.facility-body p{margin:0 0 20px;color:var(--muted);font-size:14px;line-height:1.65}.facility-body a{margin-top:auto;display:inline-flex;align-items:center;gap:7px;color:var(--red);font-weight:750}.facility-body a:hover{color:var(--red-dark)}.mini-stats{display:flex;gap:36px;margin-top:28px}.mini-stats div{display:flex;flex-direction:column}.mini-stats strong{font-size:34px;color:var(--red)}.mini-stats span{color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.08em}.decorative-card{display:grid;place-items:center;min-height:460px;border-radius:22px;overflow:hidden;background:linear-gradient(#81120ed6,#81120ed6),url(/images/taj-old-logo-card.png) center / cover no-repeat;color:#fff}.decorative-card.alternate{background:linear-gradient(#221c19cc,#221c19cc),url(/images/taj-building-2.jpg) center / cover no-repeat}.decorative-content{max-width:380px;padding:40px;text-align:center}.decorative-content h3{margin:18px 0 8px;font-size:32px}.decorative-content p{color:#ffffffd1;line-height:1.7}.party-section{min-height:600px;position:relative;display:grid;place-items:center;background:url(/images/party-hall.png) center / cover no-repeat;color:#fff}.party-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#1b0f0bdb,#1b0f0b7a)}.party-content{position:relative;z-index:1;width:min(760px,100%);margin-left:max(20px,calc((100vw - 1180px)/2));margin-right:auto;padding:96px 0}.party-content p{color:#ffffffd1;max-width:650px;font-size:18px}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.why-grid div{padding:28px;border-top:3px solid var(--red);background:var(--cream);border-radius:0 0 14px 14px}.why-grid strong,.why-grid span{display:block}.why-grid strong{font-size:18px;margin-bottom:8px}.why-grid span{color:var(--muted);line-height:1.6}.contact-section{background:#1e1a18;color:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.contact-section .muted{color:#fff9}.contact-list{display:grid;gap:18px;margin-top:28px}.contact-list div{display:flex;gap:13px;align-items:flex-start;color:#ffffffd6}.contact-list svg{flex-shrink:0;margin-top:2px;color:#e5b66d}.contact-list a{transition:color .2s ease}.contact-list a:hover{color:#f0cf96}.contact-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.map-card{min-height:390px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}.map-card iframe{width:100%;height:390px;border:0;display:block}.site-footer{background:#14110f;color:#ffffffa6}.footer-main{display:grid;grid-template-columns:1.3fr .7fr 1fr;gap:70px;padding-top:50px;padding-bottom:45px}.footer-brand img{width:115px;margin-bottom:18px}.footer-brand p{max-width:330px;margin:0;line-height:1.7}.footer-links,.footer-contact{display:flex;flex-direction:column;gap:9px}.footer-links h4,.footer-contact h4{margin:0 0 8px;color:#fff;font-size:16px}.footer-links a,.footer-contact a{color:#ffffffa6;transition:color .2s ease}.footer-links a:hover,.footer-contact a:hover{color:#fff}.footer-contact p{margin:0;line-height:1.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.09)}.footer-bottom-inner{min-height:66px;display:flex;justify-content:space-between;align-items:center;gap:25px}.footer-bottom-inner p{margin:0}.footer-copy{text-align:center}.footer-copy p{margin:4px 0}.powered-by{white-space:nowrap}.powered-by a{color:#ffffffd1;transition:color .2s ease}.powered-by a:hover{color:#fff}.powered-by strong{color:#fff;font-weight:800}.coming-page{min-height:62vh;display:grid;place-items:center;background:var(--cream)}.coming-page-inner{text-align:center;padding:100px 20px}.coming-page h1{margin:10px 0;font-size:clamp(44px,7vw,80px)}.coming-page p{color:var(--muted)}@media(max-width:1080px){.main-nav{display:none}.header-inner{min-height:78px}.brand img{width:115px;max-width:115px}.header-cta{margin-left:auto}.mobile-menu-button{display:flex}.mobile-nav{display:flex;flex-direction:column;padding:12px 20px 20px;background:#fff;border-top:1px solid var(--line);box-shadow:0 12px 25px #0000000f}.mobile-nav a{padding:12px 5px;border-bottom:1px solid var(--line);font-weight:650}.mobile-nav a.active{color:var(--red)}.facility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.facility-card:last-child{grid-column:span 2}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-main{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:760px){.container{width:min(calc(100% - 28px),1180px)}.section{padding:72px 0}.header-inner{min-height:72px;gap:14px}.brand img{width:100px;max-width:100px}.header-cta{display:none}.hero{min-height:640px;background-position:58% center}.hero-content{padding:72px 0}.hero h1{font-size:clamp(42px,12vw,60px)}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn{width:100%}.split,.split.reverse{grid-template-columns:1fr;gap:32px}.split.reverse .image-panel{order:0}.facility-grid{grid-template-columns:1fr}.facility-card:last-child{grid-column:auto}.image-panel,.image-panel img,.image-tall,.image-tall img{min-height:340px}.mini-stats{gap:22px;flex-wrap:wrap}.why-grid{grid-template-columns:1fr}.party-content{margin:0 auto;padding:72px 20px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-actions{flex-direction:column}.contact-actions .btn{width:100%}.map-card,.map-card iframe{min-height:330px;height:330px}.footer-main{grid-template-columns:1fr;gap:35px}.footer-bottom-inner{flex-direction:column;justify-content:center;text-align:center;padding:18px 0}.powered-by{white-space:normal}}@media(max-width:460px){.header-cta{display:none}.hero h1{font-size:42px}}
