:root {
    --purple: #28145f;
    --purple-2: #3b2181;
    --purple-soft: #f0ecf8;
    --orange: #e76f2d;
    --orange-2: #f1914c;
    --cream: #fbf6ee;
    --sand: #efe3d3;
    --ink: #1f1b2d;
    --muted: #625b72;
    --line: #e6deef;
    --white: #ffffff;
    --shadow: 0 18px 50px rgba(40, 20, 95, .11);
    --radius: 24px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 8% 2%, rgba(231, 111, 45, .10), transparent 32rem),
        linear-gradient(180deg, #fffaf2 0%, #ffffff 32%, #fbf8f4 100%);
    line-height: 1.6;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.container { width: min(var(--container), calc(100% - 42px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 42px)); }
.skip-link { position: absolute; left: -999px; top: 1rem; z-index: 99; background: var(--purple); color: #fff; padding: .75rem 1rem; border-radius: .5rem; }
.skip-link:focus { left: 1rem; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 250, 242, .92);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(40, 20, 95, .08);
}
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand img, .brand .custom-logo { width: 228px; max-height: 74px; object-fit: contain; }
.main-navigation { display: flex; align-items: center; gap: 1.3rem; }
.menu { display: flex; align-items: center; gap: 1.2rem; list-style: none; padding: 0; margin: 0; }
.menu a { text-decoration: none; font-weight: 700; font-size: .95rem; color: #2c2144; position: relative; }
.menu a:hover, .menu a:focus { color: var(--orange); }
.menu a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.45rem; height: 3px; border-radius: 9px; background: var(--orange); transition: right .2s ease; }
.menu a:hover:after, .menu a:focus:after { right: 0; }
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 46px;
    padding: .78rem 1.15rem;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 800;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--purple), var(--purple-2)); color: white; box-shadow: 0 14px 26px rgba(40,20,95,.22); }
