:root { --navy-950: #252451; --blue-700: #3f63d3; --blue-100: #e3edff; --violet-700: #7655d8; --violet-100: #eee7ff; --mint-100: #dff6ec; --coral-600: #ed6a61; --coral-100: #ffe3de; --sun-500: #ffc857; --sun-100: #fff0bd; --cream-50: #fffaf3; --cream-100: #f7f0e7; --white: #ffffff; /* Semantische Farbtokens */ --ink: #29263f; --ink-soft: #625e75; --green-950: var(--navy-950); --green-900: var(--blue-700); --green-800: var(--violet-700); --green-100: var(--mint-100); --shadow-soft: 0 1px 2px rgba(37, 36, 81, 0.05), 0 12px 32px rgba(37, 36, 81, 0.09); --shadow-float: 0 1px 0 rgba(255, 255, 255, 0.24) inset, 0 22px 55px rgba(30, 27, 78, 0.24); --radius-sm: 12px; --radius-md: 18px; --radius-lg: 28px; --radius-xl: 40px; --shell: min(1180px, calc(100vw - 40px)); --font-display: Georgia, "Times New Roman", serif; --font-sans: "Avenir Next", Avenir, "Segoe UI", Helvetica, Arial, sans-serif; } *, *::before, *::after { box-sizing: border-box; } html { scroll-behavior: smooth; scroll-padding-top: 108px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { margin: 0; background: var(--cream-50); color: var(--ink); font-family: var(--font-sans); font-size: 16px; line-height: 1.6; } body.menu-open, body.dialog-open { overflow: hidden; } img { display: block; max-width: 100%; outline: 1px solid rgba(37, 36, 81, 0.1); outline-offset: -1px; } button, a { font: inherit; } a { color: inherit; text-decoration: none; } button { color: inherit; } p { margin: 0; text-wrap: pretty; } h1, h2, h3 { margin: 0; line-height: 1.05; text-wrap: balance; } h1, h2 { font-family: var(--font-display); font-weight: 400; letter-spacing: -0.045em; } h1 em, h2 em { color: var(--sun-500); font-weight: 400; } h3 { font-size: 1.35rem; letter-spacing: -0.025em; } svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; } .shell { width: var(--shell); margin-inline: auto; } .section { padding: 112px 0; } .svg-library, .sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; } .skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; border-radius: 8px; background: var(--white); color: var(--green-950); font-weight: 700; transform: translateY(-150%); transition: transform 180ms ease-out; } .skip-link:focus { transform: translateY(0); } .utility-bar { background: var(--navy-950); color: rgba(255, 255, 255, 0.82); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; } .utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; } .utility-inner a { display: inline-flex; align-items: center; gap: 7px; min-height: 34px; } .utility-inner svg { width: 14px; height: 14px; } .site-header { position: sticky; z-index: 100; top: 0; background: rgba(251, 249, 242, 0.94); border-bottom: 1px solid rgba(23, 48, 43, 0.08); backdrop-filter: blur(16px); } .header-inner { min-height: 80px; display: flex; align-items: center; gap: 30px; } .brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; } .brand-mark { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: linear-gradient(135deg, var(--blue-700), var(--violet-700)); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 8px 20px rgba(69, 111, 232, 0.24); } .brand-roof { position: absolute; width: 24px; height: 24px; top: 10px; transform: rotate(45deg); border-top: 4px solid var(--sun-500); border-left: 4px solid var(--sun-500); border-radius: 2px; } .brand-door { position: absolute; width: 22px; height: 16px; bottom: 9px; border: 4px solid var(--white); border-bottom: 0; border-radius: 4px 4px 0 0; } .brand-copy { display: flex; flex-direction: column; line-height: 1; } .brand-copy strong { font-family: var(--font-display); font-size: 1.35rem; letter-spacing: -0.04em; } .brand-copy span { margin-top: 4px; color: var(--green-800); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; } .desktop-nav { display: flex; align-items: center; gap: 7px; margin-left: auto; } .desktop-nav a { position: relative; display: grid; min-height: 44px; place-items: center; padding: 0 12px; color: var(--ink-soft); font-size: 0.9rem; font-weight: 650; } .desktop-nav a::after { content: ""; position: absolute; right: 12px; bottom: 6px; left: 12px; height: 2px; border-radius: 2px; background: var(--coral-600); transform: scaleX(0); transform-origin: left; transition-property: transform; transition-duration: 180ms; transition-timing-function: ease-out; } .desktop-nav a:hover::after, .desktop-nav a[aria-current="true"]::after { transform: scaleX(1); } .button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 0 18px 0 20px; border: 0; border-radius: 15px; cursor: pointer; font-size: 0.9rem; font-weight: 750; box-shadow: var(--shadow-soft); transition-property: background-color, color, box-shadow, scale, transform; transition-duration: 160ms; transition-timing-function: ease-out; } .button svg, .text-link svg { width: 18px; height: 18px; transition-property: transform; transition-duration: 180ms; transition-timing-function: ease-out; } .button:hover svg, .text-link:hover svg { transform: translateX(3px); } .button:active, .quick-card:active, .dialog-close:active, .menu-button:active { scale: 0.96; } .button-small { min-height: 44px; padding-right: 15px; padding-left: 17px; border-radius: 13px; font-size: 0.82rem; } .button-dark { background: var(--green-900); color: var(--white); } .button-dark:hover { background: var(--green-800); box-shadow: 0 1px 2px rgba(7, 58, 49, 0.08), 0 10px 24px rgba(7, 58, 49, 0.16); } .button-sun { background: var(--sun-500); color: var(--green-950); } .button-sun:hover { background: #ffd879; } .button-outline { background: transparent; color: var(--green-900); box-shadow: 0 0 0 1px rgba(12, 74, 62, 0.22), 0 2px 5px rgba(7, 58, 49, 0.05); } .button-outline:hover { background: var(--green-100); box-shadow: 0 0 0 1px rgba(12, 74, 62, 0.3), 0 5px 12px rgba(7, 58, 49, 0.08); } .text-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; min-height: 44px; padding: 0; border: 0; background: transparent; color: var(--green-900); cursor: pointer; font-size: 0.86rem; font-weight: 750; } .text-link-light { color: var(--white); } .menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--green-100); cursor: pointer; place-content: center; gap: 4px; } .menu-button span:not(.sr-only) { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--green-900); transition-property: transform, opacity; transition-duration: 180ms; transition-timing-function: ease-out; } .menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(6px) rotate(45deg); } .menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; } .menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-6px) rotate(-45deg); } .mobile-nav { border-top: 1px solid rgba(23, 48, 43, 0.08); background: var(--cream-50); } .mobile-nav-inner { display: grid; padding-top: 14px; padding-bottom: 18px; } .mobile-nav a { display: flex; min-height: 48px; align-items: center; border-bottom: 1px solid rgba(23, 48, 43, 0.08); font-family: var(--font-display); font-size: 1.2rem; } .hero { position: relative; min-height: 680px; overflow: hidden; background: radial-gradient(circle at 8% 18%, rgba(255, 200, 87, 0.14), transparent 27%), radial-gradient(circle at 92% 82%, rgba(237, 106, 97, 0.18), transparent 26%), linear-gradient(135deg, #3d66d8 0%, #5e50cd 56%, #7149c2 100%); color: var(--white); } .hero::before { content: ""; position: absolute; width: 470px; height: 470px; left: -260px; bottom: -230px; border: 90px solid rgba(245, 201, 93, 0.12); border-radius: 50%; } .hero-dots { position: absolute; top: 60px; right: -20px; width: 190px; height: 190px; opacity: 0.2; background-image: radial-gradient(var(--sun-500) 1.7px, transparent 1.7px); background-size: 18px 18px; transform: rotate(9deg); } .hero-grid { position: relative; z-index: 2; display: grid; min-height: 650px; grid-template-columns: 0.94fr 1.06fr; align-items: center; gap: clamp(50px, 7vw, 96px); padding-top: 70px; padding-bottom: 90px; } .eyebrow { display: flex; align-items: center; gap: 10px; color: var(--violet-700); font-size: 0.73rem; font-weight: 850; letter-spacing: 0.16em; text-transform: uppercase; } .eyebrow::before { content: ""; width: 28px; height: 2px; border-radius: 2px; background: var(--coral-600); } .eyebrow-light { color: rgba(255, 255, 255, 0.78); } .eyebrow-light::before { background: var(--sun-500); } .hero h1 { max-width: 650px; margin-top: 22px; font-size: clamp(3.25rem, 6vw, 5.7rem); } .hero-lead { max-width: 580px; margin-top: 28px; color: rgba(255, 255, 255, 0.9); font-size: clamp(1rem, 1.5vw, 1.16rem); line-height: 1.7; } .hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; } .hero-signals { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 44px; color: rgba(255, 255, 255, 0.8); font-size: 0.75rem; font-weight: 650; } .hero-signals span { display: inline-flex; align-items: center; gap: 8px; } .signal-dot { width: 7px; height: 7px; border-radius: 50%; } .signal-yellow { background: var(--sun-500); } .signal-coral { background: #ff8a71; } .signal-blue { background: #92c5ff; } .hero-visual { position: relative; min-width: 0; padding: 30px 20px 20px 10px; } .hero-image-wrap { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 42px 148px 42px 42px; box-shadow: var(--shadow-float); } .hero-image-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 68%, rgba(37, 36, 81, 0.32)); pointer-events: none; } .hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; } .photo-credit { position: absolute; z-index: 2; right: 16px; bottom: 13px; color: rgba(255, 255, 255, 0.82); font-size: 0.58rem; } .hero-sticker { position: absolute; z-index: 3; display: flex; box-shadow: 0 14px 34px rgba(7, 36, 31, 0.25); } .sticker-year { top: 8px; right: -12px; width: 126px; height: 126px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; background: var(--sun-500); color: var(--green-950); line-height: 1.05; transform: rotate(8deg); } .sticker-year strong { font-family: var(--font-display); font-size: 1.55rem; letter-spacing: -0.04em; } .sticker-year span { font-size: 0.58rem; font-weight: 750; letter-spacing: 0.05em; text-transform: uppercase; } .sticker-move { left: -40px; bottom: 58px; align-items: center; gap: 10px; padding: 13px 16px; border-radius: 16px; background: var(--coral-600); color: var(--white); font-size: 0.76rem; font-weight: 800; line-height: 1.2; transform: rotate(-4deg); } .sticker-move svg { width: 27px; height: 27px; } .hero-wave { position: absolute; z-index: 3; right: -2%; bottom: -34px; left: -2%; height: 70px; border-radius: 50% 50% 0 0; background: var(--cream-50); } .quick-section { padding: 68px 0 42px; } .quick-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; } .quick-heading h2 { margin-top: 12px; font-size: clamp(2rem, 4vw, 3.35rem); } .quick-heading > p { max-width: 380px; color: var(--ink-soft); } .quick-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-top: 30px; } .quick-card { position: relative; display: flex; min-width: 0; min-height: 156px; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 20px; border: 0; border-radius: 22px; background: var(--white); color: var(--ink); cursor: pointer; text-align: left; box-shadow: 0 0 0 1px rgba(23, 48, 43, 0.06), 0 6px 18px rgba(23, 48, 43, 0.06); transition-property: transform, box-shadow; transition-duration: 180ms; transition-timing-function: ease-out; } .quick-card:hover { transform: translateY(-4px); box-shadow: 0 0 0 1px rgba(23, 48, 43, 0.08), 0 14px 32px rgba(23, 48, 43, 0.1); } .quick-icon { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 13px; background: rgba(255, 255, 255, 0.7); } .quick-icon svg { width: 23px; height: 23px; } .quick-card > span:nth-child(2) { display: flex; flex-direction: column; padding-right: 18px; } .quick-card strong { font-size: 0.9rem; } .quick-card small { margin-top: 3px; color: rgba(23, 48, 43, 0.68); font-size: 0.67rem; line-height: 1.35; } .quick-arrow { position: absolute; right: 17px; bottom: 20px; width: 18px; height: 18px; transition-property: transform; transition-duration: 180ms; transition-timing-function: ease-out; } .quick-card:hover .quick-arrow { transform: translateX(3px); } .quick-blue { background: var(--blue-100); } .quick-coral { background: var(--coral-100); } .quick-yellow { background: var(--sun-100); } .quick-green { background: var(--mint-100); } .quick-cream { background: var(--violet-100); } .section-heading h2 { font-size: clamp(2.55rem, 5vw, 4.35rem); } .section-heading h2 em { color: var(--coral-600); } .section-heading-centered { max-width: 760px; margin-inline: auto; text-align: center; } .section-heading-centered .eyebrow { justify-content: center; } .section-heading-centered h2 { margin-top: 18px; } .section-heading-centered > p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--ink-soft); font-size: 1.05rem; } .profile-section { padding-top: 86px; } .profile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; } .profile-card { position: relative; display: flex; min-height: 480px; flex-direction: column; overflow: hidden; padding: 32px; border-radius: var(--radius-lg); box-shadow: 0 0 0 1px rgba(23, 48, 43, 0.06), 0 12px 32px rgba(23, 48, 43, 0.06); } .profile-card::before { content: ""; position: absolute; width: 180px; height: 180px; top: -90px; right: -60px; border: 28px solid rgba(255, 255, 255, 0.35); border-radius: 50%; } .profile-movement { background: var(--sun-100); } .profile-community { background: var(--coral-100); } .profile-language { background: var(--blue-100); } .profile-icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 17px; background: rgba(255, 255, 255, 0.72); box-shadow: 0 1px 4px rgba(23, 48, 43, 0.07); } .profile-icon svg { width: 31px; height: 31px; } .profile-number { position: absolute; top: 26px; right: 30px; color: rgba(23, 48, 43, 0.3); font-size: 0.75rem; font-weight: 800; } .profile-card h3 { margin-top: 40px; font-family: var(--font-display); font-size: 2rem; font-weight: 400; } .profile-card > p { margin-top: 16px; color: var(--ink-soft); } .profile-fact { display: grid; grid-template-columns: 72px 1fr; gap: 14px; margin-top: auto; padding: 20px 0; border-top: 1px solid rgba(23, 48, 43, 0.12); border-bottom: 1px solid rgba(23, 48, 43, 0.12); } .profile-fact strong { font-size: 0.82rem; line-height: 1.3; } .profile-fact span { color: var(--ink-soft); font-size: 0.7rem; line-height: 1.5; } .profile-card .text-link { margin-top: 12px; } .place-section { overflow: hidden; background: var(--cream-100); } .place-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: center; gap: clamp(60px, 8vw, 110px); } .place-visual { position: relative; min-height: 610px; } .place-visual::before { content: ""; position: absolute; width: 280px; height: 280px; top: -35px; left: -70px; border-radius: 50%; background: var(--sun-500); opacity: 0.38; } .place-image-main { position: absolute; z-index: 1; width: 79%; height: 530px; top: 0; left: 0; object-fit: cover; border-radius: 150px 24px 24px 24px; box-shadow: var(--shadow-soft); } .place-image-small { position: absolute; z-index: 2; right: 0; bottom: 0; width: 44%; aspect-ratio: 1; object-fit: cover; border: 10px solid var(--cream-100); border-radius: 28px; box-shadow: var(--shadow-soft); } .place-caption { position: absolute; z-index: 3; bottom: 50px; left: 28px; padding: 13px 16px; border-radius: 12px; background: var(--green-900); color: var(--white); font-family: var(--font-display); font-size: 0.93rem; line-height: 1.3; transform: rotate(-3deg); } .place-copy h2 { margin-top: 18px; font-size: clamp(2.7rem, 5vw, 4.4rem); } .place-copy h2 em { color: var(--coral-600); } .place-lead { margin-top: 24px; color: var(--ink-soft); font-size: 1.08rem; line-height: 1.72; } .place-facts { display: grid; gap: 0; margin: 32px 0 24px; border-top: 1px solid rgba(23, 48, 43, 0.14); } .place-facts div { display: grid; grid-template-columns: 124px 1fr; gap: 20px; padding: 14px 0; border-bottom: 1px solid rgba(23, 48, 43, 0.14); align-items: center; } .place-facts strong { color: var(--green-900); font-family: var(--font-display); font-size: 1.17rem; font-weight: 400; } .place-facts span { color: var(--ink-soft); font-size: 0.78rem; } .place-copy > p:not(.eyebrow):not(.place-lead) { color: var(--ink-soft); font-size: 0.92rem; } .place-copy .button { margin-top: 26px; } .image-source { display: block; margin-top: 16px; color: rgba(23, 48, 43, 0.48); font-size: 0.62rem; } .life-section { position: relative; overflow: hidden; background: radial-gradient(circle at 88% 18%, rgba(255, 200, 87, 0.15), transparent 24%), linear-gradient(145deg, #354fbb 0%, #6746bc 58%, #7a46b8 100%); color: var(--white); } .life-section::before { content: ""; position: absolute; width: 300px; height: 300px; right: -170px; bottom: -170px; border: 56px solid rgba(245, 201, 93, 0.12); border-radius: 50%; } .section-heading-split { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: end; gap: 80px; } .section-heading-split h2 { max-width: 690px; margin-top: 18px; } .section-heading-split > p { max-width: 430px; padding-bottom: 8px; color: rgba(255, 255, 255, 0.82); } .story-grid { display: grid; grid-template-columns: 1.15fr 0.85fr 0.85fr; grid-template-rows: 365px 280px; gap: 16px; margin-top: 54px; } .story-card { position: relative; display: flex; overflow: hidden; flex-direction: column; justify-content: flex-end; padding: 28px; border-radius: var(--radius-lg); color: var(--ink); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 16px 38px rgba(0, 25, 21, 0.18); } .story-large { grid-row: span 2; } .story-wide { grid-column: span 2; flex-direction: row; align-items: end; justify-content: space-between; color: var(--white); } .story-yellow { background: var(--sun-500); } .story-blue { background: #8fb9e9; } .story-coral { background: #ef8d77; } .story-green { background: var(--violet-700); } .story-copy { position: relative; z-index: 2; max-width: 470px; } .story-tag { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: rgba(255, 255, 255, 0.66); font-size: 0.61rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; } .story-green .story-tag { background: rgba(255, 255, 255, 0.14); } .story-card h3 { margin-top: 12px; font-family: var(--font-display); font-size: clamp(1.45rem, 2.5vw, 2.3rem); font-weight: 400; } .story-card p { margin-top: 9px; color: rgba(23, 48, 43, 0.72); font-size: 0.8rem; } .story-green p { color: rgba(255, 255, 255, 0.86); } .story-green .text-link { margin-top: 10px; } .story-art { position: absolute; pointer-events: none; } .story-art-letters { top: 45px; right: 30px; left: 30px; height: 310px; } .story-art-letters span { position: absolute; display: grid; width: 96px; height: 112px; place-items: center; border: 4px solid var(--green-900); border-radius: 18px; background: rgba(255, 255, 255, 0.36); font-family: var(--font-display); font-size: 4.2rem; } .story-art-letters span:nth-child(1) { left: 5%; top: 10px; transform: rotate(-8deg); } .story-art-letters span:nth-child(2) { left: 36%; top: 70px; transform: rotate(4deg); } .story-art-letters span:nth-child(3) { right: 3%; top: 20px; transform: rotate(9deg); } .story-art-letters i { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: var(--coral-600); } .story-art-letters i:nth-of-type(1) { left: 15%; top: 168px; } .story-art-letters i:nth-of-type(2) { right: 8%; top: 174px; width: 18px; height: 18px; } .story-art-letters i:nth-of-type(3) { left: 60%; top: 8px; width: 8px; height: 8px; } .story-art-robot { top: 28px; right: 30px; width: 135px; height: 170px; } .robot-head { position: absolute; top: 20px; left: 24px; width: 90px; height: 70px; border: 4px solid var(--green-950); border-radius: 24px; background: rgba(255, 255, 255, 0.4); } .robot-head::before { content: ""; position: absolute; width: 4px; height: 26px; top: -25px; left: 41px; background: var(--green-950); } .robot-head::after { content: ""; position: absolute; width: 12px; height: 12px; top: -34px; left: 37px; border-radius: 50%; background: var(--coral-600); } .robot-head i { position: absolute; width: 13px; height: 13px; top: 24px; border-radius: 50%; background: var(--green-950); } .robot-head i:first-child { left: 20px; } .robot-head i:last-child { right: 20px; } .robot-body { position: absolute; left: 39px; bottom: 12px; width: 61px; height: 69px; border: 4px solid var(--green-950); border-radius: 12px 12px 24px 24px; background: var(--sun-500); } .robot-signal { position: absolute; top: 0; right: 4px; width: 22px; height: 22px; border-top: 3px solid var(--green-950); border-right: 3px solid var(--green-950); border-radius: 0 100% 0 0; transform: rotate(-45deg); } .story-art-print { top: 34px; right: 30px; width: 145px; height: 150px; } .print-sheet { position: absolute; top: 8px; left: 20px; width: 96px; height: 112px; border: 4px solid var(--green-950); background: rgba(255, 255, 255, 0.55); transform: rotate(8deg); } .print-sheet::before, .print-sheet::after { content: ""; position: absolute; left: 18px; border-radius: 50%; background: var(--blue-700); } .print-sheet::before { width: 42px; height: 42px; top: 18px; } .print-sheet::after { width: 24px; height: 24px; right: 12px; bottom: 10px; left: auto; background: var(--sun-500); } .print-roll { position: absolute; z-index: 2; right: 3px; bottom: 10px; width: 48px; height: 48px; border: 4px solid var(--green-950); border-radius: 50%; background: var(--cream-50); } .story-art-print i { position: absolute; z-index: 3; right: 17px; bottom: 25px; width: 18px; height: 18px; border-radius: 50%; background: var(--coral-600); } .story-art-track { right: 24px; bottom: 22px; width: 260px; height: 220px; opacity: 0.9; } .story-art-track::before, .story-art-track::after { content: ""; position: absolute; width: 210px; height: 110px; right: 0; border: 5px solid rgba(255, 255, 255, 0.32); border-left: 0; border-radius: 0 110px 110px 0; transform: rotate(-15deg); } .story-art-track::before { top: 25px; } .story-art-track::after { top: 58px; right: 22px; } .story-art-track span, .story-art-track i, .story-art-track b { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--sun-500); } .story-art-track span { top: 12px; right: 130px; } .story-art-track i { top: 156px; right: 40px; background: #9ac7f4; } .story-art-track b { top: 52px; right: 12px; width: 11px; height: 11px; background: #ef8d77; } .community-section { background: var(--cream-50); } .community-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; } .community-card { display: flex; min-height: 340px; flex-direction: column; padding: 32px; border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 0 0 1px rgba(23, 48, 43, 0.06), 0 10px 30px rgba(23, 48, 43, 0.055); } .community-icon { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 16px; } .community-icon svg { width: 27px; height: 27px; } .community-icon-blue { background: var(--blue-100); color: var(--blue-700); } .community-icon-coral { background: var(--coral-100); color: var(--coral-600); } .community-icon-yellow { background: var(--sun-100); color: #906a0c; } .community-card h3 { margin-top: 28px; font-family: var(--font-display); font-size: 1.65rem; font-weight: 400; } .community-card p { margin-top: 14px; color: var(--ink-soft); font-size: 0.88rem; } .community-card .text-link { margin-top: auto; padding-top: 24px; } .community-quote { position: relative; display: grid; max-width: 860px; margin: 74px auto 0; place-items: center; text-align: center; } .community-quote > svg { width: 36px; height: 36px; color: var(--coral-600); } .community-quote p { margin-top: 20px; font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 3.25rem); letter-spacing: -0.035em; line-height: 1.2; } .community-quote cite { margin-top: 14px; color: var(--ink-soft); font-size: 0.75rem; font-style: normal; font-weight: 700; } .parents-section { background: radial-gradient(circle at 4% 92%, rgba(255, 200, 87, 0.14), transparent 28%), linear-gradient(145deg, #246fc2 0%, #3f63d3 54%, #5e50cd 100%); color: var(--white); } .parents-grid { display: grid; grid-template-columns: 0.76fr 1.24fr; gap: clamp(70px, 10vw, 140px); align-items: start; } .parents-intro { position: sticky; top: 132px; } .parents-intro h2 { margin-top: 18px; font-size: clamp(2.8rem, 5vw, 4.5rem); } .parents-intro > p:not(.eyebrow) { margin-top: 24px; color: rgba(255, 255, 255, 0.86); font-size: 1.02rem; } .parents-note { display: flex; align-items: center; gap: 14px; margin-top: 40px; padding: 18px; border-radius: 18px; background: rgba(255, 255, 255, 0.1); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12) inset; } .parents-note > svg { width: 27px; height: 27px; color: var(--sun-500); } .parents-note div { display: flex; flex-direction: column; } .parents-note span { color: rgba(255, 255, 255, 0.65); font-size: 0.66rem; } .parents-note a { font-size: 1.05rem; font-weight: 800; } .info-accordion { border-top: 1px solid rgba(255, 255, 255, 0.2); } .info-accordion details { border-bottom: 1px solid rgba(255, 255, 255, 0.2); } .info-accordion summary { display: grid; min-height: 82px; grid-template-columns: 44px 1fr 30px; align-items: center; gap: 10px; cursor: pointer; list-style: none; font-family: var(--font-display); font-size: 1.28rem; transition-property: color; transition-duration: 160ms; } .info-accordion summary::-webkit-details-marker { display: none; } .info-accordion summary > span { color: rgba(255, 255, 255, 0.44); font-family: var(--font-sans); font-size: 0.68rem; font-weight: 800; } .info-accordion summary > i { position: relative; width: 20px; height: 20px; } .info-accordion summary > i::before, .info-accordion summary > i::after { content: ""; position: absolute; top: 9px; left: 2px; width: 16px; height: 2px; border-radius: 2px; background: currentColor; transition-property: transform; transition-duration: 180ms; transition-timing-function: ease-out; } .info-accordion summary > i::after { transform: rotate(90deg); } .info-accordion details[open] summary { color: var(--sun-500); } .info-accordion details[open] summary > i::after { transform: rotate(0deg); } .accordion-content { padding: 0 46px 27px 54px; } .accordion-content p { max-width: 610px; color: rgba(255, 255, 255, 0.86); font-size: 0.86rem; } .accordion-content .text-link { margin-top: 10px; color: var(--white); } .contact-section { background: var(--cream-100); } .contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; gap: clamp(60px, 8vw, 100px); } .contact-copy h2 { margin-top: 18px; font-size: clamp(2.8rem, 5vw, 4.5rem); } .contact-copy h2 em { color: var(--coral-600); } .contact-lead { margin-top: 22px; color: var(--ink-soft); } .contact-list { display: grid; gap: 0; margin-top: 32px; border-top: 1px solid rgba(23, 48, 43, 0.14); } .contact-list > div { display: grid; min-height: 94px; grid-template-columns: 48px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid rgba(23, 48, 43, 0.14); } .contact-icon { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 13px; background: var(--white); color: var(--green-900); box-shadow: 0 1px 4px rgba(23, 48, 43, 0.07); } .contact-icon svg { width: 22px; height: 22px; } .contact-list p { font-size: 0.82rem; line-height: 1.55; } .contact-list strong { font-size: 0.75rem; } .contact-list a { color: var(--green-900); font-weight: 750; overflow-wrap: anywhere; } .contact-list small { color: var(--ink-soft); font-size: 0.68rem; } .map-card { overflow: hidden; padding: 10px; border-radius: 34px; background: var(--white); box-shadow: 0 0 0 1px rgba(23, 48, 43, 0.06), 0 18px 45px rgba(23, 48, 43, 0.09); } .map-illustration { position: relative; overflow: hidden; min-height: 450px; border-radius: 24px; background: #e7edfb; } .map-illustration::before { content: ""; position: absolute; inset: 0; opacity: 0.35; background-image: linear-gradient(rgba(23, 48, 43, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 48, 43, 0.08) 1px, transparent 1px); background-size: 42px 42px; } .map-road { position: absolute; z-index: 1; height: 20px; border: 6px solid var(--white); border-right: 0; border-left: 0; background: #d5d2c8; transform-origin: center; } .road-one { width: 130%; top: 120px; left: -15%; transform: rotate(22deg); } .road-two { width: 120%; top: 270px; left: -10%; transform: rotate(-18deg); } .road-three { width: 105%; top: 170px; left: -15%; transform: rotate(80deg); } .map-water { position: absolute; z-index: 2; width: 130%; height: 50px; right: -30%; bottom: 65px; border: 8px solid rgba(255, 255, 255, 0.62); border-right: 0; border-left: 0; background: #a6d5eb; transform: rotate(-12deg); } .map-park { position: absolute; border-radius: 50%; background: #d9cff7; } .park-one { width: 190px; height: 140px; top: -30px; right: -40px; } .park-two { width: 140px; height: 140px; bottom: 70px; left: -50px; } .map-pin { position: absolute; z-index: 5; top: 175px; left: 53%; width: 56px; height: 56px; border: 7px solid var(--white); border-radius: 50% 50% 50% 6px; background: var(--coral-600); box-shadow: 0 10px 22px rgba(23, 48, 43, 0.18); transform: rotate(-45deg); } .map-pin i { position: absolute; width: 13px; height: 13px; top: 14px; left: 14px; border-radius: 50%; background: var(--white); } .map-label { position: absolute; z-index: 5; top: 246px; left: 45%; padding: 7px 11px; border-radius: 8px; background: var(--green-900); color: var(--white); font-size: 0.72rem; font-weight: 800; } .map-river-label { position: absolute; z-index: 4; right: 20px; bottom: 76px; color: #3c7f89; font-family: var(--font-display); font-size: 1rem; font-style: italic; transform: rotate(-12deg); } .map-footer { display: flex; min-height: 92px; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 12px 5px 16px; } .map-footer > div { display: flex; flex-direction: column; } .map-footer strong { font-size: 0.86rem; } .map-footer span { color: var(--ink-soft); font-size: 0.7rem; } .site-footer { background: var(--navy-950); color: var(--white); } .footer-top { display: grid; min-height: 170px; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 40px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); } .brand-footer .brand-mark { background: var(--sun-500); } .brand-footer .brand-roof { border-color: var(--green-950); } .brand-footer .brand-door { border-color: var(--green-950); } .brand-footer .brand-copy span { color: rgba(255, 255, 255, 0.62); } .footer-top > p { max-width: 340px; color: rgba(255, 255, 255, 0.62); font-size: 0.82rem; } .footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 60px; padding-top: 54px; padding-bottom: 54px; } .footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; } .footer-links strong { margin-bottom: 9px; color: var(--sun-500); font-size: 0.67rem; letter-spacing: 0.12em; text-transform: uppercase; } .footer-links a, .footer-links span { color: rgba(255, 255, 255, 0.68); font-size: 0.78rem; transition-property: color; transition-duration: 160ms; } .footer-links a:hover { color: var(--white); } .footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.5); font-size: 0.67rem; } .footer-bottom div { display: flex; gap: 22px; } .detail-dialog { width: min(660px, calc(100vw - 32px)); max-height: min(760px, calc(100vh - 32px)); padding: 0; overflow: visible; border: 0; border-radius: 28px; background: var(--cream-50); color: var(--ink); box-shadow: 0 32px 90px rgba(0, 24, 20, 0.32); } .detail-dialog::backdrop { background: rgba(28, 25, 68, 0.74); backdrop-filter: blur(5px); } .detail-dialog[open] { animation: dialog-in 240ms cubic-bezier(0.2, 0, 0, 1) both; } @keyframes dialog-in { from { opacity: 0; transform: translateY(12px); filter: blur(4px); } to { opacity: 1; transform: translateY(0); filter: blur(0); } } .dialog-shell { position: relative; max-height: min(760px, calc(100vh - 32px)); overflow: auto; padding: 48px; } .dialog-close { position: absolute; top: 18px; right: 18px; display: grid; width: 44px; height: 44px; place-items: center; border: 0; border-radius: 13px; background: var(--cream-100); color: var(--green-900); cursor: pointer; transition-property: background-color, scale; transition-duration: 160ms; } .dialog-close:hover { background: var(--green-100); } .dialog-close svg { width: 22px; height: 22px; } .dialog-kicker { color: var(--coral-600); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.14em; text-transform: uppercase; } .detail-dialog h2 { max-width: 510px; margin-top: 10px; font-size: clamp(2rem, 5vw, 3.15rem); } .dialog-content { display: grid; gap: 14px; margin-top: 24px; color: var(--ink-soft); font-size: 0.92rem; } .dialog-content ul { display: grid; gap: 8px; margin: 4px 0; padding-left: 20px; } .dialog-content strong { color: var(--ink); } .dialog-note { padding: 16px; border-radius: 14px; background: var(--sun-100); color: var(--ink); font-size: 0.78rem; } .dialog-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; } .legal-body { min-height: 100vh; } .legal-header { background: var(--navy-950); color: var(--white); } .legal-header .header-inner { justify-content: space-between; } .legal-main { padding: 80px 0 110px; } .legal-content { max-width: 780px; } .legal-content h1 { font-size: clamp(3rem, 7vw, 5rem); } .legal-content h2 { margin-top: 44px; font-family: var(--font-sans); font-size: 1.2rem; font-weight: 800; letter-spacing: -0.02em; } .legal-content p, .legal-content ul { margin: 14px 0 0; color: var(--ink-soft); } .legal-content a { color: var(--green-900); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; } .legal-note { margin-top: 32px !important; padding: 20px; border-radius: 16px; background: var(--sun-100); color: var(--ink) !important; font-size: 0.82rem; } .reveal { opacity: 0; transform: translateY(14px); filter: blur(4px); transition-property: opacity, transform, filter; transition-duration: 560ms; transition-delay: var(--delay, 0ms); transition-timing-function: cubic-bezier(0.2, 0, 0, 1); } .reveal.is-visible { opacity: 1; transform: translateY(0); filter: blur(0); } :focus-visible { outline: 3px solid var(--sun-500); outline-offset: 3px; } @media (max-width: 1050px) { .desktop-nav { display: none; } .header-contact { margin-left: auto; } .menu-button { display: grid; } .hero-grid { grid-template-columns: 1fr 0.95fr; gap: 44px; } .hero h1 { font-size: clamp(3.1rem, 6vw, 4.6rem); } .quick-grid { grid-template-columns: repeat(3, 1fr); } .profile-grid { grid-template-columns: 1fr 1fr; } .profile-card:last-child { grid-column: span 2; min-height: 390px; } .story-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 340px 340px 280px; } .story-large { grid-row: span 2; } .story-wide { grid-column: span 2; } .contact-grid { grid-template-columns: 0.92fr 1.08fr; gap: 48px; } } @media (max-width: 820px) { :root { --shell: min(100% - 32px, 680px); } .section { padding: 84px 0; } .utility-inner span { display: none; } .utility-inner { justify-content: flex-end; } .hero-grid { grid-template-columns: 1fr; padding-top: 64px; padding-bottom: 112px; } .hero-copy { max-width: 650px; } .hero-visual { width: min(100%, 560px); margin-inline: auto; } .hero-image-wrap { aspect-ratio: 4 / 3; border-radius: 32px 120px 32px 32px; } .sticker-move { left: -8px; } .quick-heading { align-items: start; flex-direction: column; gap: 14px; } .quick-grid { grid-template-columns: 1fr 1fr; } .quick-card:last-child { grid-column: span 2; } .profile-grid, .community-grid { grid-template-columns: 1fr; } .profile-card, .profile-card:last-child { grid-column: auto; min-height: 430px; } .place-grid, .parents-grid, .contact-grid { grid-template-columns: 1fr; } .place-visual { min-height: 570px; } .place-image-main { height: 500px; } .section-heading-split { grid-template-columns: 1fr; gap: 20px; } .story-grid { grid-template-columns: 1fr 1fr; } .parents-intro { position: static; } .parents-intro > p:not(.eyebrow) { max-width: 560px; } .parents-note { max-width: 390px; } .contact-grid { gap: 60px; } .map-card { max-width: 620px; } .footer-top { grid-template-columns: 1fr auto; padding: 34px 0; } .footer-top > p { display: none; } } @media (max-width: 600px) { :root { --shell: calc(100vw - 28px); } .header-inner { min-height: 70px; } .brand-mark { width: 43px; height: 43px; border-radius: 13px; } .brand-copy strong { font-size: 1.14rem; } .brand-copy span { font-size: 0.58rem; } .header-contact { display: none; } .menu-button { margin-left: auto; } .hero-grid { padding-top: 52px; } .hero h1 { font-size: clamp(2.9rem, 14vw, 4rem); } .hero-lead { margin-top: 22px; } .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; } .hero-signals { display: grid; margin-top: 34px; } .hero-visual { padding: 22px 10px 10px 2px; } .hero-image-wrap { aspect-ratio: 4 / 3; border-radius: 26px 92px 26px 26px; } .sticker-year { right: -5px; width: 100px; height: 100px; } .sticker-year strong { font-size: 1.28rem; } .sticker-move { bottom: 40px; } .quick-section { padding-top: 54px; } .quick-grid { grid-template-columns: 1fr; } .quick-card, .quick-card:last-child { min-height: 106px; grid-column: auto; flex-direction: row; align-items: center; justify-content: flex-start; gap: 15px; padding: 16px; border-radius: 18px; } .quick-arrow { top: 50%; bottom: auto; transform: translateY(-50%); } .quick-card:hover .quick-arrow { transform: translate(3px, -50%); } .section-heading h2, .place-copy h2, .parents-intro h2, .contact-copy h2 { font-size: 2.65rem; } .profile-card, .profile-card:last-child { min-height: 460px; padding: 26px; border-radius: 24px; } .place-visual { min-height: 490px; } .place-image-main { width: 88%; height: 430px; border-radius: 90px 20px 20px 20px; } .place-image-small { width: 45%; border-width: 7px; border-radius: 22px; } .place-caption { bottom: 30px; left: 14px; font-size: 0.78rem; } .place-facts div { grid-template-columns: 100px 1fr; } .story-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 360px); } .story-large, .story-wide { grid-row: auto; grid-column: auto; } .story-wide { flex-direction: column; align-items: stretch; } .story-art-track { right: -20px; bottom: 80px; } .story-art-letters { height: 240px; } .story-art-letters span { width: 78px; height: 92px; font-size: 3.4rem; } .community-card { min-height: 325px; padding: 27px; } .info-accordion summary { min-height: 76px; grid-template-columns: 34px 1fr 24px; font-size: 1.08rem; } .accordion-content { padding-right: 10px; padding-left: 44px; } .map-illustration { min-height: 390px; } .map-footer { align-items: stretch; flex-direction: column; padding-bottom: 10px; } .map-footer .button { width: 100%; } .footer-top { display: flex; align-items: flex-start; flex-direction: column; gap: 24px; } .footer-links { grid-template-columns: 1fr 1fr; gap: 42px 24px; } .footer-links > div:last-child { grid-column: span 2; } .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 8px; padding: 16px 0; } .dialog-shell { padding: 40px 24px 28px; } } @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; } .reveal { opacity: 1; transform: none; filter: none; } }