:root { --primary: #E20082;
--primary-hover: #c01878;
--primary-light: #FCE6F3;
--primary-soft: #FFF0F2;
--primary-dark: #F7CDD3; --bg-gray: #F6F9FB;
--bg-white: #FFFFFF;
--bg-weak: #F6F8FA; --text-main: #0A0D14;
--text-white: #ffffff;
--text-muted: #6B7280;
--text-light: #525866;
--text-soft: #868C98; --border: #CDD0D5;
--border-light: #E2E4E9; --blue-light: #D6EBFF; --radius: 24px;
--radius-pill: 120px;
} @font-face {
font-family: 'SukhumvitSet';
src:
url(//lydia.staging-sc.com/wp-content/themes/lydia/assets/fonts/SukhumvitSet-Medium.woff2) format('woff2'),
url(//lydia.staging-sc.com/wp-content/themes/lydia/assets/fonts/SukhumvitSet-Medium.woff) format('woff');
font-weight: 500;
font-style: normal;
} *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: var(--bg-weak);
overflow-x: hidden;
font-family: 'SukhumvitSet', sans-serif;
}
:lang(my) body {
font-family: 'Noto Sans Myanmar', sans-serif;
}
a {
text-decoration: none;
color: inherit;
}
p,
li,
th,
td {
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 1.5; 
}
p,
li {
color: var(--text-light);
}
th,
td {
color: var(--primary);
}
h1 {
font-weight: 700;
font-style: normal;
font-size: clamp(2rem, 1.5rem + 2vw, 3rem);
color: var(--primary);
line-height: 1.15;
letter-spacing: -1%;
}
h2 {
font-weight: 700;
font-style: normal;
font-size: clamp(1.5rem, 1rem + 2vw, 2rem);
color: var(--primary);
line-height: 1.25;
letter-spacing: 0%;
}
h3 {
font-family: SukhumvitSet, sans-serif;
font-weight: 700;
font-style: normal;
font-size: clamp(18px, 2vw, 20px);
line-height: 1.4;
color: var(--text-main);
} :lang(my) p,
:lang(my) li,
:lang(my) th,
:lang(my) td {
line-height: 1.8; 
}
:lang(my) h1 {
line-height: 1.6; 
}
:lang(my) h2 {
line-height: 1.45; 
}
:lang(my) h3 {
line-height: 1.6; 
}
button {
cursor: pointer;
border: none;
background: none;
}
.page-main {
padding-top: calc(100px + 2.5rem);
} .primary-btn {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 24px;
border-radius: 120px;
border: none;
outline: none;
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 24px;
color: var(--text-white);
background: var(--primary);
transition: 0.3s ease;
width: fit-content;
}
.primary-btn:hover {
background: var(--primary-hover);
transform: translateY(-2px);
}
.primary-btn svg {
width: 18px;
height: 18px;
}  .hidden {
display: none;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.max-w-7xl {
max-width: 1224px;
margin: 0 auto;
padding-left: 1.5rem;
padding-right: 1.5rem;
} .nav-header-wrapper {
position: fixed;
left: 0;
right: 0;
width: 100%;
z-index: 99999;
transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
} .nav-header-wrapper.initial-flat-state {
top: 0;
background-color: var(--primary);
}
.nav-header-wrapper.initial-flat-state .nav-inner-body {
max-width: 1352px;
padding: 0 24px;
height: 111.5px;
} .nav-header-wrapper.scrolled-floating-pill {
top: 16px;
background-color: var(--primary);
max-width: 94%;
margin: 0 auto;
border-radius: 100px; box-shadow: 0 20px 48px rgba(148, 163, 184, 0.12);
height: 95.5px;
}
.nav-header-wrapper.scrolled-floating-pill .nav-inner-body {
max-width: 1352px;
height: 95.5px;
} .nav-inner-body {
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: space-between;
} .desktop-navigation {
margin-left: auto;
} .brand-logo {
display: flex;
flex-direction: column;
cursor: pointer;
outline: none;
} .brand-logo:focus,
.brand-logo:active,
.brand-logo:focus-visible {
outline: none;
box-shadow: none;
} .nav-links-list {
display: flex;
list-style: none;
gap: 40px;
align-items: center;
}
:lang(my) .nav-links-list {
gap: 20px;
}
.nav-item-link {
display: flex;
align-items: center;
gap: 8px;
transition: opacity 0.3s;
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.011em; color: var(--text-white);
text-decoration: none;
}
.nav-item-link:hover,
.nav-item-link.highlight-pink {
color: var(--text-white);
} .chevron-down {
width: 0.875rem;
height: 0.875rem;
transition: transform 0.3s;
} .nav-list-item:hover .chevron-down {
transform: rotate(180deg);
} .header-right-actions {
display: flex;
align-items: center;
gap: 16px;
} .btn-lang {
display: flex;
align-items: center;
gap: 4px;
border: 1px solid var(--text-white);
border-radius: 120px;
padding: 10px 16px;
font-size: 16px;
font-weight: 500;
line-height: 24px;
color: var(--text-white);
background-color: transparent;
cursor: pointer;
transition: background-color 0.3s;
}
.btn-lang:hover {
background: rgba(255, 255, 255, 0.15);
} .flag-icon {
width: 1rem;
height: 1rem;
border-radius: 50%;
overflow: hidden;
}
.flag-icon img {
width: 100%;
height: 100%;
object-fit: cover;
transform: scale(1.5); } .lang-label {
font-size: 12px;
font-weight: 700;
color: var(--primary);
}
.chevron-arrow.small-dim {
color: var(--text-muted);
}  .dropdown-window-frame {
position: absolute;
top: 100%;
left: 0;
right: 0;
width: 100%;
background-color: var(--bg-white);
border-radius: 0 0 32px 32px;
box-shadow: 0 32px 64px rgba(0, 0, 0, 0.04); opacity: 0;
visibility: hidden;
pointer-events: none;
overflow: hidden;
transform: translateY(6px);
transition:
opacity 0.35s cubic-bezier(0.25, 1, 0.5, 1),
transform 0.35s cubic-bezier(0.25, 1, 0.5, 1),
visibility 0.35s cubic-bezier(0.25, 1, 0.5, 1);
} .scrolled-floating-pill .dropdown-window-frame {
margin-top: 12px;
border-radius: 32px;
box-shadow: 0 24px 50px rgba(0, 0, 0, 0.06);
border: 1px solid #f1f5f9;
} .dropdown-window-frame.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0);
} .dropdown-window-frame {
height: auto !important;
} .dropdown-centering-container {
max-width: 1351px;
margin: 0 auto;
padding: 24px 63px;
display: flex;
justify-content: center;
} .mega-inner-layout-grid {
width: 100%;
transition: opacity 0.2s ease;
} .mega-inner-layout-grid.split-mode {
display: grid;
grid-template-columns: 300px 1px 380px;
justify-content: center;
gap: 0;
} .mega-inner-layout-grid.centered-isolated-mode {
display: flex;
flex-direction: column;
align-items: center;
width: 380px;
} .dropdown-left-sidebar {
display: flex;
flex-direction: column;
gap: 0;
padding-right: 48px;
width: 100%;
} .centered-isolated-mode .dropdown-left-sidebar {
padding-right: 0;
width: 380px;
} .dropdown-row-item {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 15px;
font-weight: 400;
padding: 20px 0;
cursor: pointer;
transition: color 0.2s ease, font-weight 0.15s ease;
color: var(--text-soft);
text-decoration: none;
border-bottom: none; } .split-mode .dropdown-row-item {
border-bottom: 1px solid var(--border-light);
padding: 16px 0;
}
.split-mode .dropdown-row-item:last-child {
border-bottom: none;
} .dropdown-row-item.active {
color: var(--text-main);
font-weight: 700;
} .dropdown-row-item.muted-disabled {
color: var(--text-soft);
font-weight: 400;
}
.dropdown-row-item:hover {
color: var(--text-main);
} .split-mode .dropdown-row-item.active {
font-weight: 500;
font-style: normal;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.011em;
color: var(--text-main);
} .arrow-up-right-diagonal {
font-size: 16px;
font-weight: 600;
color: var(--text-main);
flex-shrink: 0;
margin-left: 8px;
}
.arrow-up-right-diagonal::before {
content: "\2197"; font-size: 14px;
display: inline-block;
margin-left: auto;
transition: transform 0.2s ease;
} .dropdown-row-item.active .arrow-up-right-diagonal::before {
transform: translate(2px, -2px);
} .dropdown-mid-vertical-divider {
width: 1px;
background-color: var(--border-ligh);
align-self: stretch;
flex-shrink: 0;
} .dropdown-right-links-column {
display: flex;
flex-direction: column;
padding-left: 48px;
}
.submenu-destination-link {
text-decoration: none;
color: var(--text-light);
font-size: 16px;
font-weight: 500;
line-height: 24px;
padding: 16px 0;
border-bottom: 1px solid var(--border-light);
transition: color 0.2s ease;
display: block;
}
.submenu-destination-link:hover {
color: var(--text-main);
}
.submenu-destination-link:last-child {
border-bottom: none;
}  .mobile-dropdown-container {
position: absolute;
top: 100%;
left: 0;
right: 0;
width: 100%;
padding: 12px 16px;
display: none; max-height: 0;
opacity: 0;
overflow: hidden;
visibility: hidden;
transition:
max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1),
opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
z-index: 9998;
} .mobile-dropdown-container.is-visible {
max-height: 85vh;
opacity: 1;
visibility: visible;
overflow-y: auto;
} .mobile-menu-card {
background-color: var(--bg-white);
border-radius: 16px;
box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
border: 1px solid var(--border-light);
padding: 4px 0;
width: 100%;
} .mobile-nav-row-item {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 16px;
font-weight: 600;
color: var(--text-main);
padding: 16px 20px;
border-bottom: 1px solid var(--border-light);
cursor: pointer;
user-select: none;
}
.mobile-nav-row-item.last-row {
border-bottom: none;
} .accordion-chevron {
font-size: 14px;
color: var(--text-main);
transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
} .mobile-sub-accordion-box {
display: none; flex-direction: column;
background-color: var(--bg-light);
padding: 4px 24px;
border-bottom: 1px solid var(--border-light);
}
.mobile-level1-box {
padding: 0 0 0 20px;
border-bottom: 1px solid var(--border-light);
} .mobile-level2-box {
padding: 0 0 0 16px;
border-bottom: none;
background-color: transparent;
} .mobile-sub-row-item {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 20px 14px 0;
border-bottom: 1px solid var(--border-light);
cursor: pointer;
user-select: none;
}
.mobile-sub-row-item.last-sub-row {
border-bottom: none;
} .mobile-top-label {
text-decoration: none;
color: inherit;
font-weight: 500;
font-size: 16px;
color: var(--text-light);
flex: 1;
}
.mobile-sub-label {
text-decoration: none;
color: var(--text-light);
font-weight: 500;
font-size: 16px;
flex: 1;
} .mobile-chevron-btn {
background: none;
border: none;
padding: 4px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--text-light);
}
.mobile-lucide-chevron {
width: 18px;
height: 18px;
transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
display: block;
} .mobile-chevron-btn.is-open .mobile-lucide-chevron {
transform: rotate(180deg);
}
.sub-chevron-btn {
color: var(--text-muted);
}
.sub-chevron-btn .mobile-lucide-chevron {
width: 16px;
height: 16px;
} .mobile-inner-link {
text-decoration: none;
color: var(--text-light);
font-size: 16px;
font-weight: 500;
padding: 11px 0;
border-bottom: 1px solid var(--border-light);
transition: color 0.2s ease;
display: block;
}
.mobile-inner-link.last-link,
.mobile-inner-link:last-child {
border-bottom: none;
}
.mobile-inner-link:hover {
color: var(--primary);
} .mobile-hamburger-btn {
display: none; flex-direction: column;
justify-content: space-between;
width: 20px;
height: 14px;
background: transparent;
border: none;
cursor: pointer;
z-index: 100000;
padding: 0;
} .mobile-language-btn {
display: none; } .burger-bar {
width: 100%;
height: 2px;
background-color: var(--bg-white);
border-radius: 2px;
transition:
transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
opacity 0.2s ease;
} .mobile-hamburger-btn.is-active .line-top {
transform: translateY(6px) rotate(45deg);
}
.mobile-hamburger-btn.is-active .line-mid {
opacity: 0;
}
.mobile-hamburger-btn.is-active .line-bot {
transform: translateY(-6px) rotate(-45deg);
} .page-hero-placeholder {
height: 90vh;
min-height: 580px;
background-image:
linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.25)),
url(//lydia.staging-sc.com/wp-content/themes/lydia/image_50cbee.jpg);
background-size: cover;
background-position: center;
display: flex;
align-items: flex-end;
padding: 0 8% 12% 8%;
}
.hero-text-content {
max-width: 650px;
}
.hero-title-header {
color: var(--text-white);
font-size: 42px;
font-weight: 700;
line-height: 1.15;
margin-bottom: 24px;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
} .hero-cta-btn {
background: transparent;
color: var(--text-white);
border: 1px solid rgba(255, 255, 255, 0.7);
padding: 12px 26px;
border-radius: 30px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
transition: all 0.2s ease;
backdrop-filter: blur(4px);
display: inline-flex;
align-items: center;
gap: 8px;
}
.hero-cta-btn:hover {
background-color: var(--text-white);
color: var(--text-main);
} .reach-banner {
position: relative;
min-height: 380px;
background: var(--primary);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 40px 24px;
}
.reach-banner__container {
max-width: 1440px;
margin: 0 auto;
}
.reach-banner__content {
position: relative;
z-index: 2;
max-width: 720px;
}
.reach-banner h2 {
margin-bottom: 24px;
color: var(--text-white);
font-weight: 700;
font-size: clamp(2rem, 1.5rem + 1vw, 3rem);
line-height: 1.17;
letter-spacing: -0.01em;
}
.reach-banner p {
margin-bottom: 24px;
max-width: 592px;
color: var(--text-white);
}
.reach-banner__subtitle {
color: #FFD905;
font-size: 14px;
font-weight: 500;
line-height: 20px;
margin-bottom: 12px;
text-transform: capitalize;
} .reach-banner__socials {
display: flex;
justify-content: center;
align-items: center;
gap: 30px; }
.social-link {
display: flex;
flex-direction: column;
align-items: center;
text-decoration: none;
transition: transform 0.3s ease;
}
.social-link:hover {
transform: translateY(-5px);
} .icon-wrapper {
background-color: var(--bg-white);
width: 48px;
height: 48px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 4px;
}
.icon-wrapper img {
width: 100%;
height: 100%;
object-fit: contain;
} .social-label {
color: #FFD905;
font-size: 12px;
font-weight: 400;
line-height: 16px;
} .reach-banner__left {
position: absolute;
left: 0;
top: 0;
width: min(32%, 415px);
height: 100%;
object-fit: contain;
object-position: left top;
z-index: 1;
} .reach-banner__right {
position: absolute;
right: 0;
bottom: 0;
width: min(32%, 415px);
height: 100%;
object-fit: contain;
object-position: right bottom;
z-index: 1;
} footer {
background: var(--primary-light);
}
.footer-grid {
max-width: 1440px;
margin: 0 auto;
padding: 80px 40px;
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 80px;
border-bottom: 1px solid var(--primary);
} .footer-brand {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.logo-wrap img {
width: 219px;
max-height: 130px;
display: block;
} .social-icons {
display: flex;
align-items: center;
gap: 24px;
margin-top: 36px;
}
.social-item {
width: 54.75px;
height: 54.75px;
border-radius: 50%;
background: var(--primary);
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s ease;
} .social-item:hover {
transform: translateY(-4px);
}  .footer-action {
display: grid;
grid-template-columns: 1fr 1fr 339px;
gap: 60px;
max-width: 788px;
}
.footer-info,
.footer-contact {
display: flex;
flex-direction: column;
gap: 32px;
}
.footer-title {
font-weight: 700;
font-style: normal;
font-size: 24px;
line-height: 32px;
letter-spacing: 0;
color: var(--primary);
}
.footer-links,
.footer-contact-info {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-links li {
line-height: 1.4;
} .footer-links a,
.footer-contact a {
font-weight: 500;
font-style: normal;
font-size: 18px;
line-height: 24px;
letter-spacing: -0.015em;
text-align: left;
text-decoration: none;
color: var(--primary);
}
.footer-links a:hover,
.footer-contact a:hover {
opacity: 0.8;
} .footer-contact p {
font-weight: 500;
font-style: normal;
letter-spacing: -0.015em;
color: var(--primary);
}
.footer-contact strong {
font-weight: 700;
} .footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1440px;
margin: 0 auto;
padding: 40px;
}
.footer-bottom p,
.footer-bottom a {
font-size: 18px;
color: var(--primary);
} @media (max-width: 1140px) {
.nav-links-list {
gap: 20px;
}
:lang(my) .nav-item-link {
font-size: 1.2vw;
}
}
@media (max-width: 1024px) { .desktop-navigation {
display: none;
}
.mobile-language-btn {
display: flex;
}
.mobile-hamburger-btn {
display: flex;
}
.mobile-dropdown-container {
display: block;
} .nav-header-wrapper.initial-flat-state {
padding: 12px 16px;
background-color: var(--primary);
}
.nav-header-wrapper.scrolled-floating-pill {
max-width: 94%;
padding: 0;
}
.language-pill-badge {
display: flex;
padding: 4px 10px;
} .footer-grid {
flex-direction: column;
gap: 40px;
} .footer-action {
grid-template-columns: 1fr 1fr;
gap: 40px;
max-width: 100%;
} .footer-contact {
grid-column: 1 / -1;
}
} @media (max-width: 991px) {
.reach-banner {
min-height: 320px;
}
.reach-banner__left,
.reach-banner__right {
width: 260px;
opacity: .9;
}
.reach-banner__socials a {
width: 58px;
height: 58px;
}
} @media (max-width: 768px) { .footer-grid {
flex-direction: column;
gap: 0;
padding: 40px 24px;
} .footer-brand {
align-items: flex-start;
text-align: left;
margin-bottom: 36px;
} .logo-wrap img {
width: 160px;
}
.reach-banner {
min-height: auto;
padding: 60px 20px;
}
.reach-banner__left,
.reach-banner__right {
display: none;
}
.reach-banner h2 {
margin-bottom: 16px;
}
.reach-banner p {
margin-bottom: 24px;
}
.reach-banner__socials {
gap: 16px;
}
.reach-banner__socials a {
width: 52px;
height: 52px;
}
.reach-banner__socials svg {
width: 24px;
height: 24px;
} .footer-action {
display: flex;
flex-direction: column;
gap: 32px;
max-width: 100%;
}
.footer-info,
.footer-contact {
gap: 16px;
} .footer-title {
font-size: 20px;
line-height: 28px;
margin-bottom: 0;
}
.footer-links {
gap: 10px;
} .footer-links a,
.footer-contact p,
.footer-contact a {
font-size: 16px;
}
.footer-contact-info {
gap: 10px;
} .footer-bottom {
flex-wrap: wrap;
justify-content: center;
gap: 16px;
}
}