/*
 * FEJUVE Site v2.1 — menu mobile destacado
 * Identidade inspirada no azul-claro de Iemanjá, verde Junco e no padrão visual TáticaHub.
 */
:root {
    --blue-50: #f2fbff;
    --blue-100: #ddf4ff;
    --blue-200: #b9e8fb;
    --blue-300: #86d5f4;
    --blue-400: #68c4ee;
    --blue-500: #36a9df;
    --blue-600: #2089c0;
    --blue-700: #176b99;
    --blue-800: #155a7e;
    --blue-900: #0b3857;
    --navy: #082f4a;
    --green-50: #eefaf4;
    --green-100: #d9f3e5;
    --green-300: #82d6aa;
    --green-500: #2f9a67;
    --green-600: #237b52;
    --green-700: #1d6344;
    --silver: #edf5f7;
    --white: #ffffff;
    --ink: #153447;
    --muted: #5a7484;
    --line: rgba(20, 92, 126, .14);
    --shadow-sm: 0 10px 32px rgba(11, 56, 87, .08);
    --shadow-md: 0 22px 60px rgba(11, 56, 87, .13);
    --shadow-lg: 0 32px 90px rgba(5, 43, 68, .2);
    --radius-sm: 14px;
    --radius-md: 22px;
    --radius-lg: 32px;
    --container: 1180px;
    --header-height: 86px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg.icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; padding: 10px 16px; background: var(--navy); color: white; border-radius: 10px; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    height: var(--header-height);
    background: rgba(255, 255, 255, .84);
    border-bottom: 1px solid rgba(25, 112, 153, .1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: flex; align-items: center; gap: 12px; min-width: 270px; }
.brand-logo-wrap { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: linear-gradient(145deg, var(--blue-100), var(--white)); box-shadow: var(--shadow-sm); padding: 6px; }
.brand-logo-wrap img { width: 46px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: .11em; color: var(--blue-800); }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: .73rem; font-weight: 650; }
.main-nav { display: flex; align-items: center; gap: 5px; }
.main-nav a { padding: 10px 14px; border-radius: 11px; color: #31596f; font-size: .92rem; font-weight: 700; transition: .2s ease; }
.main-nav a:hover { background: var(--blue-50); color: var(--blue-700); }
.main-nav a.active { background: linear-gradient(135deg, var(--blue-500), var(--blue-600)); color: white; box-shadow: 0 8px 20px rgba(32, 137, 192, .24); }
.menu-toggle {
    display: none;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid rgba(32, 137, 192, .22);
    border-radius: 14px;
    color: var(--blue-800);
    background: var(--blue-50);
    box-shadow: 0 8px 24px rgba(11, 56, 87, .08);
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.menu-toggle:hover { transform: translateY(-1px); box-shadow: 0 12px 28px rgba(11, 56, 87, .14); }
.menu-toggle:focus-visible { outline: 3px solid rgba(104, 196, 238, .42); outline-offset: 3px; }
.menu-icon { width: 23px; height: 23px; display: grid; place-items: center; }
.menu-icon > span { display: grid; place-items: center; }
.menu-toggle .menu-close { display: none; }
.menu-toggle[aria-expanded="true"] .menu-open { display: none; }
.menu-toggle[aria-expanded="true"] .menu-close { display: grid; }
.menu-label { font-size: .78rem; font-weight: 900; letter-spacing: .1em; line-height: 1; }
.mobile-nav-heading, .mobile-nav-footer { display: none; }

.hero {
    position: relative;
    min-height: 720px;
    overflow: hidden;
    color: white;
    background:
        radial-gradient(circle at 88% 20%, rgba(255,255,255,.22), transparent 24%),
        radial-gradient(circle at 12% 80%, rgba(80, 207, 156, .22), transparent 28%),
        linear-gradient(128deg, #0a4266 0%, #167db0 50%, #72ccef 100%);
}
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 88%); }
.hero-grid { min-height: 720px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 76px; position: relative; z-index: 2; padding-block: 74px 115px; }
.hero-content h1 { font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.04; letter-spacing: -.052em; margin: 20px 0 22px; max-width: 760px; }
.hero-content h1 span { color: #b8f0d3; }
.hero-lead { font-size: clamp(1.08rem, 1.65vw, 1.28rem); max-width: 650px; color: rgba(255,255,255,.86); margin: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-700); text-transform: uppercase; letter-spacing: .13em; font-size: .74rem; font-weight: 850; }
.eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow-light { color: rgba(255,255,255,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 21px; border-radius: 14px; font-weight: 800; font-size: .94rem; border: 1px solid transparent; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--blue-900); background: white; box-shadow: 0 18px 38px rgba(4, 47, 74, .22); }
.btn-primary:hover { box-shadow: 0 22px 44px rgba(4, 47, 74, .28); }
.btn-ghost { color: white; border-color: rgba(255,255,255,.34); background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-secondary { color: white; background: linear-gradient(135deg, var(--green-500), var(--green-600)); box-shadow: 0 14px 30px rgba(35, 123, 82, .2); }
.btn-light { color: var(--blue-900); background: white; }
.btn-outline { color: var(--blue-700); background: transparent; border-color: rgba(23,107,153,.28); }
.contact-main .btn-primary, .cta-card .btn-primary, .not-found .btn-primary { color: white; background: linear-gradient(135deg, var(--blue-500), var(--blue-700)); box-shadow: 0 14px 30px rgba(32, 137, 192, .22); }
.hero-trust { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 20px; color: rgba(255,255,255,.8); font-size: .84rem; font-weight: 700; }
.hero-trust div { display: flex; align-items: center; gap: 7px; }
.hero-trust svg { color: #b8f0d3; }
.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.glass-card { background: linear-gradient(145deg, rgba(255,255,255,.24), rgba(255,255,255,.1)); border: 1px solid rgba(255,255,255,.3); box-shadow: var(--shadow-lg); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); }
.hero-logo-card { position: relative; width: min(420px, 88vw); aspect-ratio: .94; border-radius: 42px; display: grid; place-items: center; padding: 44px; transform: rotate(2deg); overflow: hidden; }
.hero-logo-card::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 32px; pointer-events: none; }
.hero-logo-card img { width: 245px; filter: drop-shadow(0 20px 35px rgba(2, 45, 72, .26)); position: relative; z-index: 2; }
.hero-card-caption { position: absolute; z-index: 3; left: 34px; bottom: 28px; display: flex; flex-direction: column; line-height: 1.2; }
.hero-card-caption strong { font-size: 1.5rem; letter-spacing: .13em; }
.hero-card-caption span { margin-top: 5px; font-size: .79rem; color: rgba(255,255,255,.72); }
.halo { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.14); }
.halo-a { width: 340px; height: 340px; }
.halo-b { width: 270px; height: 270px; }
.floating-note { position: absolute; z-index: 5; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 16px; background: rgba(255,255,255,.93); color: var(--ink); box-shadow: var(--shadow-md); font-size: .78rem; }
.floating-note svg { color: var(--green-500); font-size: 1.3rem; }
.floating-note span { display: flex; flex-direction: column; line-height: 1.25; }
.note-one { left: -14px; top: 95px; }
.note-two { right: -15px; bottom: 92px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .7; }
.hero-orb-one { width: 350px; height: 350px; right: -150px; top: 20px; background: rgba(255,255,255,.1); }
.hero-orb-two { width: 260px; height: 260px; left: -110px; bottom: 15px; background: rgba(87,210,159,.15); }
.wave { position: absolute; left: -2%; right: -2%; bottom: -1px; height: 75px; background: white; clip-path: polygon(0 55%, 8% 65%, 20% 44%, 33% 68%, 48% 42%, 63% 64%, 78% 45%, 89% 62%, 100% 48%, 100% 100%, 0 100%); }

