:root {

  --primary-color: hsl(298, 62%, 42%);
  --secondary-color: hsl(349, 50%, 48%);
  --bg-color: hsl(298, 6%, 97%);
  --text-color: hsl(298, 10%, 8%);
  --text-muted: hsl(298, 8%, 38%);
  --border-color: hsla(298, 10%, 8%, 0.1);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 24px;
  --shadow-sm: 0 1px 2px hsla(298, 10%, 8%, 0.04);
  --shadow-md: 0 12px 30px hsla(298, 18%, 18%, 0.08);
  --shadow-lg: 0 18px 48px hsla(298, 18%, 18%, 0.14);
  --nav-height: 84px;
  --max-width: min(1240px, 92vw);
  --transition: all 0.28s ease;
  --nav-bg: var(--bg-color);
  --nav-surface: color-mix(in srgb, var(--bg-color) 88%, white);
  --nav-line: var(--border-color);
  --btn-text: #ffffff;
  --wps-primary: var(--primary-color, hsl(298, 62%, 52%));
  --wps-secondary: var(--secondary-color, hsl(349, 50%, 52%));
  --wps-bg: var(--bg-color, hsl(298, 6%, 97%));
  --wps-text: var(--text-color, hsl(298, 10%, 5%));
  --wps-radius: var(--border-radius, 8px);
  --wps-shadow: var(--shadow-sm, 0 4px 20px rgba(0,0,0,0.08));
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
.u0b6fa5_98{
    width: 100%;
    background:
    radial-gradient(circle at top left, hsla(298, 62%, 42%, 0.06), transparent 36%),
    radial-gradient(circle at top right, hsla(349, 50%, 48%, 0.07), transparent 32%),
    var(--nav-bg);
    border-bottom: 1px solid var(--nav-line); color: #1a1a2e;}
.zf1r81dug7y8{
    min-height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 18px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px 28px;
    }
.vd9184_nr{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    }
.zbd90ef_e3{
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    position: relative;
    }
.zbd90ef_e3::after{
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -7px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, hsla(298, 62%, 42%, 0.16), hsla(349, 50%, 48%, 0.14));
    z-index: -1; color: #1a1a2e;}
.a5mxsu3uboi{
    display: flex;
    justify-content: center;
    min-width: 0;
    }
.dd0d12_j5mw{
    margin: 0;
    padding: 6px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    border: 1px solid var(--nav-line);
    border-radius: calc(var(--radius-lg) + 6px);
    background: color-mix(in srgb, var(--nav-surface) 84%, white);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(14px);
    }
.qe47__d2a{
    display: flex;
    }
.c3eg05cf8y43{
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: var(--text-muted);
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 0.98rem;
    line-height: 1;
    transition: var(--transition);
    }
.c3eg05cf8y43::after{
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 9px;
    height: 1.5px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--transition);
    opacity: 0.45;
    }
.c3eg05cf8y43:hover, .c3eg05cf8y43:focus-visible{
    color: var(--text-color);
    background: hsla(0, 0%, 100%, 0.72);
    outline: none;
    }
.c3eg05cf8y43:hover::after, .c3eg05cf8y43:focus-visible::after, .c3eg05cf8y43.cdbbfe__96761::after{
    transform: scaleX(1);
    }
.c3eg05cf8y43.cdbbfe__96761{
    color: var(--text-color);
    background: hsla(0, 0%, 100%, 0.86);
    }
.e44f1a_4889{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.n6894__318b1{
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.96rem;
    line-height: 1;
    white-space: nowrap;
    transition: var(--transition);
    }
.n6894__318b1:hover, .n6894__318b1:focus-visible{
    color: var(--secondary-color);
    outline: none;
    }
.l36648_321{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 30px hsla(298, 62%, 42%, 0.22);
    transition: var(--transition);
    }
.l36648_321:hover, .l36648_321:focus-visible{
    background: linear-gradient(135deg, hsl(298, 62%, 38%), hsl(349, 50%, 44%));
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
    outline: none;
    }
@media (max-width: 980px){.zf1r81dug7y8{
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 16px;
    padding: 18px 0 22px;
    }
.vd9184_nr{
    justify-content: center;
    }
.a5mxsu3uboi{
    justify-content: stretch;
    }
.dd0d12_j5mw{
    width: 100%;
    justify-content: center;
    }
.e44f1a_4889{
    justify-content: center;
    flex-wrap: wrap;
    }}
@media (max-width: 640px){.u0b6fa5_98{
    background:
    radial-gradient(circle at top center, hsla(298, 62%, 42%, 0.08), transparent 44%),
    var(--nav-bg); color: #1a1a2e;}
.zf1r81dug7y8{
    width: min(100%, var(--max-width));
    }
.dd0d12_j5mw{
    padding: 8px;
    gap: 6px;
    border-radius: var(--radius-lg);
    }
.qe47__d2a{
    flex: 1 1 calc(50% - 6px);
    }
.c3eg05cf8y43{
    width: 100%;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    }
.n6894__318b1{
    min-height: 42px;
    }
.l36648_321{
    width: 100%;
    max-width: 280px;
    }}
.c3eg05cf8y43.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.c3eg05cf8y43.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.cdbbfe__96761.active {color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.n7eab9c{
    background: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.be054__a18{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.pb799f_bax{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 32px;
    }
.au36pd22f{
    flex: 1;
    min-width: 200px;
    }
.fhbx2or87td{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    font-family: serif;
    }
.v99a29_1o87{
    margin-top: 8px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    }
.pdc46_4a{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    }
.zcfbb9_9q{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.zcfbb9_9q:hover{
    color: var(--primary-color);
    }
.i4beab_nv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
    gap: 16px;
    }
.m207f0_ms{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.t7d6cc__46ae1{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.n7eab9c{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.pb799f_bax{
    flex-direction: column;
    margin-bottom: 32px;
    }
.pdc46_4a{
    gap: 24px;
    }
.i4beab_nv{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }}
div.se1f__4e3c.f743c__76f{
    font-family: "Georgia", "Source Han Serif SC", serif;
    background-color: var(--wps-bg);
    color: var(--wps-text);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.se1f__4e3c.f743c__76f .le9cfac55b{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    }
div.se1f__4e3c.f743c__76f .m1170_b2a5{
    display: flex;
    min-height: 90vh;
    align-items: center;
    gap: 4rem;
    padding-top: 4rem;
    }
div.se1f__4e3c.f743c__76f .d95jbwjut{
    flex: 1;
    z-index: 2;
    }
div.se1f__4e3c.f743c__76f .u6749_66{flex: 1;
    height: 80vh;
    position: relative;
    overflow: hidden;
    border-radius: var(--wps-radius); isolation: isolate;}
div.se1f__4e3c.f743c__76f .u6749_66 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(20%);
    }
div.se1f__4e3c.f743c__76f h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--wps-text);
    font-weight: 800;
    }
div.se1f__4e3c.f743c__76f .uc6a12e2{
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    color: rgba(0,0,0,0.7);
    max-width: 500px;
    }
div.se1f__4e3c.f743c__76f h2{
    text-align: left;
    font-size: 2.2rem;
    margin: 4rem 0 2rem;
    border-right: 4px solid var(--wps-primary);
    padding-right: 1.5rem;
    }
div.se1f__4e3c.f743c__76f h3{
    text-align: left;
    font-size: 1.5rem;
    color: var(--wps-secondary);
    margin-bottom: 1rem;
    }
div.se1f__4e3c.f743c__76f .hyhmkulg{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    margin: 4rem 0;
    }
div.se1f__4e3c.f743c__76f .yddc6b2_pfb{
    background: #fff;
    padding: 2.5rem;
    border-radius: var(--wps-radius);
    box-shadow: var(--wps-shadow);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.se1f__4e3c.f743c__76f .yddc6b2_pfb:hover{
    transform: translateY(-5px);
    }
div.se1f__4e3c.f743c__76f .xkhh85rmfr00{
    width: 48px;
    height: 48px;
    margin-bottom: 1.5rem;
    color: var(--wps-primary);
    }
div.se1f__4e3c.f743c__76f .qmj2zlv6y2d{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    }
div.se1f__4e3c.f743c__76f .t49360f7833{
    background-color: var(--wps-primary);
    color: white;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(186, 51, 199, 0.4);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    }
div.se1f__4e3c.f743c__76f .t49360f7833:hover{
    transform: scale(1.05);
    background-color: var(--wps-secondary); color: #1a1a2e;}
div.se1f__4e3c.f743c__76f .i7bba11082f{
    background: white;
    padding: 4rem 0;
    margin: 4rem 0; color: #1a1a2e;}
div.se1f__4e3c.f743c__76f .w3f669a7486{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    list-style: none;
    padding: 0;
    }
div.se1f__4e3c.f743c__76f .xvirtlphhb2 b{
    display: block;
    color: var(--wps-primary);
    font-size: 0.9rem;
    text-transform: uppercase;
    }
div.se1f__4e3c.f743c__76f .s3fa53_y6yz{
    color: var(--wps-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
    }
div.se1f__4e3c.f743c__76f div.k8cb55_bd55{
    background: #1a1a1a;
    color: #fff;
    padding: 4rem 2rem;
    margin-top: 6rem;
    }
div.se1f__4e3c.f743c__76f .e790be_593b{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    }
div.se1f__4e3c.f743c__76f .au36pd22f{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    }
div.se1f__4e3c.f743c__76f .copyright{
    margin-top: 3rem;
    text-align: center;
    font-size: 0.85rem;
    opacity: 0.6;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 2rem;
    }
@media (max-width: 768px) {div.se1f__4e3c.f743c__76f .m1170_b2a5{
    flex-direction: column;
    padding-top: 2rem;
    }
div.se1f__4e3c.f743c__76f .u6749_66{
    width: 100%;
    height: 40vh;
    }
div.se1f__4e3c.f743c__76f .hyhmkulg{
    grid-template-columns: 1fr;
    }
div.se1f__4e3c.f743c__76f h2, div.se1f__4e3c.f743c__76f h3{
    text-align: left;
    border-right: none;
    border-left: 4px solid var(--wps-primary);
    padding-right: 0;
    padding-left: 1.5rem;
    }}
div.se1f__4e3c.f743c__76f .i31e4_301{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.se1f__4e3c img.rd7c__8366 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.se1f__4e3c img.rd7c__8366.wf8402858 { aspect-ratio: 16 / 9; }
div.se1f__4e3c img.rd7c__8366.e9089c_9131 { aspect-ratio: 16 / 10; }
div.se1f__4e3c img.rd7c__8366.v92f7a_8d8c { aspect-ratio: 4 / 3; }
div.se1f__4e3c img.rd7c__8366.y7641cb4394 { aspect-ratio: 1 / 1; }
div.se1f__4e3c :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.se1f__4e3c .ja9b41_a6dd {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.se1f__4e3c .ja9b41_a6dd.wf8402858 { aspect-ratio: 16 / 9; }
div.se1f__4e3c .ja9b41_a6dd.e9089c_9131 { aspect-ratio: 16 / 10; }
div.se1f__4e3c .ja9b41_a6dd.v92f7a_8d8c { aspect-ratio: 4 / 3; }
div.se1f__4e3c .ja9b41_a6dd.y7641cb4394 { aspect-ratio: 1 / 1; }
div.se1f__4e3c .ja9b41_a6dd > img.rd7c__8366,
    div.se1f__4e3c .ja9b41_a6dd > picture > img.rd7c__8366 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.se1f__4e3c.f743c__76f .t49360f7833 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.se1f__4e3c.f743c__76f .t49360f7833 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.se1f__4e3c.f743c__76f .t49360f7833 a:not([class]):hover{opacity:0.92;}
div.se1f__4e3c.f743c__76f .t49360f7833 a[class=""]:hover{opacity:0.92;}
div.se1f__4e3c.f743c__76f .t49360f7833 a:not([class]):visited{color:#ffffff !important;}
div.se1f__4e3c.f743c__76f .t49360f7833 a[class=""]:visited{color:#ffffff !important;}
.u0b6fa5_98{
    width: 100%;
    background:
    radial-gradient(circle at top left, hsla(298, 62%, 42%, 0.06), transparent 36%),
    radial-gradient(circle at top right, hsla(349, 50%, 48%, 0.07), transparent 32%),
    var(--nav-bg);
    border-bottom: 1px solid var(--nav-line); color: #1a1a2e;}
.zf1r81dug7y8{
    min-height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 18px 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 20px 28px;
    }
.vd9184_nr{
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: var(--text-color);
    }
.zbd90ef_e3{
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    position: relative;
    }
.zbd90ef_e3::after{
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: -7px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(90deg, hsla(298, 62%, 42%, 0.16), hsla(349, 50%, 48%, 0.14));
    z-index: -1; color: #1a1a2e;}
.a5mxsu3uboi{
    display: flex;
    justify-content: center;
    min-width: 0;
    }
.dd0d12_j5mw{
    margin: 0;
    padding: 6px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    border: 1px solid var(--nav-line);
    border-radius: calc(var(--radius-lg) + 6px);
    background: color-mix(in srgb, var(--nav-surface) 84%, white);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(14px);
    }
.qe47__d2a{
    display: flex;
    }
.c3eg05cf8y43{
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    color: var(--text-muted);
    font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
    font-size: 0.98rem;
    line-height: 1;
    transition: var(--transition);
    }
.c3eg05cf8y43::after{
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 9px;
    height: 1.5px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--transition);
    opacity: 0.45;
    }
.c3eg05cf8y43:hover, .c3eg05cf8y43:focus-visible{
    color: var(--text-color);
    background: hsla(0, 0%, 100%, 0.72);
    outline: none;
    }
.c3eg05cf8y43:hover::after, .c3eg05cf8y43:focus-visible::after, .c3eg05cf8y43.cdbbfe__96761::after{
    transform: scaleX(1);
    }
.c3eg05cf8y43.cdbbfe__96761{
    color: var(--text-color);
    background: hsla(0, 0%, 100%, 0.86);
    }
.e44f1a_4889{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    }
.n6894__318b1{
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 0.96rem;
    line-height: 1;
    white-space: nowrap;
    transition: var(--transition);
    }
.n6894__318b1:hover, .n6894__318b1:focus-visible{
    color: var(--secondary-color);
    outline: none;
    }
.l36648_321{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 999px;
    text-decoration: none;
    white-space: nowrap;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: #1a1a2e;
    font-weight: 600;
    letter-spacing: 0.01em;
    box-shadow: 0 14px 30px hsla(298, 62%, 42%, 0.22);
    transition: var(--transition);
    }
.l36648_321:hover, .l36648_321:focus-visible{
    background: linear-gradient(135deg, hsl(298, 62%, 38%), hsl(349, 50%, 44%));
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: var(--shadow-lg);
    outline: none;
    }
@media (max-width: 980px){.zf1r81dug7y8{
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 16px;
    padding: 18px 0 22px;
    }
.vd9184_nr{
    justify-content: center;
    }
.a5mxsu3uboi{
    justify-content: stretch;
    }
.dd0d12_j5mw{
    width: 100%;
    justify-content: center;
    }
.e44f1a_4889{
    justify-content: center;
    flex-wrap: wrap;
    }}
@media (max-width: 640px){.u0b6fa5_98{
    background:
    radial-gradient(circle at top center, hsla(298, 62%, 42%, 0.08), transparent 44%),
    var(--nav-bg); color: #1a1a2e;}
.zf1r81dug7y8{
    width: min(100%, var(--max-width));
    }
.dd0d12_j5mw{
    padding: 8px;
    gap: 6px;
    border-radius: var(--radius-lg);
    }
.qe47__d2a{
    flex: 1 1 calc(50% - 6px);
    }
.c3eg05cf8y43{
    width: 100%;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    }
.n6894__318b1{
    min-height: 42px;
    }
.l36648_321{
    width: 100%;
    max-width: 280px;
    }}
.c3eg05cf8y43.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.c3eg05cf8y43.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.cdbbfe__96761.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.n7eab9c{
    background: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.be054__a18{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    }
.pb799f_bax{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px;
    flex-wrap: wrap;
    gap: 32px;
    }
.au36pd22f{
    flex: 1;
    min-width: 200px;
    }
.fhbx2or87td{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color);
    font-family: serif;
    }
.v99a29_1o87{
    margin-top: 8px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.6;
    }
.pdc46_4a{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    }
.zcfbb9_9q{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.zcfbb9_9q:hover{
    color: var(--primary-color);
    }
.i4beab_nv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
    gap: 16px;
    }
.m207f0_ms{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
.t7d6cc__46ae1{
    font-size: 13px;
    color: var(--text-muted);
    margin: 0;
    }
@media (max-width: 768px){.n7eab9c{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.pb799f_bax{
    flex-direction: column;
    margin-bottom: 32px;
    }
.pdc46_4a{
    gap: 24px;
    }
.i4beab_nv{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    }}
.u0b6fa5_98{
  width: 100%;
  background:
    radial-gradient(circle at top left, hsla(298, 62%, 42%, 0.06), transparent 36%),
    radial-gradient(circle at top right, hsla(349, 50%, 48%, 0.07), transparent 32%),
    var(--nav-bg);
  border-bottom: 1px solid var(--nav-line); color: #1a1a2e;}
.zf1r81dug7y8{
  min-height: var(--nav-height);
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 18px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px 28px;
}
.vd9184_nr{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--text-color);
}
.zbd90ef_e3{
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  position: relative;
}
.zbd90ef_e3::after{
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: -7px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, hsla(298, 62%, 42%, 0.16), hsla(349, 50%, 48%, 0.14));
  z-index: -1; color: #1a1a2e;}
.a5mxsu3uboi{
  display: flex;
  justify-content: center;
  min-width: 0;
}
.dd0d12_j5mw{
  margin: 0;
  padding: 6px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
  border: 1px solid var(--nav-line);
  border-radius: calc(var(--radius-lg) + 6px);
  background: color-mix(in srgb, var(--nav-surface) 84%, white);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
}
.qe47__d2a{
  display: flex;
}
.c3eg05cf8y43{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  color: var(--text-muted);
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1;
  transition: var(--transition);
}
.c3eg05cf8y43::after{
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 9px;
  height: 1.5px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: var(--transition);
  opacity: 0.45;
}
.c3eg05cf8y43:hover, .c3eg05cf8y43:focus-visible{
  color: var(--text-color);
  background: hsla(0, 0%, 100%, 0.72);
  outline: none;
}
.c3eg05cf8y43:hover::after, .c3eg05cf8y43:focus-visible::after, .c3eg05cf8y43.cdbbfe__96761::after{
  transform: scaleX(1);
}
.c3eg05cf8y43.cdbbfe__96761{
  color: var(--text-color);
  background: hsla(0, 0%, 100%, 0.86);
}
.e44f1a_4889{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.n6894__318b1{
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  text-decoration: none;
  color: var(--text-color);
  font-size: 0.96rem;
  line-height: 1;
  white-space: nowrap;
  transition: var(--transition);
}
.n6894__318b1:hover, .n6894__318b1:focus-visible{
  color: var(--secondary-color);
  outline: none;
}
.l36648_321{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: #1a1a2e;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 14px 30px hsla(298, 62%, 42%, 0.22);
  transition: var(--transition);
}
.l36648_321:hover, .l36648_321:focus-visible{
  background: linear-gradient(135deg, hsl(298, 62%, 38%), hsl(349, 50%, 44%));
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: var(--shadow-lg);
  outline: none;
}
@media (max-width: 980px){.zf1r81dug7y8{
    grid-template-columns: 1fr;
    justify-items: stretch;
    gap: 16px;
    padding: 18px 0 22px;
  }
.vd9184_nr{
    justify-content: center;
  }
.a5mxsu3uboi{
    justify-content: stretch;
  }
.dd0d12_j5mw{
    width: 100%;
    justify-content: center;
  }
.e44f1a_4889{
    justify-content: center;
    flex-wrap: wrap;
  }}
@media (max-width: 640px){.u0b6fa5_98{
    background:
      radial-gradient(circle at top center, hsla(298, 62%, 42%, 0.08), transparent 44%),
      var(--nav-bg); color: #1a1a2e;}
.zf1r81dug7y8{
    width: min(100%, var(--max-width));
  }
.dd0d12_j5mw{
    padding: 8px;
    gap: 6px;
    border-radius: var(--radius-lg);
  }
.qe47__d2a{
    flex: 1 1 calc(50% - 6px);
  }
.c3eg05cf8y43{
    width: 100%;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
  }
.n6894__318b1{
    min-height: 42px;
  }
.l36648_321{
    width: 100%;
    max-width: 280px;
  }}
.c3eg05cf8y43.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.c3eg05cf8y43.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.cdbbfe__96761.active{color: #ffffff; background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
.a9b193_8084{
  background: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding: 64px 0 32px;
  margin-top: 120px; color: #1a1a2e;}
.fd82ba7c19e{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.hcac5cfa4f5{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
  flex-wrap: wrap;
  gap: 32px;
}
.j9ca750cfac{
  flex: 1;
  min-width: 200px;
}
.b8873003f{
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color);
  font-family: serif;
}
.oe8e__6363{
  margin-top: 8px;
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.6;
}
.l4ea__792c{
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.fbb5d91b193{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.fbb5d91b193:hover{
  color: var(--primary-color);
}
.ae8f35_a0ad{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
  flex-wrap: wrap;
  gap: 16px;
}
.pbb5__aa59{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
.ncb0__2517{
  font-size: 13px;
  color: var(--text-muted);
  margin: 0;
}
@media (max-width: 768px){.a9b193_8084{
    padding: 48px 0 24px;
    margin-top: 80px;
  }
.hcac5cfa4f5{
    flex-direction: column;
    margin-bottom: 32px;
  }
.l4ea__792c{
    gap: 24px;
  }
.ae8f35_a0ad{
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }}
.w3e95d599{box-sizing:border-box;}
.gd86__96d2{box-sizing:border-box;}
.ma24__e1b8{display:block;max-width:100%;height:auto;}
.yd37858eb22{box-sizing:border-box;}
@media (max-width: 768px) {.i4beab_nv { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}