@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Instrument+Sans:wght@400;500;600&family=Jost:wght@300;400;500;600&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root { --ink: #1d2230; --ink-soft: #5c6473; --paper: #ffffff; --paper-soft: #ffffff; --surface: #ffffff; --surface-soft: #ffffff; --gold: #c88b2d; --gold-soft: rgba(200, 139, 45, 0.16); --red: #9c3130; --navy: #162649; --line: rgba(29, 34, 48, 0.1); --shadow-soft: 0 18px 40px rgba(31, 37, 51, 0.08); }
html { scroll-behavior: smooth; }
body { font-family: 'Instrument Sans', sans-serif; background: #ffffff; color: var(--ink); overflow-x: hidden; }
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
body.menu-open { overflow: hidden; }
.navbar, .web-footer, .page-breadcrumbs, .page-header-wrapper, .page-footer { display: none !important; }
.page_content, .webpage-content, .web-page-content, .page-content-wrapper, main { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; }
.container { max-width: none !important; width: 100% !important; padding: 0 !important; margin: 0 !important; }
#nav, footer { width: 100%; }
#nav { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 34px; background: rgba(255, 255, 255, 0.92); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(29, 34, 48, 0.06); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; object-fit: contain; }
.nav-mid { display: flex; align-items: center; gap: 26px; list-style: none; margin-left: auto; }
.nav-mid a, .nav-login { text-decoration: none; font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500; color: rgba(29, 34, 48, 0.78); }
.nav-mid a:hover, .nav-login:hover { color: var(--red); }
.nav-right { display: flex; align-items: center; gap: 14px; }
.nav-login { display: inline-flex; align-items: center; justify-content: center; min-width: 108px; padding: 11px 18px; border-radius: 999px; background: var(--red); color: #fff; box-shadow: 0 12px 26px rgba(156, 49, 48, 0.2); }
.nav-user-wrap { position: relative; }
.nav-user-btn { border: 0; background: transparent; padding: 0; cursor: pointer; }
.nav-user-circle { width: 42px; height: 42px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: rgba(22, 38, 73, 0.06); border: 1px solid rgba(22, 38, 73, 0.12); color: var(--navy); font-size: 13px; font-weight: 700; overflow: hidden; }
.nav-user-image { width: 100%; height: 100%; object-fit: cover; }
.nav-user-menu { position: absolute; top: calc(100% + 10px); right: 0; min-width: 188px; padding: 8px; border-radius: 16px; border: 1px solid rgba(29, 34, 48, 0.08); background: rgba(255, 255, 255, 0.98); box-shadow: var(--shadow-soft); display: none; }
.nav-user-wrap.open .nav-user-menu, .nav-user-menu.open { display: grid; gap: 4px; }
.nav-user-menu a { padding: 10px 12px; border-radius: 10px; text-decoration: none; font-family: 'Jost', sans-serif; font-size: 14px; }
.nav-user-menu a:hover { background: var(--paper-soft); }
.nav-mid-mobile-login { display: none; }
.ham { display: none; width: 40px; height: 40px; border: 0; background: transparent; cursor: pointer; flex-direction: column; justify-content: center; gap: 5px; }
.ham span { width: 22px; height: 2px; margin: 0 auto; background: var(--ink); }
.privacy-page { padding-bottom: 52px; }
.privacy-hero { padding: 28px 22px 18px; }
.privacy-hero__inner { max-width: 1320px; margin: 0 auto; padding: 64px 56px; border-radius: 36px; background: #ffffff; border: 1px solid rgba(29, 34, 48, 0.06); box-shadow: 0 24px 56px rgba(31, 37, 51, 0.08); position: relative; overflow: hidden; }
.privacy-hero__inner::after { content: ""; position: absolute; inset: auto -90px -90px auto; width: 240px; height: 240px; border-radius: 999px; background: radial-gradient(circle, rgba(156, 49, 48, 0.12), rgba(156, 49, 48, 0)); }
.privacy-hero h1, .policy-intro h2, .policy-section h3, .policy-section h4 { font-family: 'Cormorant Garamond', serif; }
.privacy-hero h1 { font-size: clamp(44px, 5vw, 72px); line-height: 0.95; margin-bottom: 18px; }
.privacy-hero__copy { max-width: 760px; font-family: 'Jost', sans-serif; font-size: 17px; line-height: 1.8; color: rgba(29, 34, 48, 0.72); }
.privacy-shell { padding: 10px 22px 0; }
.policy-card { max-width: 1320px; margin: 0 auto; background: rgba(255, 255, 255, 0.98); border: 1px solid rgba(29, 34, 48, 0.08); border-radius: 32px; box-shadow: var(--shadow-soft); overflow: hidden; }
.policy-intro { padding: 34px 40px 28px; background: #ffffff; border-bottom: 1px solid rgba(29, 34, 48, 0.08); }
.policy-kicker { margin-bottom: 10px; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--red); }
.policy-intro h2 { font-size: 34px; line-height: 1; margin-bottom: 10px; }
.policy-intro p { font-family: 'Jost', sans-serif; font-size: 15px; line-height: 1.8; color: rgba(29, 34, 48, 0.72); }
.policy-body { padding: 34px 40px 40px; }
.policy-body > p, .policy-section p, .policy-section li, .contact-block p { font-family: 'Jost', sans-serif; font-size: 15px; line-height: 1.9; color: rgba(29, 34, 48, 0.8); }
.policy-body > p + p, .policy-section p + p { margin-top: 14px; }
.policy-section { margin-top: 34px; padding-top: 30px; border-top: 1px solid rgba(29, 34, 48, 0.07); }
.policy-section h3 { font-size: 34px; line-height: 1; margin-bottom: 14px; }
.policy-section h4 { font-size: 24px; line-height: 1.15; margin: 24px 0 10px; }
.policy-section ul { margin: 12px 0 14px 20px; display: grid; gap: 6px; }
.policy-section a { color: var(--red); }
.contact-block { margin: 12px 0 16px; padding: 18px 20px; border-radius: 20px; background: var(--paper-soft); border: 1px solid rgba(200, 139, 45, 0.16); }
footer { background: transparent; padding: 28px 28px 42px; display: grid; grid-template-columns: minmax(260px, 1.2fr) 2fr; gap: 42px; align-items: start; }
.footer-brand { display: flex; align-items: flex-start; gap: 14px; }
.footer-mark { width: 28px; height: 28px; object-fit: contain; }
.footer-logo { width: 120px; margin-bottom: 8px; }
.footer-brand p { max-width: 260px; font-family: 'Jost', sans-serif; font-size: 13px; line-height: 1.8; color: rgba(29, 34, 48, 0.72); }
.footer-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.foot-col { display: grid; gap: 10px; }
.foot-col a { text-decoration: none; font-family: 'Jost', sans-serif; font-size: 13px; line-height: 1.5; color: rgba(29, 34, 48, 0.78); }
.foot-col a:hover { color: var(--red); }
@media (max-width: 960px) { .nav-mid { display: none; } .ham { display: inline-flex; } .nav-mid.open { display: flex; position: fixed; top: 78px; left: 16px; right: 16px; flex-direction: column; align-items: stretch; gap: 8px; padding: 14px; background: rgba(255, 255, 255, 0.98); border: 1px solid rgba(29, 34, 48, 0.08); border-radius: 18px; box-shadow: var(--shadow-soft); z-index: 50; } .nav-mid.open .nav-mid-mobile-login { display: block; } .nav-mid.open a { display: block; padding: 10px 12px; border-radius: 10px; } .privacy-hero__inner, .policy-intro, .policy-body { padding-left: 28px; padding-right: 28px; } .footer-links, footer { grid-template-columns: 1fr; } }
@media (max-width: 720px) { #nav { padding: 14px 18px; } .privacy-hero { padding: 16px; } .privacy-shell { padding: 0 16px; } .privacy-hero__inner { padding: 34px 20px; border-radius: 26px; } .policy-card { border-radius: 24px; } .policy-intro, .policy-body { padding: 24px 20px; } .policy-section h3 { font-size: 28px; } .policy-section h4 { font-size: 22px; } .nav-login { display: none; } footer { padding: 24px 16px 36px; } }