.section { padding: 105px 0; }
.section-soft { background: linear-gradient(180deg, var(--blue-50), #f8fcfd); }
.section-gradient { position: relative; overflow: hidden; color: white; background: linear-gradient(135deg, var(--blue-900), var(--blue-700) 55%, var(--green-600)); }
.section-gradient::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 20% 20%, white 0 1px, transparent 1.5px); background-size: 22px 22px; }
.two-column { display: grid; grid-template-columns: 1fr 1fr; gap: 78px; }
.compact-gap { gap: 48px; }
.align-center { align-items: center; }
.align-start { align-items: start; }
.image-frame { position: relative; min-height: 430px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(135deg, var(--blue-100), var(--green-100)); box-shadow: var(--shadow-md); }
.image-frame::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.72); border-radius: 23px; z-index: 2; }
.image-frame img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; image-rendering: auto; transform: scale(1.16); filter: saturate(.85) brightness(1.06); }
.image-frame-accent { position: absolute; width: 180px; height: 180px; right: -35px; bottom: -45px; border-radius: 50%; background: rgba(47,154,103,.24); backdrop-filter: blur(6px); }
.content-block h2, .section-heading h2 { margin: 15px 0 18px; color: var(--navy); font-size: clamp(2.05rem, 3.3vw, 3.25rem); line-height: 1.12; letter-spacing: -.036em; }
.content-block > p, .section-heading p { color: var(--muted); font-size: 1.04rem; }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; margin: 30px 0; }
.principle { display: grid; grid-template-columns: 44px 1fr; gap: 0 12px; align-items: center; padding: 14px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.75); }
.principle > span { grid-row: span 2; width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; color: var(--blue-700); background: var(--blue-100); }
.principle strong { line-height: 1.2; }
.principle small { color: var(--muted); font-size: .75rem; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; color: var(--blue-700); }
.text-link:hover { color: var(--green-600); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.light h2, .section-heading.light p { color: white; }
.section-heading.light p { opacity: .76; }
.schedule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.schedule-card { border-radius: 28px; padding: 30px; color: white; box-shadow: var(--shadow-md); }
.primary-card { background: linear-gradient(145deg, var(--blue-800), var(--blue-600)); }
.green-card { background: linear-gradient(145deg, var(--green-700), var(--green-500)); }
.schedule-top { display: flex; align-items: center; gap: 16px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.16); }
.schedule-day { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.16); font-weight: 900; letter-spacing: .08em; }
.schedule-top div { display: flex; flex-direction: column; }
.schedule-top div span { opacity: .72; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.schedule-top div strong { font-size: 1.3rem; }
.schedule-list { margin: 22px 0 0; padding: 0; list-style: none; }
.schedule-list li { display: grid; grid-template-columns: 86px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.11); }
.schedule-list time { font-weight: 850; color: #c8f2dd; }
.schedule-note { margin-top: 19px; padding: 11px 14px; border-radius: 12px; background: rgba(255,255,255,.1); font-size: .84rem; }
.activity-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.activity-card { padding: 27px; border-radius: 22px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(10px); transition: transform .2s ease, background .2s ease; }
.activity-card:hover { transform: translateY(-5px); background: rgba(255,255,255,.16); }
.activity-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 16px; color: var(--blue-900); background: #c9f0df; font-size: 1.35rem; }
.activity-card h3, .activity-card h2 { margin: 18px 0 9px; font-size: 1.13rem; line-height: 1.25; color: white; }
.activity-card p { margin: 0; color: rgba(255,255,255,.72); font-size: .92rem; }
.activity-grid-dark .activity-card { background: white; border-color: var(--line); box-shadow: var(--shadow-sm); }
.activity-grid-dark .activity-card:hover { background: white; box-shadow: var(--shadow-md); }
.activity-grid-dark .activity-card h2 { color: var(--navy); }
.activity-grid-dark .activity-card p { color: var(--muted); }
.centered-action { text-align: center; margin-top: 38px; }
.sticky-copy { position: sticky; top: calc(var(--header-height) + 40px); }
.checklist-panel { border: 1px solid var(--line); border-radius: 28px; padding: 16px 28px; background: white; box-shadow: var(--shadow-md); }
.check-item { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.check-item:last-child { border-bottom: 0; }
.check-item > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--green-500), var(--blue-500)); }
.check-item strong { color: var(--navy); }
.check-item p { color: var(--muted); margin: 6px 0 0; font-size: .9rem; }
.quote-section { padding: 20px 0 90px; }
.quote-card { min-height: 310px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; text-align: right; padding: 48px 55px 48px 42%; border-radius: 32px; color: white; background: linear-gradient(110deg, var(--blue-900), var(--blue-700)); box-shadow: var(--shadow-md); }
.quote-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 15%, rgba(8,47,74,.25) 44%, rgba(8,47,74,.87) 72%); }
.quote-card img { position: absolute; z-index: 0; left: 0; top: 0; width: 60%; height: 100%; object-fit: cover; opacity: .55; filter: grayscale(1) contrast(.9); }
.quote-card blockquote, .quote-card > span { position: relative; z-index: 2; }
.quote-card blockquote { margin: 0; max-width: 670px; font-size: clamp(1.5rem, 2.8vw, 2.4rem); line-height: 1.25; font-weight: 750; letter-spacing: -.025em; }
.quote-card > span { margin-top: 18px; color: #b8f0d3; font-size: .83rem; text-transform: uppercase; letter-spacing: .08em; }
.cta-section { padding-top: 78px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 34px; padding: 38px 42px; border: 1px solid rgba(32,137,192,.16); border-radius: 28px; background: white; box-shadow: var(--shadow-md); }
.cta-card h2 { color: var(--navy); margin: 8px 0 5px; font-size: clamp(1.8rem, 3vw, 2.55rem); letter-spacing: -.035em; line-height: 1.12; }
.cta-card p { margin: 0; color: var(--muted); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: none; }

.page-hero { position: relative; overflow: hidden; color: white; background: linear-gradient(128deg, var(--blue-900), var(--blue-600), var(--blue-300)); }
.page-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -180px; top: -270px; border-radius: 50%; border: 90px solid rgba(255,255,255,.08); }
.page-hero-green { background: linear-gradient(128deg, var(--navy), var(--green-600), var(--green-300)); }
.page-hero-inner { position: relative; z-index: 2; padding: 90px 0 95px; max-width: 840px; }
.page-hero h1 { margin: 16px 0 15px; font-size: clamp(2.5rem, 5vw, 4.7rem); line-height: 1.05; letter-spacing: -.05em; }
.page-hero p { max-width: 700px; margin: 0; font-size: 1.12rem; color: rgba(255,255,255,.8); }
.story-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 38px; align-items: stretch; }
.story-main { padding: 46px; border: 1px solid var(--line); border-radius: 30px; box-shadow: var(--shadow-sm); }
.story-main h2 { color: var(--navy); font-size: clamp(2rem, 3vw, 3rem); line-height: 1.15; letter-spacing: -.04em; }
.story-main p { color: var(--muted); }
.history-highlight { margin-top: 30px; display: flex; align-items: center; gap: 18px; padding: 20px; border-radius: 18px; background: var(--blue-50); border-left: 4px solid var(--blue-500); }
.history-highlight strong { color: var(--blue-700); font-size: 1.2rem; white-space: nowrap; }
.history-highlight span { color: var(--muted); font-size: .9rem; }
.story-symbol { padding: 34px; border-radius: 30px; color: white; background: linear-gradient(145deg, var(--blue-800), var(--green-600)); box-shadow: var(--shadow-md); }
.story-symbol img { width: 160px; margin: 0 auto 22px; filter: drop-shadow(0 14px 25px rgba(0,0,0,.2)); }
.story-symbol h3 { font-size: 1.4rem; margin: 0 0 10px; }
.story-symbol p { color: rgba(255,255,255,.76); }
.symbolism-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.symbol-card { padding: 27px; background: white; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow-sm); }
.symbol-card > span { color: var(--blue-400); font-size: .78rem; font-weight: 900; letter-spacing: .15em; }
.symbol-card h3 { color: var(--navy); margin: 22px 0 8px; }
.symbol-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.feature-list { list-style: none; padding: 0; margin: 25px 0 0; display: grid; gap: 13px; }
.feature-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); }
.feature-list svg { margin-top: .2em; color: var(--green-500); }
.values-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; padding: 22px; border-radius: 30px; background: linear-gradient(145deg, var(--blue-100), var(--green-100)); }
.values-panel > div { min-height: 94px; display: flex; align-items: center; justify-content: center; border-radius: 20px; color: var(--navy); background: rgba(255,255,255,.77); font-weight: 850; box-shadow: var(--shadow-sm); }
.values-panel .value-big { grid-column: span 2; min-height: 140px; font-size: 2.5rem; background: linear-gradient(135deg, var(--blue-600), var(--blue-400)); color: white; }
.values-panel .value-row { gap: 16px; flex-direction: column; }
.values-panel .value-wide { grid-column: span 2; font-size: 1.25rem; color: white; background: linear-gradient(135deg, var(--green-600), var(--green-300)); }
.timeline { position: relative; max-width: 920px; margin: 0 auto; }
.timeline::before { content: ""; position: absolute; left: 112px; top: 10px; bottom: 10px; width: 2px; background: linear-gradient(var(--blue-300), var(--green-300)); }
.timeline-item { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 50px; padding: 17px 0; }
.timeline-item::before { content: ""; position: absolute; left: 105px; top: 35px; width: 15px; height: 15px; border-radius: 50%; background: white; border: 4px solid var(--blue-500); box-shadow: 0 0 0 6px var(--blue-100); }
.timeline-item time { color: var(--blue-700); font-weight: 900; text-align: right; }
.timeline-item div { padding: 20px 24px; border: 1px solid var(--line); border-radius: 18px; background: white; box-shadow: var(--shadow-sm); }
.timeline-item h3 { margin: 0 0 4px; color: var(--navy); }
.timeline-item p { margin: 0; color: var(--muted); }
.info-card { position: relative; overflow: hidden; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow-md); }
.info-card-icon { position: absolute; right: -20px; top: -18px; width: 110px; height: 110px; display: grid; place-items: center; border-radius: 50%; color: var(--blue-300); background: var(--blue-50); font-size: 2.4rem; }
.info-card h2 { color: var(--navy); font-size: 2rem; line-height: 1.2; }
.info-card p { color: var(--muted); }
.green-info-card { background: linear-gradient(145deg, var(--green-50), white); }
.green-info-card .info-card-icon { color: var(--green-500); background: var(--green-100); }
.info-note { margin-top: 25px; padding: 14px 16px; border-radius: 14px; background: white; border: 1px solid var(--line); }
.manual-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 30px; }
.search-box { flex: 1; max-width: 680px; height: 58px; display: flex; align-items: center; gap: 12px; padding: 0 18px; border-radius: 17px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow-sm); }
.search-box svg { color: var(--blue-600); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.search-box input::placeholder { color: #8aa0ac; }
.result-count { color: var(--muted); font-size: .86rem; font-weight: 750; }
.accordion-list { display: grid; gap: 13px; }
.accordion-item { border: 1px solid var(--line); border-radius: 20px; background: white; overflow: hidden; box-shadow: var(--shadow-sm); }
.accordion-button { width: 100%; display: grid; grid-template-columns: 52px 1fr 35px; align-items: center; gap: 15px; padding: 20px 22px; border: 0; background: transparent; text-align: left; cursor: pointer; }
.accordion-number { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 14px; background: var(--blue-50); color: var(--blue-700); font-weight: 900; font-size: .82rem; }
.accordion-title { display: flex; flex-direction: column; }
.accordion-title small { color: var(--green-600); text-transform: uppercase; letter-spacing: .1em; font-weight: 850; font-size: .68rem; }
.accordion-title strong { color: var(--navy); font-size: 1.08rem; }
.accordion-toggle { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--blue-500); font-size: 1.25rem; transition: transform .2s ease; }
.accordion-button[aria-expanded="true"] .accordion-toggle { transform: rotate(45deg); background: var(--green-500); }
.accordion-content { padding: 0 22px 22px 89px; }
.accordion-content p { margin: 0; color: var(--muted); }
.empty-state { text-align: center; padding: 55px; border: 1px dashed var(--line); border-radius: 22px; background: var(--blue-50); }
.empty-state svg { font-size: 2.1rem; color: var(--blue-500); }
.empty-state h2 { color: var(--navy); }
.study-visual { min-height: 440px; display: grid; place-items: center; border-radius: 30px; background: radial-gradient(circle, white 0 26%, transparent 27%), conic-gradient(var(--blue-300), var(--green-300), var(--blue-600), var(--blue-300)); box-shadow: var(--shadow-md); }
.study-ring { width: 330px; height: 330px; position: relative; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.93); box-shadow: inset 0 0 0 18px rgba(255,255,255,.45); }
.study-ring strong { width: 155px; text-align: center; color: var(--navy); font-size: 1.4rem; line-height: 1.15; }
.study-ring span { position: absolute; padding: 7px 12px; border-radius: 999px; color: white; background: var(--blue-600); font-weight: 800; font-size: .75rem; }
.study-ring span:nth-child(1) { top: 25px; }
.study-ring span:nth-child(2) { left: 12px; bottom: 80px; background: var(--green-600); }
.study-ring span:nth-child(3) { right: 0; bottom: 85px; background: var(--blue-800); }
.subheading { margin-top: 30px; color: var(--navy); }
.notice-card { display: flex; align-items: flex-start; gap: 20px; padding: 30px; border-radius: 22px; background: linear-gradient(135deg, var(--blue-50), var(--green-50)); border: 1px solid var(--line); }
.notice-card > svg { width: 50px; height: 50px; padding: 12px; border-radius: 15px; color: white; background: var(--blue-600); }
.notice-card h2 { margin: 0 0 4px; color: var(--navy); }
.notice-card p { margin: 0; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 30px; }
.contact-main, .contact-side { padding: 38px; border-radius: 28px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow-md); }
.contact-main h2, .contact-side h2 { color: var(--navy); font-size: 2rem; line-height: 1.2; }
.address-card { display: flex; align-items: center; gap: 18px; margin: 26px 0; padding: 20px; border-radius: 18px; background: var(--blue-50); }
.address-card > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--blue-600); font-size: 1.35rem; }
.address-card div { display: flex; flex-direction: column; }
.address-card small { color: var(--green-600); font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.address-card strong { color: var(--navy); font-size: 1.2rem; }
.address-card p { margin: 0; color: var(--muted); }
.contact-side { color: white; background: linear-gradient(145deg, var(--blue-800), var(--green-600)); }
.contact-side h2 { color: white; margin-top: 0; }
.contact-time { padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.contact-time span { color: #c8f2dd; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; font-size: .7rem; }
.contact-time strong { font-size: 1.2rem; }
.contact-time small { color: rgba(255,255,255,.7); }
.contact-alert { margin-top: 22px; display: flex; align-items: flex-start; gap: 12px; padding: 15px; border-radius: 15px; background: rgba(255,255,255,.12); }
.contact-alert p { margin: 0; color: rgba(255,255,255,.8); font-size: .87rem; }
.visit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.visit-card { padding: 26px; border-radius: 21px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.visit-card > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(135deg, var(--blue-500), var(--green-500)); font-weight: 900; }
.visit-card h3 { color: var(--navy); margin: 18px 0 8px; }
.visit-card p { color: var(--muted); margin: 0; font-size: .9rem; }
.not-found { min-height: 65vh; display: grid; place-items: center; }
.not-found .centered { text-align: center; }
.not-found img { margin: 0 auto 20px; }
.not-found h1 { color: var(--navy); font-size: clamp(2rem, 5vw, 4rem); margin: 10px 0; }
.not-found p { color: var(--muted); margin-bottom: 25px; }

.site-footer { padding: 60px 0 22px; color: rgba(255,255,255,.78); background: var(--navy); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 45px; }
.footer-brand { display: flex; gap: 17px; align-items: center; }
.footer-brand img { object-fit: contain; }
.site-footer strong, .site-footer h2 { color: white; }
.site-footer h2 { font-size: .9rem; text-transform: uppercase; letter-spacing: .1em; margin-top: 0; }
.site-footer p { margin: 5px 0; font-size: .86rem; }
.footer-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 10px; color: #b8f0d3; font-weight: 800; font-size: .85rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); }

.guide-trigger { position: fixed; z-index: 1200; right: 24px; bottom: 24px; min-height: 52px; display: flex; align-items: center; gap: 9px; padding: 0 18px; border: 0; border-radius: 999px; color: white; background: linear-gradient(135deg, var(--green-500), var(--blue-600)); box-shadow: 0 16px 40px rgba(8,47,74,.28); font-weight: 850; cursor: pointer; }
.digital-guide { position: fixed; z-index: 1300; right: 24px; bottom: 88px; width: min(390px, calc(100vw - 32px)); border-radius: 24px; background: white; box-shadow: 0 28px 80px rgba(8,47,74,.28); overflow: hidden; transform: translateY(16px) scale(.96); opacity: 0; pointer-events: none; transition: .22s ease; }
.digital-guide.open { transform: translateY(0) scale(1); opacity: 1; pointer-events: auto; }
.guide-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px; color: white; background: linear-gradient(135deg, var(--blue-800), var(--blue-500)); }
.guide-header .eyebrow { color: #b8f0d3; font-size: .6rem; }
.guide-header strong { display: block; font-size: 1rem; }
.guide-close { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25); color: white; background: rgba(255,255,255,.1); display: grid; place-items: center; cursor: pointer; }
.guide-body { padding: 18px; }
.guide-message { padding: 13px 14px; border-radius: 15px 15px 15px 4px; color: var(--muted); background: var(--blue-50); font-size: .85rem; }
.guide-options { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.guide-options button { padding: 8px 11px; border-radius: 999px; border: 1px solid var(--line); color: var(--blue-700); background: white; font-size: .75rem; font-weight: 750; cursor: pointer; }
.guide-options button:hover { background: var(--blue-50); }
.guide-answer { display: none; margin-top: 14px; padding: 14px; border-radius: 15px; color: var(--muted); background: var(--green-50); border: 1px solid var(--green-100); font-size: .84rem; }
.guide-answer.show { display: block; }
.guide-answer strong { color: var(--navy); }
.guide-answer p { margin: 5px 0; }
.guide-answer a { display: inline-flex; margin-top: 6px; color: var(--green-600); font-weight: 850; }
.back-to-top { position: fixed; z-index: 1100; right: 27px; bottom: 88px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--blue-800); background: white; box-shadow: var(--shadow-md); cursor: pointer; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; }
.back-to-top.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    :root { --header-height: 76px; }
    .container { width: min(calc(100% - 30px), var(--container)); }
    .brand { min-width: auto; }
    .brand-copy small { display: none; }
    .menu-toggle {
        display: inline-flex;
        min-width: 112px;
        color: white;
        border-color: rgba(255,255,255,.22);
        background: linear-gradient(135deg, var(--blue-600), var(--blue-800));
        box-shadow: 0 10px 28px rgba(11, 56, 87, .25), 0 0 0 4px rgba(104, 196, 238, .13);
    }
    .menu-toggle[aria-expanded="true"] {
        background: linear-gradient(135deg, var(--green-500), var(--green-700));
        box-shadow: 0 10px 30px rgba(35, 123, 82, .28), 0 0 0 4px rgba(130, 214, 170, .16);
    }
    .main-nav {
        position: absolute;
        z-index: 999;
        top: 100%;
        left: 0;
        right: 0;
        height: calc(100vh - var(--header-height));
        height: calc(100dvh - var(--header-height));
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 26px 20px 34px;
        overflow-y: auto;
        background:
            radial-gradient(circle at 100% 0, rgba(104,196,238,.18), transparent 34%),
            linear-gradient(180deg, #f8fdff 0%, #eefaf4 100%);
        border-top: 1px solid rgba(32,137,192,.12);
        box-shadow: inset 0 12px 28px rgba(11,56,87,.04);
        transform: translateY(-14px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: transform .27s ease, opacity .2s ease, visibility .27s ease;
    }
    .main-nav.open { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
    .mobile-nav-heading { display: flex; flex-direction: column; margin: 2px 2px 8px; }
    .mobile-nav-heading span { color: var(--green-600); font-size: .7rem; font-weight: 900; letter-spacing: .18em; }
    .mobile-nav-heading strong { margin-top: 3px; color: var(--navy); font-size: 1.38rem; line-height: 1.2; }
    .main-nav a {
        min-height: 58px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 16px 18px;
        border: 1px solid rgba(23,107,153,.12);
        border-left: 5px solid var(--blue-400);
        border-radius: 16px;
        color: var(--navy);
        background: rgba(255,255,255,.92);
        box-shadow: 0 10px 26px rgba(11,56,87,.07);
        font-size: 1.02rem;
        font-weight: 820;
    }
    .main-nav a::after {
        content: "›";
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 10px;
        color: var(--blue-700);
        background: var(--blue-100);
        font-size: 1.45rem;
        line-height: 1;
    }
    .main-nav a:hover { transform: translateX(3px); background: white; }
    .main-nav a.active {
        border-color: transparent;
        border-left-color: #b8f0d3;
        color: white;
        background: linear-gradient(135deg, var(--blue-700), var(--green-600));
        box-shadow: 0 14px 32px rgba(11,56,87,.2);
    }
    .main-nav a.active::after { color: var(--green-700); background: white; }
    .mobile-nav-footer { display: block; margin-top: auto; padding: 20px 4px 0; color: var(--muted); text-align: center; }
    .hero-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 70px; text-align: center; }
    .hero-content { display: flex; flex-direction: column; align-items: center; }
    .hero-trust, .hero-actions { justify-content: center; }
    .hero-visual { min-height: 450px; }
    .two-column, .story-layout, .contact-grid { grid-template-columns: 1fr; }
    .sticky-copy { position: static; }
    .activity-grid { grid-template-columns: repeat(2, 1fr); }
    .symbolism-grid, .visit-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: span 2; }
}

@media (max-width: 700px) {
    .section { padding: 76px 0; }
    .brand-logo-wrap { width: 48px; height: 48px; border-radius: 15px; }
    .brand-logo-wrap img { width: 38px; height: 40px; }
    .brand-copy strong { font-size: 1rem; }
    .header-inner { gap: 12px; }
    .menu-toggle { min-width: 104px; min-height: 50px; padding-inline: 14px; border-radius: 15px; }
    .main-nav { padding-inline: 15px; }
    .main-nav a { min-height: 60px; font-size: 1.04rem; }
    .hero { min-height: auto; }
    .hero-grid { min-height: auto; padding: 60px 0 100px; }
    .hero-content h1 { font-size: clamp(2.55rem, 13vw, 3.6rem); }
    .hero-actions { width: 100%; }
    .hero-actions .btn { width: 100%; }
    .hero-trust { display: grid; grid-template-columns: 1fr; text-align: left; }
    .hero-visual { min-height: 370px; }
    .hero-logo-card { width: 310px; border-radius: 32px; padding: 30px; }
    .hero-logo-card img { width: 185px; }
    .hero-card-caption { left: 25px; bottom: 23px; }
    .floating-note { font-size: .68rem; padding: 10px 12px; }
    .note-one { left: 0; top: 50px; }
    .note-two { right: 0; bottom: 55px; }
    .two-column { gap: 38px; }
    .image-frame, .image-frame img { min-height: 330px; }
    .principles-grid, .schedule-grid, .activity-grid, .symbolism-grid, .visit-grid { grid-template-columns: 1fr; }
    .schedule-card { padding: 24px; }
    .schedule-list li { grid-template-columns: 74px 1fr; }
    .quote-card { min-height: 420px; align-items: flex-start; text-align: left; justify-content: flex-end; padding: 180px 25px 30px; }
    .quote-card img { width: 100%; height: 58%; }
    .quote-card::after { background: linear-gradient(180deg, transparent 10%, rgba(8,47,74,.25) 40%, rgba(8,47,74,.94) 66%); }
    .quote-card blockquote { font-size: 1.55rem; }
    .cta-card { align-items: stretch; flex-direction: column; padding: 30px 25px; }
    .cta-actions { flex-direction: column; }
    .cta-actions .btn { width: 100%; }
    .page-hero-inner { padding: 70px 0 75px; }
    .story-main, .story-symbol, .info-card, .contact-main, .contact-side { padding: 28px; }
    .history-highlight { align-items: flex-start; flex-direction: column; }
    .history-highlight strong { white-space: normal; }
    .timeline::before { left: 14px; }
    .timeline-item { grid-template-columns: 1fr; gap: 10px; padding-left: 40px; }
    .timeline-item::before { left: 7px; top: 30px; }
    .timeline-item time { text-align: left; }
    .manual-toolbar { align-items: stretch; flex-direction: column; }
    .search-box { max-width: none; }
    .accordion-button { grid-template-columns: 46px 1fr 32px; gap: 10px; padding: 17px 15px; }
    .accordion-number { width: 42px; height: 42px; }
    .accordion-content { padding: 0 18px 18px; }
    .study-visual { min-height: 360px; }
    .study-ring { width: 270px; height: 270px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
    .guide-trigger span { display: none; }
    .guide-trigger { width: 54px; padding: 0; justify-content: center; }
    .digital-guide { right: 16px; bottom: 88px; }
}