.button-secondary { background: white; color: var(--purple); border-color: rgba(231,111,45,.42); box-shadow: 0 10px 24px rgba(40,20,95,.06); }
.header-cta { background: var(--orange); box-shadow: 0 10px 24px rgba(231,111,45,.25); }
.nav-toggle { display: none; background: white; border: 1px solid var(--line); border-radius: 12px; width: 46px; height: 42px; padding: 8px; }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--purple); border-radius: 2px; }
.screen-reader-text { position: absolute; left: -9999px; }
.section { padding: 82px 0; }
.section-frame { padding: 48px 0 72px; }
.section-soft { background: linear-gradient(180deg, rgba(240,236,248,.7), rgba(251,246,238,.9)); border-top: 1px solid rgba(40,20,95,.06); border-bottom: 1px solid rgba(40,20,95,.06); }
.hero-grid { display: grid; grid-template-columns: 1fr .92fr; gap: 46px; align-items: center; }
.hero-content h1, .section-heading h2, .content-block h2, .concept-copy h2, .contact-grid h2, .page-hero h1 {
    margin: .2rem 0 1rem;
    color: var(--purple);
    line-height: 1.06;
    letter-spacing: -.035em;
}
.hero-content h1 { font-size: clamp(2.7rem, 6vw, 5.6rem); max-width: 830px; }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.32rem); color: var(--muted); max-width: 650px; }
.eyebrow { margin: 0 0 .6rem; color: var(--orange); font-weight: 900; text-transform: uppercase; letter-spacing: .13em; font-size: .82rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .9rem; margin: 2rem 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.trust-row span {
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(40,20,95,.12);
    padding: .65rem .9rem;
    border-radius: 999px;
    font-weight: 750;
    color: #35275b;
    box-shadow: 0 10px 24px rgba(40,20,95,.06);
}
.hero-media { position: relative; min-height: 520px; border-radius: 34px; overflow: hidden; box-shadow: var(--shadow); background: var(--sand); }
.hero-media:before { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(40,20,95,0) 40%, rgba(40,20,95,.18)); z-index: 1; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero-card { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 26px; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.65); padding: 1rem 1.2rem; border-radius: 20px; box-shadow: 0 12px 28px rgba(20,10,60,.14); }
.hero-card strong { display: block; color: var(--purple); }
.hero-card span { color: var(--muted); }
.panel-panel {
    background: linear-gradient(135deg, #fff 0%, #f4eefc 58%, #fff2e8 100%);
    border: 1px solid rgba(40,20,95,.08);
    border-radius: 34px;
    padding: clamp(1.3rem, 4vw, 3rem);
    box-shadow: var(--shadow);
}
.two-column { display: grid; grid-template-columns: 1fr .78fr; gap: 36px; align-items: center; }
.content-block h2, .section-heading h2, .concept-copy h2, .contact-grid h2 { font-size: clamp(2rem, 3.7vw, 3.6rem); }
.content-block p, .section-heading p, .concept-copy p, .contact-grid p { color: var(--muted); font-size: 1.05rem; }
.history-note { border-left: 4px solid var(--orange); padding-left: 1rem; color: #4b3d5d !important; font-weight: 650; }
.rounded-photo { margin: 0; border-radius: 26px; overflow: hidden; min-height: 320px; box-shadow: 0 16px 32px rgba(40,20,95,.12); }
.rounded-photo img { width: 100%; height: 100%; object-fit: cover; }
.section-heading { max-width: 760px; margin-bottom: 2.2rem; }
.section-heading.centered { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.wide { max-width: 900px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card, .location-card, .quality-card, .news-card, .contact-box, .partner-tile {
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(40,20,95,.10);
    border-radius: var(--radius);
    box-shadow: 0 12px 32px rgba(40,20,95,.08);
}
.service-card { padding: 1.45rem; min-height: 245px; }
.card-icon { display: inline-grid; place-items: center; width: 52px; height: 52px; margin-bottom: 1.1rem; border-radius: 16px; background: linear-gradient(135deg, var(--purple), var(--orange)); color: #fff; font-weight: 900; }
.service-card h3, .location-card h3, .quality-card h3, .news-card h3 { margin: 0 0 .55rem; color: var(--purple); line-height: 1.2; }
.service-card p, .location-card p, .quality-card p, .news-card p { margin: 0; color: var(--muted); }
.location-layout { display: grid; grid-template-columns: 1fr 300px; gap: 24px; align-items: stretch; }
.location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.location-card { overflow: hidden; }
.location-card img { width: 100%; height: 205px; object-fit: cover; }
.location-card div { padding: 1.15rem; }
.quality-card { padding: 1.4rem; background: linear-gradient(180deg, #fff, #f3edf9); }
.quality-card img { width: 135px; margin: .4rem auto 1.4rem; }
.section-concept { background: linear-gradient(135deg, var(--purple) 0%, #3a2080 58%, #221151 100%); color: #fff; }
.section-concept h2, .section-concept .eyebrow { color: #fff; }
.section-concept p { color: rgba(255,255,255,.82); }
.concept-grid { display: grid; grid-template-columns: 1fr .85fr; gap: 44px; align-items: center; }
.check-list { margin: 1.5rem 0 0; padding: 0; list-style: none; display: grid; gap: .75rem; }
.check-list li { position: relative; padding-left: 2rem; color: rgba(255,255,255,.9); }
.check-list li:before { content: ""; position: absolute; left: 0; top: .28rem; width: 1rem; height: 1rem; border-radius: 50%; background: var(--orange); box-shadow: inset 0 0 0 4px rgba(255,255,255,.25); }
.image-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.image-stack img { height: 410px; object-fit: cover; border-radius: 24px; box-shadow: 0 22px 42px rgba(0,0,0,.22); }
.image-stack img:nth-child(2) { margin-top: 56px; }
.partner-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 14px; }
.partner-tile { min-height: 110px; padding: 1rem; display: grid; place-items: center; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.partner-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.partner-tile img { max-height: 70px; max-width: 150px; object-fit: contain; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; max-width: none; }
.text-link { color: var(--purple); font-weight: 900; text-decoration-color: var(--orange); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.news-card { overflow: hidden; }
.news-card img { width: 100%; height: 220px; object-fit: cover; }
.news-card div { padding: 1.15rem; }
.news-card time { color: var(--orange); font-weight: 900; font-size: .85rem; }
.news-card a { text-decoration: none; color: inherit; }
.contact-section { background: linear-gradient(180deg, #fffaf2, #fff); }
.contact-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 42px; align-items: start; }
.contact-list { display: grid; gap: .8rem; margin-top: 1.3rem; }
.contact-list a, .contact-list span { padding: .9rem 1rem; border-radius: 16px; background: #fff; border: 1px solid rgba(40,20,95,.1); text-decoration: none; font-weight: 800; color: var(--purple); }
.contact-box { padding: 1.35rem; }
.static-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.static-form label { display: grid; gap: .35rem; color: var(--purple); font-weight: 850; }
.static-form label:nth-child(3), .static-form label:nth-child(4) { grid-column: 1 / -1; }
input, textarea { width: 100%; border: 1px solid rgba(40,20,95,.18); border-radius: 14px; padding: .85rem .95rem; font: inherit; background: #fff; color: var(--ink); }
textarea { resize: vertical; }
.form-note { font-size: .86rem !important; margin: .9rem 0 0; }
.footer-hkz { background: #fff; border-top: 1px solid var(--line); }
.footer-hkz-inner { display: flex; align-items: center; gap: 1rem; padding: 1rem 0; }
.footer-hkz img { width: 72px; }
.footer-hkz strong { color: var(--purple); }
.footer-hkz p { margin: .15rem 0 0; color: var(--muted); }
.footer-main { background: var(--purple); color: rgba(255,255,255,.84); padding: 46px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr .8fr; gap: 28px; }
.footer-main h2 { color: #fff; font-size: 1.05rem; margin: 0 0 .8rem; }
.footer-main a { color: rgba(255,255,255,.9); text-decoration: none; }
.footer-brand img { width: 220px; filter: brightness(0) invert(1); }
.footer-menu { list-style: none; padding: 0; margin: 0; display: grid; gap: .4rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.14); margin-top: 32px; padding-top: 18px; display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.62); }
.page-hero { padding: 92px 0 72px; background: linear-gradient(135deg, #fbf6ee, #f0ecf8); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.7rem); max-width: 900px; }
.prose { max-width: 820px; }
.prose h2, .prose h3 { color: var(--purple); }
.prose a { color: var(--purple); font-weight: 850; }
.single-image img { width: 100%; border-radius: 28px; margin-top: 34px; box-shadow: var(--shadow); }
.empty-state { border: 1px solid var(--line); border-radius: 24px; background: #fff; padding: 2rem; box-shadow: var(--shadow); }
.pagination { margin-top: 2rem; }
@media (max-width: 1050px) {
    .main-navigation { position: fixed; inset: 88px 18px auto; background: #fff; padding: 1rem; border-radius: 22px; border: 1px solid var(--line); box-shadow: var(--shadow); display: none; align-items: stretch; flex-direction: column; }
    .main-navigation.is-open { display: flex; }
    .menu { display: grid; gap: .7rem; }
    .header-cta { width: 100%; }
    .nav-toggle { display: block; }
    .hero-grid, .two-column, .concept-grid, .contact-grid, .location-layout { grid-template-columns: 1fr; }
    .service-grid { grid-template-columns: repeat(2, 1fr); }
    .partner-grid { grid-template-columns: repeat(3, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
    .container { width: min(100% - 28px, var(--container)); }
    .header-inner { min-height: 76px; }
    .brand img, .brand .custom-logo { width: 180px; }
    .main-navigation { inset-top: 76px; }
    .hero-media { min-height: 360px; border-radius: 24px; }
    .section { padding: 56px 0; }
    .section-frame { padding: 34px 0 54px; }
    .service-grid, .location-grid, .news-grid, .partner-grid, .static-form, .footer-grid { grid-template-columns: 1fr; }
    .image-stack { grid-template-columns: 1fr; }
    .image-stack img { height: 270px; }
    .image-stack img:nth-child(2) { margin-top: 0; }
    .split-heading { display: block; }
    .footer-bottom { display: block; }
}
