:root{--primary-bg:#e1edf2;--text-main:#0f274a;--accent-dark:#194c74;--accent-medium:#68a2b7;--accent-light:#b6d4e1;--white:#fdfdfd;--pure-white:#fff;--font-serif:"Playfair Display", Georgia, serif;--font-sans:"Outfit", sans-serif;--shadow-sm:0 2px 8px #0f274a0d;--shadow-md:0 8px 24px #0f274a14;--shadow-lg:0 16px 48px #0f274a1f;--transition-fast:.2s cubic-bezier(.4, 0, .2, 1);--transition-normal:.3s cubic-bezier(.4, 0, .2, 1);--transition-slow:.5s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;height:100%}body{min-height:100%;color:var(--text-main);background:var(--primary-bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;line-height:1.6;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);color:var(--text-main);line-height:1.25}a{color:inherit;transition:color var(--transition-fast);text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--primary-bg)}::-webkit-scrollbar-thumb{background:var(--accent-medium);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--accent-dark)}
.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;width:100%;height:80px;transition:all var(--transition-normal);background:#fdfdfde6;border-bottom:1px solid #0f274a14;align-items:center;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;position:relative}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:18px;padding:0;display:none}.Header-module__hBw1pG__bar{background-color:var(--text-main);width:100%;height:2.5px;transition:all var(--transition-normal);border-radius:2px}.Header-module__hBw1pG__logoContainer{cursor:pointer;z-index:1001;transition:opacity var(--transition-fast);align-items:center;gap:12px;display:flex}.Header-module__hBw1pG__logoContainer:hover{opacity:.9}.Header-module__hBw1pG__logoImage{object-fit:cover;border:1.5px solid var(--accent-medium);box-shadow:var(--shadow-sm);border-radius:50%}.Header-module__hBw1pG__logoText{flex-direction:column;display:flex}.Header-module__hBw1pG__brandName{font-family:var(--font-serif);color:var(--text-main);letter-spacing:-.01em;font-size:1.5rem;font-weight:700;line-height:1.1}.Header-module__hBw1pG__brandSub{letter-spacing:.18em;color:var(--accent-dark);margin-top:2px;font-size:.65rem;font-weight:600}.Header-module__hBw1pG__srilankanAspect{color:var(--accent-dark);pointer-events:none;opacity:.95;transition:all var(--transition-normal);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__leafIcon{width:32px;height:32px;color:var(--accent-dark);animation:4s ease-in-out infinite Header-module__hBw1pG__float}.Header-module__hBw1pG__aspectText{letter-spacing:.25em;color:var(--accent-medium);white-space:nowrap;margin-top:4px;font-size:.6rem;font-weight:700}@keyframes Header-module__hBw1pG__float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-4px)rotate(3deg)}to{transform:translateY(0)rotate(0)}}.Header-module__hBw1pG__navDesktop{align-items:center;gap:32px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-main);letter-spacing:.02em;padding:8px 0;font-size:.95rem;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:hover{color:var(--accent-dark)}.Header-module__hBw1pG__activeLink{color:var(--accent-dark);font-weight:600}.Header-module__hBw1pG__activeDot{background-color:var(--accent-dark);border-radius:50%;width:5px;height:5px;position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__ctaButton{background:var(--text-main);color:var(--white);letter-spacing:.03em;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);border-radius:25px;padding:10px 24px;font-size:.9rem;font-weight:600}.Header-module__hBw1pG__ctaButton:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 4px 12px #0f274a26}.Header-module__hBw1pG__mobileDrawer{background-color:var(--primary-bg);z-index:999;width:100%;height:100vh;transition:transform var(--transition-slow);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.Header-module__hBw1pG__drawerOpen{transform:translate(0)}.Header-module__hBw1pG__navMobile{flex-direction:column;align-items:center;gap:28px;width:100%;max-width:320px;display:flex}.Header-module__hBw1pG__mobileNavLink{font-family:var(--font-serif);color:var(--text-main);opacity:0;transition:all var(--transition-normal);font-size:2rem;font-weight:600;transform:translateY(20px)}.Header-module__hBw1pG__drawerOpen .Header-module__hBw1pG__mobileNavLink{opacity:1;animation:.5s forwards Header-module__hBw1pG__slideUpIn;transform:translateY(0)}.Header-module__hBw1pG__mobileActiveLink{color:var(--accent-dark);text-underline-offset:8px;text-decoration:underline}.Header-module__hBw1pG__mobileCtaButton{background:var(--text-main);color:var(--white);text-align:center;width:100%;box-shadow:var(--shadow-md);opacity:0;border-radius:30px;margin-top:20px;padding:14px 40px;font-size:1.1rem;font-weight:600;transform:translateY(20px)}.Header-module__hBw1pG__drawerOpen .Header-module__hBw1pG__mobileCtaButton{animation:.5s .3s forwards Header-module__hBw1pG__slideUpIn}.Header-module__hBw1pG__mobileCtaButton:hover{background:var(--accent-dark)}.Header-module__hBw1pG__mobileDrawerFooter{color:var(--accent-medium);opacity:0;flex-direction:column;align-items:center;gap:12px;width:100%;margin-top:60px;display:flex}.Header-module__hBw1pG__drawerOpen .Header-module__hBw1pG__mobileDrawerFooter{animation:.8s .4s forwards Header-module__hBw1pG__fadeIn}.Header-module__hBw1pG__drawerPattern{width:150px;color:var(--accent-light)}.Header-module__hBw1pG__borderPatternSvg{opacity:.6;width:100%}.Header-module__hBw1pG__drawerFooterText{letter-spacing:.05em;font-size:.8rem;font-weight:500}@keyframes Header-module__hBw1pG__slideUpIn{to{opacity:1;transform:translateY(0)}}@keyframes Header-module__hBw1pG__fadeIn{to{opacity:1}}.Header-module__hBw1pG__bar1{transform:translateY(7.5px)rotate(45deg)}.Header-module__hBw1pG__bar2{opacity:0}.Header-module__hBw1pG__bar3{transform:translateY(-7.5px)rotate(-45deg)}@media (max-width:900px){.Header-module__hBw1pG__srilankanAspect{display:none}}@media (max-width:768px){.Header-module__hBw1pG__hamburger{display:flex}.Header-module__hBw1pG__navDesktop{display:none}.Header-module__hBw1pG__logoContainer{position:absolute;left:50%;transform:translate(-50%)}.Header-module__hBw1pG__brandName{font-size:1.35rem}.Header-module__hBw1pG__brandSub{letter-spacing:.12em;font-size:.6rem}}
.Footer-module__S6Hkya__footer{width:100%;color:var(--white);z-index:10;padding:80px 0 30px;position:relative;overflow:hidden}.Footer-module__S6Hkya__bgImageContainer{z-index:1;background-image:url(/tea-picking.jpg);background-position:50% 35%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Footer-module__S6Hkya__overlay{z-index:2;background:linear-gradient(#0f274af5 0%,#0f274aeb 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Footer-module__S6Hkya__container{z-index:3;width:100%;max-width:1200px;margin:0 auto;padding:0 24px;position:relative}.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1.5fr 1.5fr;gap:48px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__columnBrand{flex-direction:column;gap:20px;display:flex}.Footer-module__S6Hkya__logoContainer{align-items:center;gap:12px;display:inline-flex}.Footer-module__S6Hkya__logoImage{object-fit:cover;border:1.5px solid var(--accent-medium);background:var(--white);border-radius:50%}.Footer-module__S6Hkya__logoText{flex-direction:column;display:flex}.Footer-module__S6Hkya__brandName{font-family:var(--font-serif);color:var(--white);font-size:1.6rem;font-weight:700;line-height:1.1}.Footer-module__S6Hkya__brandSub{letter-spacing:.18em;color:var(--accent-medium);margin-top:2px;font-size:.65rem;font-weight:600}.Footer-module__S6Hkya__brandDesc{color:var(--accent-light);font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__columnTitle{font-family:var(--font-serif);color:var(--white);margin-bottom:24px;padding-bottom:8px;font-size:1.25rem;font-weight:600;position:relative}.Footer-module__S6Hkya__columnTitle:after{content:"";background-color:var(--accent-medium);width:35px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__linkList,.Footer-module__S6Hkya__hoursList,.Footer-module__S6Hkya__contactList{flex-direction:column;gap:12px;list-style:none;display:flex}.Footer-module__S6Hkya__footerLink{color:var(--accent-light);transition:all var(--transition-fast);font-size:.95rem;display:inline-block}.Footer-module__S6Hkya__footerLink:hover{color:var(--white);transform:translate(4px)}.Footer-module__S6Hkya__hoursList li{flex-direction:column;gap:2px;font-size:.95rem;display:flex}.Footer-module__S6Hkya__day{color:var(--white);font-weight:600}.Footer-module__S6Hkya__time{color:var(--accent-light)}.Footer-module__S6Hkya__teaTime{border-left:3px solid var(--accent-medium);background-color:#68a2b726;border-radius:0 4px 4px 0;margin-top:4px;padding:6px 12px}.Footer-module__S6Hkya__special{color:var(--accent-light);font-size:.85rem;font-weight:600}.Footer-module__S6Hkya__contactList li{flex-direction:column;gap:4px;font-size:.95rem;display:flex}.Footer-module__S6Hkya__contactLabel{color:var(--white);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.Footer-module__S6Hkya__contactValue{color:var(--accent-light)}.Footer-module__S6Hkya__bottomBar{border-top:1px solid #e1edf21f;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:20px;padding-top:30px;display:flex;position:relative}.Footer-module__S6Hkya__copyText{color:var(--accent-light);text-align:center;width:max-content;max-width:calc(100% - 48px);font-size:.85rem;position:absolute;left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__poweredBy{color:#4ecde0;text-align:center;font-weight:300;display:block}.Footer-module__S6Hkya__socials{gap:16px;display:flex}.Footer-module__S6Hkya__socialIcon{width:38px;height:38px;color:var(--accent-light);transition:all var(--transition-fast);background:#0f274a4d;border:1px solid #e1edf233;border-radius:50%;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:var(--white);background-color:var(--accent-medium);border-color:var(--accent-medium);transform:translateY(-3px);box-shadow:0 4px 10px #68a2b74d}@media (max-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:600px){.Footer-module__S6Hkya__footer{padding:60px 0 30px}.Footer-module__S6Hkya__grid{grid-template-columns:1fr;gap:36px}.Footer-module__S6Hkya__bottomBar{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px}.Footer-module__S6Hkya__copyText{width:100%;max-width:none;position:static;transform:none}}
