:root {

  --primary-color: #c4511e;
  --secondary-color: #6f2f1a;
  --bg-color: #f5eee6;
  --text-color: #221813;
  --text-muted: #6f5a4e;
  --border-color: rgba(34, 24, 19, 0.14);
  --radius-sm: 4px;
  --radius-md: 10px;
  --radius-lg: 18px;
  --shadow-sm: 0 8px 20px rgba(111, 47, 26, 0.08);
  --shadow-md: 0 14px 34px rgba(111, 47, 26, 0.14);
  --shadow-lg: 0 24px 54px rgba(111, 47, 26, 0.22);
  --nav-height: 88px;
  --max-width: min(1280px, 94vw);
  --transition: all 0.28s ease;
  --nav-bg: var(--bg-color);
  --nav-panel: #fbf6f0;
  --btn-text: #ffffff;
  --line-color: var(--text-color);
  --page-bg: #f4efe7;
  --page-surface: #fbf7f1;
  --page-ink: #23201b;
  --page-muted: #655b50;
  --page-accent: #d96b2b;
  --page-accent-deep: #9f4314;
  --page-line: #d7c8b8;
  --page-shadow: 0 18px 48px rgba(77, 44, 22, 0.12);
  --page-radius: 0px;
  --page-max: 1180px;
  --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%);
}
.d2e4cc_1da{
    width: 100%;
    background:
    linear-gradient(135deg, rgba(196, 81, 30, 0.12), rgba(245, 238, 230, 0) 38%),
    linear-gradient(180deg, #fffaf5 0%, var(--nav-bg) 100%);
    border-bottom: 1px solid var(--border-color); color: #1a1a2e;}
.t91e5d787b4{
    width: var(--max-width);
    min-height: var(--nav-height);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    }
.fdtnl6ps{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--text-color);
    text-decoration: none;
    min-width: 0;
    }
.k8da__abb61{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #1a1a2e;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    font-family: "Times New Roman", "Noto Serif SC", Georgia, serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    }
.n675bd71813{
    display: flex;
    flex-direction: column;
    min-width: 0;
    }
.n6ff446ba9{
    color: var(--text-muted);
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    }
.cnnhejjfe4{
    color: var(--text-color);
    font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.03em;
    }
.pe67f29_43{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    }
.v2df41__fa3{
    display: none;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
    background: var(--nav-panel);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: var(--transition); color: #1a1a2e;}
.v2df41__fa3:hover{
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    }
.w21e4bf_ee{
    width: 22px;
    height: 2px;
    background: var(--line-color);
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
.n0463a72_fj08{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    flex-wrap: wrap;
    min-width: 0;
    }
.m168272e4{
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    color: var(--text-color);
    text-decoration: none;
    font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
    font-size: 0.98rem;
    line-height: 1;
    white-space: nowrap;
    transition: var(--transition);
    }
.m168272e4::after{
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 7px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition); color: #1a1a2e;}
.m168272e4:hover{
    color: var(--secondary-color);
    }
.m168272e4:hover::after{
    transform: scaleX(1);
    }
.ib994e_0i{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
.v97f7c_zd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    background: linear-gradient(135deg, var(--primary-color), #df6b30);
    color: #1a1a2e;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: var(--transition);
    }
.v97f7c_zd:hover{
    background: linear-gradient(135deg, #af4317, var(--secondary-color));
    transform: translateY(-2px); color: #1a1a2e;}
.v97f7c_zd:focus-visible, .m168272e4:focus-visible, .fdtnl6ps:focus-visible, .v2df41__fa3:focus-visible{
    outline: 2px solid var(--secondary-color);
    outline-offset: 3px;
    }
@media (max-width: 1080px){.t91e5d787b4{
    grid-template-columns: auto auto;
    grid-template-areas:
    "brand toggle"
    "menu menu"
    "actions actions";
    gap: 16px;
    padding: 16px 0 18px;
    }
.fdtnl6ps{
    grid-area: brand;
    }
.v2df41__fa3{
    grid-area: toggle;
    display: inline-flex;
    }
.n0463a72_fj08{
    grid-area: menu;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 18px;
    background: var(--nav-panel);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: var(--transition); color: #1a1a2e;}
.ib994e_0i{
    grid-area: actions;
    justify-content: flex-start;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: var(--transition);
    }
.m168272e4{
    min-height: 42px;
    padding: 0 10px;
    background: rgba(196, 81, 30, 0.04);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.m168272e4::after{
    left: 10px;
    right: 10px;
    bottom: 8px;
    }
.pe67f29_43:checked ~ .n0463a72_fj08{
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    }
.pe67f29_43:checked ~ .ib994e_0i{
    max-height: 64px;
    opacity: 1;
    pointer-events: auto;
    }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(2){
    opacity: 0;
    }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (max-width: 640px){.t91e5d787b4{
    width: min(92vw, 100%);
    }
.k8da__abb61{
    width: 44px;
    height: 44px;
    }
.cnnhejjfe4{
    font-size: 1.28rem;
    }
.n6ff446ba9{
    font-size: 0.68rem;
    }
.n0463a72_fj08{
    grid-template-columns: 1fr;
    }
.v97f7c_zd{
    width: 100%;
    }}
@media (min-width: 1081px){.d2e4cc_1da #nta4571075e0, .d2e4cc_1da label[for="nta4571075e0"]{ display: none !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nta4571075e0:checked ~ .n0463a72_fj08 { right: 0 !important; left: auto !important; }
@media (max-width: 1080px) {.d2e4cc_1da.v77084_47c3 .n0463a72_fj08 { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1080px) {#nta4571075e0:checked ~ .n0463a72_fj08 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1081px) {.d2e4cc_1da.v77084_47c3 #nta4571075e0, .d2e4cc_1da.v77084_47c3 label[for="nta4571075e0"] { display: none !important; }}
@media (min-width: 1081px) {.d2e4cc_1da.v77084_47c3 .n0463a72_fj08 { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1081px) {.d2e4cc_1da.v77084_47c3 .n0463a72_fj08 { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1081px) {.d2e4cc_1da.v77084_47c3 .n0463a72_fj08 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.c667e30{
    width: 100%;
    padding: 48px 0 32px;
    background:
    linear-gradient(180deg, rgba(196, 81, 30, 0.08) 0%, rgba(245, 238, 230, 0.96) 22%, rgba(245, 238, 230, 1) 100%);
    border-top: 1px solid var(--border-color, rgba(34, 24, 19, 0.14)); color: #1a1a2e;}
.f7ba89c6_te{
    width: var(--max-width, min(1280px, 94vw));
    margin: 0 auto;
    padding: 30px;
    background: linear-gradient(135deg, rgba(251, 246, 240, 0.98) 0%, rgba(245, 238, 230, 0.92) 100%);
    border: 1px solid rgba(34, 24, 19, 0.1);
    box-shadow: var(--shadow-md, 0 14px 34px rgba(111, 47, 26, 0.14)); color: #1a1a2e;}
.hmop9qq6c28r{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-color, rgba(34, 24, 19, 0.14));
    }
.hjsmz0hscoc{
    flex: 1 1 520px;
    width: 100%;
    }
.a0246f5d_o3{
    width: 100%;
    margin: 0 0 12px;
    color: var(--secondary-color, #6f2f1a);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    }
.q1d9d_26c{
    width: 100%;
    margin: 0 0 14px;
    color: var(--text-color, #221813);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    font-weight: 700;
    max-width: 12ch;
    }
.ad992_552{
    width: 100%;
    margin: 0;
    max-width: 540px;
    color: var(--text-muted, #6f5a4e);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.8;
    }
.gea6__042{
    flex: 0 1 340px;
    width: 100%;
    padding: 22px;
    background: linear-gradient(145deg, var(--secondary-color, #6f2f1a) 0%, #3b1b12 100%);
    box-shadow: var(--shadow-lg, 0 24px 54px rgba(111, 47, 26, 0.22)); color: #ffffff;}
.d73c2_f2d1{
    width: 100%;
    margin: 0 0 10px;
    color: rgba(255, 244, 236, 0.8);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    }
.k03qg7vhc{
    width: 100%;
    margin: 0 0 18px;
    color: #fff6f0;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.7;
    }
.xf876d3_jb2e{
    width: 100%;
    min-height: 52px;
    border: 0;
    padding: 0 20px;
    background: linear-gradient(135deg, #e7662e 0%, var(--primary-color, #c4511e) 100%);
    color: #1a1a2e;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 24px rgba(231, 102, 46, 0.35);
    cursor: pointer;
    transition: var(--transition, all 0.28s ease);
    }
.czoogfper2hb{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
    padding-top: 18px;
    }
.yr75n0lqx8xe{
    flex: 1 1 260px;
    width: 100%;
    margin: 0;
    color: var(--text-color, #221813);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.6;
    }
.i293ba27f27{
    flex: 1 1 260px;
    width: 100%;
    margin: 0;
    color: var(--text-muted, #6f5a4e);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    }
@media (max-width: 780px){.c667e30{
    padding: 36px 0 24px;
    }
.f7ba89c6_te{
    padding: 22px;
    }
.hmop9qq6c28r{
    gap: 18px;
    padding-bottom: 20px;
    }
.q1d9d_26c{
    max-width: none;
    font-size: 30px;
    }
.gea6__042{
    flex: 1 1 100%;
    }
.i293ba27f27{
    text-align: left;
    }}
div.z3d4176e0.ynefou83hziu *{
    box-sizing: border-box;
    }
div.z3d4176e0.ynefou83hziu{
    margin: 0;
    }
div.z3d4176e0.ynefou83hziu{
    font-family: "Noto Serif SC", "Songti SC", "STSong", serif;
    color: var(--text-color, var(--page-ink));
    background:
    radial-gradient(circle at top left, rgba(217, 107, 43, 0.12), transparent 30%),
    linear-gradient(180deg, #f7f1e8 0%, var(--page-bg) 38%, #efe6db 100%);
    }
div.z3d4176e0.ynefou83hziu a{
    color: var(--page-accent-deep);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
    }
div.z3d4176e0.ynefou83hziu img{
    display: block;
    max-width: 100%;
    }
div.z3d4176e0.ynefou83hziu .wf2494_3a30{
    width: min(calc(100% - 32px), var(--page-max));
    margin: 0 auto;
    padding: 28px 0 56px;
    }
div.z3d4176e0.ynefou83hziu .q68cd1_32f2{
    display: grid;
    grid-template-columns: 1.15fr 0.95fr;
    gap: 22px;
    align-items: stretch;
    min-height: 640px;
    }
div.z3d4176e0.ynefou83hziu .y0e2514_f9{position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg, var(--page-radius));
    box-shadow: var(--shadow-lg, var(--page-shadow));
    min-height: 420px; isolation: isolate;}
div.z3d4176e0.ynefou83hziu .y0e2514_f9 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;
    filter: saturate(0.95) contrast(1.02);
    }
div.z3d4176e0.ynefou83hziu .y0e2514_f9::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
    linear-gradient(180deg, rgba(30, 19, 13, 0.05), rgba(30, 19, 13, 0.42)),
    linear-gradient(135deg, rgba(217, 107, 43, 0.18), transparent 46%); color: #1a1a2e;}
div.z3d4176e0.ynefou83hziu .ne4uq159{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 34px 34px;
    background: rgba(251, 247, 241, 0.88);
    border: 1px solid var(--page-line);
    border-radius: var(--radius-lg, var(--page-radius));
    box-shadow: var(--shadow-md, 0 10px 24px rgba(77, 44, 22, 0.08));
    backdrop-filter: blur(8px); color: #1a1a2e;}
div.z3d4176e0.ynefou83hziu .v3cmdd4w{
    display: inline-flex;
    align-self: center;
    padding: 8px 14px;
    margin-bottom: 16px;
    color: #1a1a2e;
    background: linear-gradient(135deg, var(--page-accent) 0%, var(--page-accent-deep) 100%);
    letter-spacing: 0.08em;
    font-size: 0.85rem;
    }
div.z3d4176e0.ynefou83hziu h1{
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 4.2rem);
    line-height: 1.08;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--page-ink);
    }
div.z3d4176e0.ynefou83hziu .zb98e7b2{
    max-width: 36rem;
    margin: 18px auto 0;
    text-align: center;
    font-size: 1.05rem;
    line-height: 1.9;
    color: var(--page-muted);
    }
div.z3d4176e0.ynefou83hziu .y1ab843a849{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 24px;
    }
div.z3d4176e0.ynefou83hziu .sf784019{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
    }
div.z3d4176e0.ynefou83hziu .r03blmken3k{
    color: #1a1a2e;
    background: linear-gradient(135deg, var(--page-accent) 0%, #c84f12 100%);
    box-shadow: 0 14px 32px rgba(159, 67, 20, 0.28);
    }
div.z3d4176e0.ynefou83hziu .w9d41_50e7{
    color: var(--page-ink);
    background: #f1e5d8;
    border: 1px solid #d9c0a8;
    }
div.z3d4176e0.ynefou83hziu .sf784019:hover{
    transform: translateY(-2px);
    }
div.z3d4176e0.ynefou83hziu .z26661a775{
    margin: 16px auto 0;
    max-width: 35rem;
    text-align: center;
    color: var(--page-muted);
    font-size: 0.95rem;
    line-height: 1.8;
    }
div.z3d4176e0.ynefou83hziu .wf9efc4_5ad{
    margin-top: 22px;
    padding: 32px;
    background: rgba(251, 247, 241, 0.9);
    border: 1px solid var(--page-line);
    border-radius: var(--radius-lg, var(--page-radius));
    box-shadow: var(--shadow-sm, 0 6px 18px rgba(77, 44, 22, 0.06)); color: #1a1a2e;}
div.z3d4176e0.ynefou83hziu .wf9efc4_5ad h2{
    margin: 0 0 18px;
    text-align: center;
    font-size: clamp(1.5rem, 2vw, 2rem);
    line-height: 1.2;
    color: var(--page-ink);
    }
div.z3d4176e0.ynefou83hziu .wf9efc4_5ad p{
    margin: 0;
    font-size: 1rem;
    line-height: 1.95;
    color: var(--page-muted);
    }
div.z3d4176e0.ynefou83hziu .jbed0_d0, div.z3d4176e0.ynefou83hziu .kfb3c9_vi84, div.z3d4176e0.ynefou83hziu .h24e0__83c6{
    display: grid;
    gap: 18px;
    margin-top: 18px;
    }
div.z3d4176e0.ynefou83hziu .jbed0_d0{
    grid-template-columns: repeat(3, 1fr);
    }
div.z3d4176e0.ynefou83hziu .kfb3c9_vi84{
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    }
div.z3d4176e0.ynefou83hziu .h24e0__83c6{
    grid-template-columns: repeat(4, 1fr);
    }
div.z3d4176e0.ynefou83hziu .ta815__4429, div.z3d4176e0.ynefou83hziu .pf06c_3c0, div.z3d4176e0.ynefou83hziu .wc644l3f, div.z3d4176e0.ynefou83hziu .qe06da_1c{
    padding: 22px;
    background: #fffaf4;
    border: 1px solid #dfcfbe;
    border-radius: 0; color: #1a1a2e;}
div.z3d4176e0.ynefou83hziu .pf06c_3c0 strong, div.z3d4176e0.ynefou83hziu .wc644l3f strong, div.z3d4176e0.ynefou83hziu .ta815__4429 strong{
    display: block;
    margin-bottom: 10px;
    font-size: 1.02rem;
    color: var(--page-ink);
    }
div.z3d4176e0.ynefou83hziu .pf06c_3c0 p, div.z3d4176e0.ynefou83hziu .wc644l3f p, div.z3d4176e0.ynefou83hziu .ta815__4429 p{
    font-size: 0.96rem;
    line-height: 1.85;
    color: var(--page-muted);
    }
div.z3d4176e0.ynefou83hziu .xf77680_ol{
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    color: var(--page-accent-deep);
    }
div.z3d4176e0.ynefou83hziu .k63654cc_hn5{
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
div.z3d4176e0.ynefou83hziu .dp6fu0rzat{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    margin-top: 18px;
    }
div.z3d4176e0.ynefou83hziu .dp6fu0rzat a{
    font-weight: 700;
    }
div.z3d4176e0.ynefou83hziu .qe06da_1c{
    padding: 0;
    overflow: hidden;
    min-height: 100%;
    }
div.z3d4176e0.ynefou83hziu .qe06da_1c img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 4;
    }
div.z3d4176e0.ynefou83hziu .wc644l3f{
    position: relative;
    padding-bottom: 54px;
    }
div.z3d4176e0.ynefou83hziu .wc644l3f a{
    position: absolute;
    left: 22px;
    bottom: 20px;
    font-weight: 700;
    }
div.z3d4176e0.ynefou83hziu .bc052bc{
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 18px;
    margin-top: 18px;
    }
div.z3d4176e0.ynefou83hziu .r47dc460e{
    padding: 24px;
    background: linear-gradient(180deg, #fffaf4 0%, #f3e9db 100%);
    border: 1px solid #dbc8b4; color: #1a1a2e;}
div.z3d4176e0.ynefou83hziu .r47dc460e h3{
    margin: 0 0 12px;
    font-size: 1.08rem;
    color: var(--page-ink);
    }
div.z3d4176e0.ynefou83hziu .r47dc460e ul{
    margin: 0;
    padding-left: 1.1em;
    color: var(--page-muted);
    }
div.z3d4176e0.ynefou83hziu .r47dc460e li{
    margin: 0 0 10px;
    line-height: 1.85;
    }
div.z3d4176e0.ynefou83hziu div.q77a__2286{
    margin-top: 24px;
    padding: 28px 24px 10px;
    color: var(--page-muted);
    }
div.z3d4176e0.ynefou83hziu .q4ee__1de2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--page-line);
    }
div.z3d4176e0.ynefou83hziu .q4ee__1de2 p{
    margin: 0;
    line-height: 1.8;
    font-size: 0.95rem;
    }
@media (max-width: 980px) {div.z3d4176e0.ynefou83hziu .q68cd1_32f2, div.z3d4176e0.ynefou83hziu .jbed0_d0, div.z3d4176e0.ynefou83hziu .kfb3c9_vi84, div.z3d4176e0.ynefou83hziu .h24e0__83c6, div.z3d4176e0.ynefou83hziu .bc052bc{
    grid-template-columns: 1fr;
    }
div.z3d4176e0.ynefou83hziu .q68cd1_32f2{
    min-height: auto;
    }
div.z3d4176e0.ynefou83hziu .ne4uq159, div.z3d4176e0.ynefou83hziu .wf9efc4_5ad{
    padding: 24px 20px;
    }
div.z3d4176e0.ynefou83hziu .y0e2514_f9 img{
    aspect-ratio: 4 / 3;
    }}
@media (max-width: 640px) {div.z3d4176e0.ynefou83hziu .wf2494_3a30{
    width: min(calc(100% - 20px), var(--page-max));
    padding-top: 18px;
    padding-bottom: 42px;
    }
div.z3d4176e0.ynefou83hziu h1{
    font-size: 2rem;
    }
div.z3d4176e0.ynefou83hziu .zb98e7b2, div.z3d4176e0.ynefou83hziu .wf9efc4_5ad p, div.z3d4176e0.ynefou83hziu .pf06c_3c0 p, div.z3d4176e0.ynefou83hziu .wc644l3f p, div.z3d4176e0.ynefou83hziu .ta815__4429 p, div.z3d4176e0.ynefou83hziu .r47dc460e li{
    font-size: 0.95rem;
    }
div.z3d4176e0.ynefou83hziu .sf784019{
    width: 100%;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.z3d4176e0 img.t689f11aa9d {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.z3d4176e0 img.t689f11aa9d.s53d__d023 { aspect-ratio: 16 / 9; }
div.z3d4176e0 img.t689f11aa9d.e8550f5b39e { aspect-ratio: 16 / 10; }
div.z3d4176e0 img.t689f11aa9d.cb67ee6e55b { aspect-ratio: 4 / 3; }
div.z3d4176e0 img.t689f11aa9d.ha2f72738 { aspect-ratio: 1 / 1; }
div.z3d4176e0 :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.z3d4176e0 .neb51d0fc7e {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.z3d4176e0 .neb51d0fc7e.s53d__d023 { aspect-ratio: 16 / 9; }
div.z3d4176e0 .neb51d0fc7e.e8550f5b39e { aspect-ratio: 16 / 10; }
div.z3d4176e0 .neb51d0fc7e.cb67ee6e55b { aspect-ratio: 4 / 3; }
div.z3d4176e0 .neb51d0fc7e.ha2f72738 { aspect-ratio: 1 / 1; }
div.z3d4176e0 .neb51d0fc7e > img.t689f11aa9d,
    div.z3d4176e0 .neb51d0fc7e > picture > img.t689f11aa9d {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.d2e4cc_1da{
    width: 100%;
    background:
    linear-gradient(135deg, rgba(196, 81, 30, 0.12), rgba(245, 238, 230, 0) 38%),
    linear-gradient(180deg, #fffaf5 0%, var(--nav-bg) 100%);
    border-bottom: 1px solid var(--border-color); color: #1a1a2e;}
.t91e5d787b4{
    width: var(--max-width);
    min-height: var(--nav-height);
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    }
.fdtnl6ps{
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--text-color);
    text-decoration: none;
    min-width: 0;
    }
.k8da__abb61{
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    color: #1a1a2e;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    font-family: "Times New Roman", "Noto Serif SC", Georgia, serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    }
.n675bd71813{
    display: flex;
    flex-direction: column;
    min-width: 0;
    }
.n6ff446ba9{
    color: var(--text-muted);
    font-size: 0.72rem;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    }
.cnnhejjfe4{
    color: var(--text-color);
    font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.03em;
    }
.pe67f29_43{
    position: absolute;
    opacity: 0;
    pointer-events: none;
    }
.v2df41__fa3{
    display: none;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    margin-left: auto;
    background: var(--nav-panel);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-sm);
    cursor: pointer;
    transition: var(--transition); color: #1a1a2e;}
.v2df41__fa3:hover{
    transform: translateY(-1px);
    box-shadow: var(--shadow-md);
    }
.w21e4bf_ee{
    width: 22px;
    height: 2px;
    background: var(--line-color);
    transition: var(--transition);
    transform-origin: center; color: #ffffff;}
.n0463a72_fj08{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px 12px;
    flex-wrap: wrap;
    min-width: 0;
    }
.m168272e4{
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    color: var(--text-color);
    text-decoration: none;
    font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
    font-size: 0.98rem;
    line-height: 1;
    white-space: nowrap;
    transition: var(--transition);
    }
.m168272e4::after{
    content: "";
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 7px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transform: scaleX(0);
    transform-origin: left;
    transition: var(--transition); color: #1a1a2e;}
.m168272e4:hover{
    color: var(--secondary-color);
    }
.m168272e4:hover::after{
    transform: scaleX(1);
    }
.ib994e_0i{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    }
.v97f7c_zd{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    background: linear-gradient(135deg, var(--primary-color), #df6b30);
    color: #1a1a2e;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
    font-size: 0.98rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    transition: var(--transition);
    }
.v97f7c_zd:hover{
    background: linear-gradient(135deg, #af4317, var(--secondary-color));
    transform: translateY(-2px); color: #1a1a2e;}
.v97f7c_zd:focus-visible, .m168272e4:focus-visible, .fdtnl6ps:focus-visible, .v2df41__fa3:focus-visible{
    outline: 2px solid var(--secondary-color);
    outline-offset: 3px;
    }
@media (max-width: 1080px){.t91e5d787b4{
    grid-template-columns: auto auto;
    grid-template-areas:
    "brand toggle"
    "menu menu"
    "actions actions";
    gap: 16px;
    padding: 16px 0 18px;
    }
.fdtnl6ps{
    grid-area: brand;
    }
.v2df41__fa3{
    grid-area: toggle;
    display: inline-flex;
    }
.n0463a72_fj08{
    grid-area: menu;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 18px;
    background: var(--nav-panel);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: var(--transition); color: #1a1a2e;}
.ib994e_0i{
    grid-area: actions;
    justify-content: flex-start;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: var(--transition);
    }
.m168272e4{
    min-height: 42px;
    padding: 0 10px;
    background: rgba(196, 81, 30, 0.04);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.m168272e4::after{
    left: 10px;
    right: 10px;
    bottom: 8px;
    }
.pe67f29_43:checked ~ .n0463a72_fj08{
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
    }
.pe67f29_43:checked ~ .ib994e_0i{
    max-height: 64px;
    opacity: 1;
    pointer-events: auto;
    }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(2){
    opacity: 0;
    }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
    }}
@media (max-width: 640px){.t91e5d787b4{
    width: min(92vw, 100%);
    }
.k8da__abb61{
    width: 44px;
    height: 44px;
    }
.cnnhejjfe4{
    font-size: 1.28rem;
    }
.n6ff446ba9{
    font-size: 0.68rem;
    }
.n0463a72_fj08{
    grid-template-columns: 1fr;
    }
.v97f7c_zd{
    width: 100%;
    }}
@media (min-width: 1081px){.d2e4cc_1da #nta4571075e0, .d2e4cc_1da label[for="nta4571075e0"]{ display: none !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nta4571075e0:checked ~ .n0463a72_fj08{ right: 0 !important; left: auto !important; }
@media (max-width: 1080px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1080px){#nta4571075e0:checked ~ .n0463a72_fj08{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 #nta4571075e0, .d2e4cc_1da.v77084_47c3 label[for="nta4571075e0"]{ display: none !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.c667e30{
    width: 100%;
    padding: 48px 0 32px;
    background:
    linear-gradient(180deg, rgba(196, 81, 30, 0.08) 0%, rgba(245, 238, 230, 0.96) 22%, rgba(245, 238, 230, 1) 100%);
    border-top: 1px solid var(--border-color, rgba(34, 24, 19, 0.14)); color: #1a1a2e;}
.f7ba89c6_te{
    width: var(--max-width, min(1280px, 94vw));
    margin: 0 auto;
    padding: 30px;
    background: linear-gradient(135deg, rgba(251, 246, 240, 0.98) 0%, rgba(245, 238, 230, 0.92) 100%);
    border: 1px solid rgba(34, 24, 19, 0.1);
    box-shadow: var(--shadow-md, 0 14px 34px rgba(111, 47, 26, 0.14)); color: #1a1a2e;}
.hmop9qq6c28r{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-color, rgba(34, 24, 19, 0.14));
    }
.hjsmz0hscoc{
    flex: 1 1 520px;
    width: 100%;
    }
.a0246f5d_o3{
    width: 100%;
    margin: 0 0 12px;
    color: var(--secondary-color, #6f2f1a);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    }
.q1d9d_26c{
    width: 100%;
    margin: 0 0 14px;
    color: var(--text-color, #221813);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.08;
    font-weight: 700;
    max-width: 12ch;
    }
.ad992_552{
    width: 100%;
    margin: 0;
    max-width: 540px;
    color: var(--text-muted, #6f5a4e);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.8;
    }
.gea6__042{
    flex: 0 1 340px;
    width: 100%;
    padding: 22px;
    background: linear-gradient(145deg, var(--secondary-color, #6f2f1a) 0%, #3b1b12 100%);
    box-shadow: var(--shadow-lg, 0 24px 54px rgba(111, 47, 26, 0.22)); color: #ffffff;}
.d73c2_f2d1{
    width: 100%;
    margin: 0 0 10px;
    color: rgba(255, 244, 236, 0.8);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    }
.k03qg7vhc{
    width: 100%;
    margin: 0 0 18px;
    color: #fff6f0;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.7;
    }
.xf876d3_jb2e{
    width: 100%;
    min-height: 52px;
    border: 0;
    padding: 0 20px;
    background: linear-gradient(135deg, #e7662e 0%, var(--primary-color, #c4511e) 100%);
    color: #1a1a2e;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 12px 24px rgba(231, 102, 46, 0.35);
    cursor: pointer;
    transition: var(--transition, all 0.28s ease);
    }
.czoogfper2hb{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
    padding-top: 18px;
    }
.yr75n0lqx8xe{
    flex: 1 1 260px;
    width: 100%;
    margin: 0;
    color: var(--text-color, #221813);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.6;
    }
.i293ba27f27{
    flex: 1 1 260px;
    width: 100%;
    margin: 0;
    color: var(--text-muted, #6f5a4e);
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 14px;
    line-height: 1.6;
    text-align: right;
    }
@media (max-width: 780px){.c667e30{
    padding: 36px 0 24px;
    }
.f7ba89c6_te{
    padding: 22px;
    }
.hmop9qq6c28r{
    gap: 18px;
    padding-bottom: 20px;
    }
.q1d9d_26c{
    max-width: none;
    font-size: 30px;
    }
.gea6__042{
    flex: 1 1 100%;
    }
.i293ba27f27{
    text-align: left;
    }}
.d2e4cc_1da{
  width: 100%;
  background:
    linear-gradient(135deg, rgba(196, 81, 30, 0.12), rgba(245, 238, 230, 0) 38%),
    linear-gradient(180deg, #fffaf5 0%, var(--nav-bg) 100%);
  border-bottom: 1px solid var(--border-color); color: #1a1a2e;}
.t91e5d787b4{
  width: var(--max-width);
  min-height: var(--nav-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 20px 0;
}
.fdtnl6ps{
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--text-color);
  text-decoration: none;
  min-width: 0;
}
.k8da__abb61{
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
  color: #1a1a2e;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  font-family: "Times New Roman", "Noto Serif SC", Georgia, serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.n675bd71813{
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.n6ff446ba9{
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.cnnhejjfe4{
  color: var(--text-color);
  font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.pe67f29_43{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.v2df41__fa3{
  display: none;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  margin-left: auto;
  background: var(--nav-panel);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  transition: var(--transition); color: #1a1a2e;}
.v2df41__fa3:hover{
  transform: translateY(-1px);
  box-shadow: var(--shadow-md);
}
.w21e4bf_ee{
  width: 22px;
  height: 2px;
  background: var(--line-color);
  transition: var(--transition);
  transform-origin: center; color: #ffffff;}
.n0463a72_fj08{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px 12px;
  flex-wrap: wrap;
  min-width: 0;
}
.m168272e4{
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  color: var(--text-color);
  text-decoration: none;
  font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
  font-size: 0.98rem;
  line-height: 1;
  white-space: nowrap;
  transition: var(--transition);
}
.m168272e4::after{
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 7px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: var(--transition); color: #1a1a2e;}
.m168272e4:hover{
  color: var(--secondary-color);
}
.m168272e4:hover::after{
  transform: scaleX(1);
}
.ib994e_0i{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.v97f7c_zd{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  background: linear-gradient(135deg, var(--primary-color), #df6b30);
  color: #1a1a2e;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  font-family: "Noto Serif SC", "Songti SC", "STSong", Georgia, serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: var(--transition);
}
.v97f7c_zd:hover{
  background: linear-gradient(135deg, #af4317, var(--secondary-color));
  transform: translateY(-2px); color: #1a1a2e;}
.v97f7c_zd:focus-visible, .m168272e4:focus-visible, .fdtnl6ps:focus-visible, .v2df41__fa3:focus-visible{
  outline: 2px solid var(--secondary-color);
  outline-offset: 3px;
}
@media (max-width: 1080px){.t91e5d787b4{
    grid-template-columns: auto auto;
    grid-template-areas:
      "brand toggle"
      "menu menu"
      "actions actions";
    gap: 16px;
    padding: 16px 0 18px;
  }
.fdtnl6ps{
    grid-area: brand;
  }
.v2df41__fa3{
    grid-area: toggle;
    display: inline-flex;
  }
.n0463a72_fj08{
    grid-area: menu;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 18px;
    background: var(--nav-panel);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: var(--transition); color: #1a1a2e;}
.ib994e_0i{
    grid-area: actions;
    justify-content: flex-start;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition: var(--transition);
  }
.m168272e4{
    min-height: 42px;
    padding: 0 10px;
    background: rgba(196, 81, 30, 0.04);
    border-radius: var(--radius-sm); color: #1a1a2e;}
.m168272e4::after{
    left: 10px;
    right: 10px;
    bottom: 8px;
  }
.pe67f29_43:checked ~ .n0463a72_fj08{
    max-height: 420px;
    opacity: 1;
    pointer-events: auto;
  }
.pe67f29_43:checked ~ .ib994e_0i{
    max-height: 64px;
    opacity: 1;
    pointer-events: auto;
  }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(2){
    opacity: 0;
  }
.pe67f29_43:checked + .v2df41__fa3 .w21e4bf_ee:nth-child(3){
    transform: translateY(-8px) rotate(-45deg);
  }}
@media (max-width: 640px){.t91e5d787b4{
    width: min(92vw, 100%);
  }
.k8da__abb61{
    width: 44px;
    height: 44px;
  }
.cnnhejjfe4{
    font-size: 1.28rem;
  }
.n6ff446ba9{
    font-size: 0.68rem;
  }
.n0463a72_fj08{
    grid-template-columns: 1fr;
  }
.v97f7c_zd{
    width: 100%;
  }}
@media (min-width: 1081px){.d2e4cc_1da #nta4571075e0, .d2e4cc_1da label[for="nta4571075e0"]{ display: none !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da .n0463a72_fj08 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nta4571075e0:checked ~ .n0463a72_fj08{ right: 0 !important; left: auto !important; }
@media (max-width: 1080px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 1080px){#nta4571075e0:checked ~ .n0463a72_fj08{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 #nta4571075e0, .d2e4cc_1da.v77084_47c3 label[for="nta4571075e0"]{ display: none !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 1081px){.d2e4cc_1da.v77084_47c3 .n0463a72_fj08 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.va2dc8ff6{
  width: 100%;
  padding: 48px 0 32px;
  background:
    linear-gradient(180deg, rgba(196, 81, 30, 0.08) 0%, rgba(245, 238, 230, 0.96) 22%, rgba(245, 238, 230, 1) 100%);
  border-top: 1px solid var(--border-color, rgba(34, 24, 19, 0.14)); color: #1a1a2e;}
.b71aab_3423{
  width: var(--max-width, min(1280px, 94vw));
  margin: 0 auto;
  padding: 30px;
  background: linear-gradient(135deg, rgba(251, 246, 240, 0.98) 0%, rgba(245, 238, 230, 0.92) 100%);
  border: 1px solid rgba(34, 24, 19, 0.1);
  box-shadow: var(--shadow-md, 0 14px 34px rgba(111, 47, 26, 0.14)); color: #1a1a2e;}
.v176a9857a8{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--border-color, rgba(34, 24, 19, 0.14));
}
.i9713da6fb4{
  flex: 1 1 520px;
  width: 100%;
}
.l94738_ef82{
  width: 100%;
  margin: 0 0 12px;
  color: var(--secondary-color, #6f2f1a);
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.w6a067d3c45{
  width: 100%;
  margin: 0 0 14px;
  color: var(--text-color, #221813);
  font-family: "Georgia", "Times New Roman", serif;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.08;
  font-weight: 700;
  max-width: 12ch;
}
.aea528239ba{
  width: 100%;
  margin: 0;
  max-width: 540px;
  color: var(--text-muted, #6f5a4e);
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.8;
}
.h4cdb506d{
  flex: 0 1 340px;
  width: 100%;
  padding: 22px;
  background: linear-gradient(145deg, var(--secondary-color, #6f2f1a) 0%, #3b1b12 100%);
  box-shadow: var(--shadow-lg, 0 24px 54px rgba(111, 47, 26, 0.22)); color: #ffffff;}
.v159__1447{
  width: 100%;
  margin: 0 0 10px;
  color: rgba(255, 244, 236, 0.8);
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.b0af74897{
  width: 100%;
  margin: 0 0 18px;
  color: #fff6f0;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 15px;
  line-height: 1.7;
}
.tbf9de_0cd9{
  width: 100%;
  min-height: 52px;
  border: 0;
  padding: 0 20px;
  background: linear-gradient(135deg, #e7662e 0%, var(--primary-color, #c4511e) 100%);
  color: #1a1a2e;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 24px rgba(231, 102, 46, 0.35);
  cursor: pointer;
  transition: var(--transition, all 0.28s ease);
}
.za64c6b71{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  width: 100%;
  padding-top: 18px;
}
.af14619948b{
  flex: 1 1 260px;
  width: 100%;
  margin: 0;
  color: var(--text-color, #221813);
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.6;
}
.wa1995688{
  flex: 1 1 260px;
  width: 100%;
  margin: 0;
  color: var(--text-muted, #6f5a4e);
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.6;
  text-align: right;
}
@media (max-width: 780px){.va2dc8ff6{
    padding: 36px 0 24px;
  }
.b71aab_3423{
    padding: 22px;
  }
.v176a9857a8{
    gap: 18px;
    padding-bottom: 20px;
  }
.w6a067d3c45{
    max-width: none;
    font-size: 30px;
  }
.h4cdb506d{
    flex: 1 1 100%;
  }
.wa1995688{
    text-align: left;
  }}
.dd22009e3{display:block;max-width:100%;height:auto;}
.wcac__451e{box-sizing:border-box;}
.yf7c__52ab{box-sizing:border-box;}