:root {
    --purple: #623366;
    --purple-dark: #28152f;
    --red: #d14028;
    --orange: #ff762a;
    --cream: #fff9f2;
    --paper: #fffdf9;
    --white: #fff;
    --ink: #2d2130;
    --muted: #6e626f;
    --line: rgba(98, 51, 102, 0.18);
    --shadow: 0 24px 70px rgba(40, 21, 47, 0.14);
    --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font-family: "Nunito Sans", Arial, sans-serif; font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--purple); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--line); background: rgba(255, 253, 249, 0.94); backdrop-filter: blur(14px); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 178px; display: flex; align-items: center; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { position: relative; color: var(--purple-dark); font-size: .82rem; font-weight: 800; }
.main-nav a:not(.nav-cta)::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); }
.main-nav .nav-cta { padding: 10px 18px; color: var(--white); border-radius: 999px; background: var(--purple); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--purple); cursor: pointer; }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--white); transition: .2s ease; }

.hero { overflow: hidden; background: var(--cream); }
.hero-grid { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 80px; padding-block: 68px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--red); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 18px; height: 11px; border-radius: 70% 50% 70% 15%; background: currentColor; transform: rotate(-18deg); }
h1, h2, h3 { margin-top: 0; overflow-wrap: break-word; color: var(--purple); font-weight: 900; letter-spacing: -.04em; line-height: 1.03; }
h1 { max-width: 750px; margin-bottom: 26px; font-size: clamp(2.7rem, 4.8vw, 5.4rem); }
h2 { margin-bottom: 24px; font-size: clamp(2.5rem, 4.3vw, 5rem); }
h3 { font-size: 1.65rem; }
.hero-copy > p { max-width: 670px; color: var(--muted); font-size: 1.07rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 28px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 23px; border: 0; border-radius: 999px; font-size: .86rem; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(98, 51, 102, .22); }
.button-primary { color: var(--white); background: var(--purple); }
.button-primary:hover { background: var(--red); }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--purple); font-weight: 900; }
.text-link span { color: var(--orange); font-size: 1.3em; }
.hero-art { position: relative; min-height: 530px; }
.hero-sun { position: absolute; top: 5%; right: -15%; width: 500px; aspect-ratio: 1; border: 2px solid var(--orange); border-radius: 50%; opacity: .36; }
.hero-sun::before, .hero-sun::after { content: ""; position: absolute; border-radius: 50%; }
.hero-sun::before { inset: 50px; border: 2px solid var(--red); }
.hero-sun::after { inset: 100px; background: rgba(255, 118, 42, .1); }
.hero-illustration { position: absolute; z-index: 2; inset: 0; width: min(410px, 85%); height: 520px; margin: auto; border: 14px solid var(--white); border-radius: 220px 220px 26px 26px; object-fit: cover; box-shadow: var(--shadow); }
.hero-note { position: absolute; z-index: 3; right: -12px; bottom: 34px; padding: 11px 18px; color: var(--white); border-radius: 999px; background: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; transform: rotate(-4deg); }
.hero-manifesto { position: relative; color: var(--white); background: var(--purple); }
.manifesto-grid { min-height: 180px; display: grid; grid-template-columns: 1.55fr .65fr; align-items: center; gap: 80px; padding-block: 36px; }
.manifesto-grid p { max-width: 760px; margin: 0; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.manifesto-grid strong { color: var(--orange); font-size: 1.5rem; line-height: 1.15; }
.voyage-track { position: relative; height: 120px; margin-top: -24px; overflow: visible; }
.voyage-wave { position: absolute; inset: 0; width: 100%; height: 100%; }
.voyage-wave-main { fill: #ffb547; }
.voyage-wave-depth { fill: var(--orange); }
.voyage-sailing-path { fill: none; stroke: none; }
.voyage-boat-route { position: absolute; z-index: 2; left: 22%; bottom: 20px; width: 90px; transform-origin: 50% 88%; }
.voyage-boat-route img { width: 100%; min-width: 90px; max-width: none; height: auto; filter: drop-shadow(0 8px 8px rgba(40,21,47,.2)); transform-origin: 50% 88%; }
.js .voyage-track.is-motion-driven .voyage-boat-route { top: 0; bottom: auto; left: -100px; animation: sail-horizontal 21s -1s linear infinite; will-change: transform; }
@keyframes sail-horizontal {
    0%, 5% { transform: translateX(0); }
    77%, 100% { transform: translateX(calc(100vw + 140px)); }
}

.section { padding: 112px 0; }
.section-heading { max-width: 820px; margin-bottom: 58px; }
.section-heading h2 { margin-bottom: 0; }
.about { position: relative; overflow: hidden; }
.about::after { content: ""; position: absolute; z-index: -1; right: -210px; top: 120px; width: 520px; height: 520px; border: 90px solid rgba(255,118,42,.08); border-radius: 50%; }
.about-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 90px; }
.lead { color: var(--purple); font-size: 1.3rem; font-weight: 800; line-height: 1.5; }
.about-intro p { max-width: 730px; }
.closing-line { padding-left: 24px; border-left: 4px solid var(--orange); color: var(--purple); font-weight: 800; }
.about-symbol { position: relative; }
.about-symbol img { width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; box-shadow: var(--shadow); }
.about-symbol span { position: absolute; right: -14px; bottom: 14%; padding: 14px 20px; color: var(--white); border-radius: 18px; background: var(--purple); font-size: .75rem; line-height: 1.15; text-align: center; text-transform: uppercase; transform: rotate(4deg); }
.about-symbol strong { display: block; margin-top: 4px; color: var(--orange); font-size: 1.4rem; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 86px; }
.story-card { position: relative; min-height: 510px; padding: 42px 34px; overflow: hidden; color: var(--white); border-radius: var(--radius); background: var(--purple); }
.story-card-orange { background: var(--orange); }
.story-card-red { background: var(--red); }
.story-card h3 { max-width: 260px; color: var(--white); }
.story-card p { color: rgba(255,255,255,.84); font-size: .91rem; line-height: 1.6; }
.story-card .card-index { margin: 0 0 46px; color: rgba(255,255,255,.64); font-weight: 900; letter-spacing: .12em; }
.drop { position: absolute; top: 28px; right: 28px; width: 34px; height: 19px; border-radius: 70% 50% 70% 15%; background: rgba(255,255,255,.9); transform: rotate(-20deg); }

.contents { background: var(--cream); }
.contents-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.contents-copy h2 { max-width: 650px; }
.contents-copy > p:not(.lead) { color: var(--muted); }
.topic-wheel { position: relative; width: 100%; max-width: 500px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); place-items: center; gap: 100px; margin-inline: auto; }
.topic { width: min(100%, 200px); aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 30px; color: var(--white); border-radius: 50%; font-size: 1rem; font-weight: 900; line-height: 1.15; text-align: center; box-shadow: 0 12px 28px rgba(40,21,47,.08); }
.topic span { max-width: 145px; }
.topic-purple { background: var(--purple); }
.topic-orange { background: var(--orange); }
.topic-red { background: var(--red); }
.topic-outline { color: var(--purple); border: 3px solid var(--purple); background: var(--white); }
.flow-arrow { position: absolute; z-index: 3; width: 64px; display: grid; place-items: center; }
.flow-arrow img { width: 56px; height: 54px; object-fit: contain; }
.flow-arrow-top { top: 20%; left: 50%; transform: translate(-50%,-50%); }
.flow-arrow-top img { transform: rotate(45deg); }
.flow-arrow-right { top: 50%; left: 80%; transform: translate(-50%,-50%); }
.flow-arrow-right img { transform: rotate(135deg); }
.flow-arrow-bottom { top: 80%; left: 50%; transform: translate(-50%,-50%); }
.flow-arrow-bottom img { transform: rotate(225deg); }
.flow-arrow-left { top: 50%; left: 20%; transform: translate(-50%,-50%); }
.flow-arrow-left img { transform: rotate(-45deg); }
.flow-arrow-contrast img { filter: drop-shadow(1px 0 var(--purple)) drop-shadow(-1px 0 var(--purple)) drop-shadow(0 1px var(--purple)) drop-shadow(0 -1px var(--purple)); }

.observatory { position: relative; overflow: hidden; color: var(--white); background: var(--purple); }
.observatory::after { content: ""; position: absolute; right: -130px; bottom: -190px; width: 530px; height: 530px; border: 80px solid rgba(255,255,255,.05); border-radius: 50%; }
.observatory-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.observatory-art { position: relative; padding: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 50% 50% 22px 22px; }
.observatory-art img { width: 100%; aspect-ratio: 1; border-radius: 50%; object-fit: cover; }
.edition-label { position: absolute; z-index: 2; top: -18px; left: -22px; padding: 10px 16px; color: var(--purple); border-radius: 999px; background: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-4deg); }
.observatory-art p { margin: 20px 0 0; color: rgba(255,255,255,.72); font-size: .73rem; font-weight: 800; letter-spacing: .11em; text-align: center; text-transform: uppercase; }
.eyebrow-light { color: #ffb080; }
.observatory-copy h2 { color: var(--white); font-size: clamp(2.4rem, 4vw, 4.4rem); }
.observatory-copy > p { color: rgba(255,255,255,.76); }
.coming-soon { display: inline-flex; align-items: center; gap: 11px; margin-top: 24px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.coming-soon span { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 6px rgba(255,118,42,.18); }

.conecta { overflow: hidden; background: var(--white); }
.conecta-grid { display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 90px; }
.conecta-copy > p { color: var(--muted); }
.future-note { margin-top: 28px; padding: 20px 24px; color: var(--purple); border-left: 5px solid var(--orange); background: var(--cream); font-weight: 700; }
.connection-map { position: relative; width: min(330px, calc(100% - 170px)); aspect-ratio: 1; margin: 92px auto; border: 3px dashed rgba(98,51,102,.34); border-radius: 50%; background: radial-gradient(circle, rgba(255,118,42,.1) 0 22%, transparent 22.5%); }
.connection-map::before, .connection-map::after { content: ""; position: absolute; z-index: 0; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.connection-map::before { width: 100%; height: 3px; background: repeating-linear-gradient(90deg, rgba(98,51,102,.4) 0 7px, transparent 7px 14px); }
.connection-map::after { width: 3px; height: 100%; background: repeating-linear-gradient(180deg, rgba(98,51,102,.4) 0 7px, transparent 7px 14px); }
.connection-center, .connection { min-height: 32px; display: grid; place-items: center; padding: 4px; border: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 1.05rem; font-weight: 900; letter-spacing: .07em; line-height: 1.1; text-align: center; text-shadow: 0 0 10px var(--white), 0 0 10px var(--white); text-transform: uppercase; white-space: nowrap; clip-path: none; }
.connection { position: absolute; z-index: 2; width: 142px; }
.connection-center::before, .connection::before { content: ""; position: absolute; z-index: -1; top: 50%; left: 50%; height: 20px; border: 0; border-radius: 50%; background: var(--white); transform: translate(-50%,-50%); }
.connection-a::before { width: 44px; }
.connection-b::before { width: 60px; }
.connection-c::before { width: 48px; }
.connection-d::before { width: 76px; }
.connection-a { top: 50%; left: 0; color: var(--red); transform: translate(-50%,-50%); }
.connection-b { bottom: 0; left: 50%; width: max-content; color: var(--orange); transform: translate(-50%,50%); }
.connection-c { top: 50%; right: 0; color: var(--red); transform: translate(50%,-50%); }
.connection-d { top: 0; left: 50%; width: max-content; color: var(--purple); font-size: 1.05rem; letter-spacing: .025em; transform: translate(-50%,-50%); }
.connection-center { position: absolute; z-index: 3; top: 50%; left: 50%; width: 150px; min-height: 40px; color: var(--purple); transform: translate(-50%,-50%); }
.connection-center::before { width: 68px; height: 26px; }
.connection-center span { font-size: 1.5rem; font-weight: 900; letter-spacing: .13em; line-height: 1; text-transform: uppercase; }

.participate { color: var(--white); background: var(--orange); }
.section-heading-light h2 { color: var(--white); }
.participate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.participate-card { min-height: 520px; padding: 38px 32px; color: var(--ink); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 45px rgba(130,49,20,.13); }
.participate-card h3 { margin-top: 42px; }
.participate-card p { color: var(--muted); font-size: .94rem; }
.participate-card-accent { color: var(--white); background: var(--purple); }
.participate-card-accent h3, .participate-card-accent p { color: var(--white); }
.card-number { color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.participate-card-accent .card-number { color: var(--orange); }
.text-link-light { margin-top: 18px; color: var(--white); }

.contact { position: relative; overflow: hidden; background: var(--cream); }
.contact::before { content: ""; position: absolute; left: -140px; bottom: -240px; width: 520px; height: 520px; border: 86px solid rgba(209,64,40,.07); border-radius: 50%; }
.contact-grid { position: relative; min-width: 0; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.contact-copy p { max-width: 470px; color: var(--muted); font-size: 1.08rem; }
.contact-copy img { width: 420px; max-width: 100%; margin-top: 34px; }
.contact-form-card, .contact-form-card form, .form-row, .form-group { min-width: 0; max-width: 100%; }
.contact-form-card { width: 100%; padding: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; margin-bottom: 7px; color: var(--purple); font-size: .76rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.form-group input, .form-group textarea { width: 100%; padding: 14px 16px; color: var(--ink); border: 1px solid var(--line); border-radius: 12px; outline: none; background: var(--cream); transition: border .2s ease, box-shadow .2s ease; }
.form-group textarea { min-height: 140px; resize: vertical; }
.form-group input:focus, .form-group textarea:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(98,51,102,.1); }
.form-error { display: block; margin-top: 5px; color: var(--red); font-size: .78rem; }
.form-alert { margin-bottom: 20px; padding: 14px 16px; border-radius: 12px; font-weight: 700; }
.form-alert-success { color: var(--purple); background: rgba(98,51,102,.1); }
.form-alert-error { color: #8a2819; background: #ffe8e2; }
.form-submit-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: 4px; }
.captcha-group { flex: 1 1 auto; min-width: 0; margin-bottom: 0; }
.captcha-content { display: flex; align-items: center; gap: 10px; }
.captcha-images { flex: 0 0 auto; display: grid; grid-template-columns: repeat(3, 36px); gap: 4px; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: var(--cream); }
.captcha-images img { width: 36px; height: 44px; border-radius: 5px; }
.form-group .captcha-content input { flex: 1 1 145px; min-width: 110px; max-width: 180px; height: 56px; font-size: 1rem; letter-spacing: .18em; }
.captcha-help { display: block; margin-top: 5px; color: var(--muted); font-size: .7rem; }
.form-submit-button { flex: 0 0 auto; min-height: 56px; margin-bottom: 16px; white-space: nowrap; }

.site-footer { padding: 72px 0 24px; color: var(--white); background: var(--purple-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 80px; }
.footer-brand img { width: 230px; height: auto; margin-bottom: 22px; }
.footer-brand p { max-width: 410px; color: rgba(255,255,255,.62); }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-nav strong { margin-bottom: 10px; color: var(--orange); font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-nav a { color: rgba(255,255,255,.68); font-size: .88rem; }
.footer-nav a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.45); font-size: .77rem; }
.footer-bottom p { margin: 0; }

.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
    .main-nav { gap: 18px; }
    .main-nav a { font-size: .76rem; }
    .hero-grid, .about-grid, .contents-grid, .observatory-grid, .conecta-grid, .contact-grid { gap: 50px; }
    .story-grid, .participate-grid { grid-template-columns: 1fr; }
    .story-card, .participate-card { min-height: auto; }
    .topic { width: 190px; }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 76px; }
    .container { width: min(100% - 32px, 680px); }
    .header-inner { min-height: 76px; }
    .brand, .brand img { width: 150px; }
    .menu-toggle { display: block; }
    .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
    .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .main-nav { position: fixed; inset: 76px 0 auto; max-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; overflow: hidden; background: var(--paper); box-shadow: 0 20px 30px rgba(40,21,47,.12); transition: max-height .3s ease; }
    .main-nav.is-open { max-height: calc(100vh - 76px); padding: 14px 16px 24px; }
    .main-nav a { padding: 13px 16px; font-size: .92rem; }
    .main-nav .nav-cta { margin-top: 6px; text-align: center; }
    .hero-grid, .about-grid, .contents-grid, .observatory-grid, .conecta-grid, .contact-grid { grid-template-columns: 1fr; }
    .hero-grid { padding-top: 66px; }
    .hero-art { min-height: 560px; }
    .manifesto-grid { grid-template-columns: 1fr; gap: 20px; }
    .section { padding: 84px 0; }
    .about-symbol { max-width: 480px; margin-inline: auto; }
    .topic-wheel { max-width: 540px; min-height: 0; margin-inline: auto; }
    .observatory-art { max-width: 480px; margin-inline: auto; }
    .connection-map { min-height: 0; }
    .contact-copy img { width: 360px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
    .contact-form-card { padding: 28px 22px; }
    .form-row { grid-template-columns: minmax(0, 1fr); gap: 0; }
    .form-submit-row { align-items: stretch; flex-direction: column; gap: 14px; }
    .captcha-group { order: 1; }
    .form-submit-button { order: 2; width: 100%; min-height: 52px; margin-bottom: 0; }
    .captcha-content { width: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 8px; }
    .captcha-images { grid-template-columns: repeat(3, 32px); gap: 3px; padding: 4px; }
    .captcha-images img { width: 32px; height: 40px; }
    .form-group .captcha-content input { width: 100%; min-width: 0; max-width: none; height: 50px; }
}

@media (max-width: 560px) {
    .container { width: min(calc(100% - 20px), 480px); }
    h1 { font-size: clamp(2.35rem, 11.5vw, 3.2rem); }
    h2 { font-size: clamp(2.3rem, 11vw, 3.5rem); }
    .hero-grid { min-height: auto; gap: 32px; }
    .hero-art { min-height: 470px; }
    .hero-illustration { height: 440px; }
    .hero-note { right: 2px; }
    .about-symbol span { right: 8px; }
    .manifesto-grid { padding-block: 32px; }
    .voyage-track { height: 120px; margin-top: -22px; }
    .voyage-wave { inset: 0 auto 0 -20%; width: 140%; }
    .voyage-boat-route { left: 22%; bottom: 20px; width: 72px; }
    .voyage-boat-route img { min-width: 72px; }
    .js .voyage-track.is-motion-driven .voyage-boat-route { animation-duration: 18s; }
    .story-grid { margin-top: 58px; }
    .story-card, .participate-card { padding: 30px 24px; border-radius: 22px; }
    .contact-form-card { padding: 24px 16px; border-radius: 20px; }
    .topic-wheel { min-height: 0; gap: 66px; transform: none; }
    .topic { width: 100%; max-width: 150px; padding: 20px; font-size: .84rem; }
    .flow-arrow { width: 48px; }
    .flow-arrow img { width: 40px; height: 39px; }
    .edition-label { top: -12px; left: 0; }
    .connection-map { width: min(280px, calc(100% - 80px)); margin-block: 96px; border-width: 4px; }
    .connection-map::before { height: 4px; background: repeating-linear-gradient(90deg, rgba(98,51,102,.4) 0 9px, transparent 9px 17px); }
    .connection-map::after { width: 4px; background: repeating-linear-gradient(180deg, rgba(98,51,102,.4) 0 9px, transparent 9px 17px); }
    .connection-center, .connection { min-height: 32px; padding: 3px; font-size: .95rem; letter-spacing: .02em; }
    .connection { width: 80px; }
    .connection-b, .connection-d { width: max-content; }
    .connection-center { width: 110px; min-height: 40px; }
    .connection-center::before, .connection::before { height: 20px; }
    .connection-a::before { width: 42px; }
    .connection-b::before { width: 55px; }
    .connection-c::before { width: 45px; }
    .connection-d::before { width: 68px; }
    .connection-center::before { width: 58px; height: 24px; }
    .connection-center span { font-size: 1.25rem; letter-spacing: .055em; }
    .connection-d { font-size: .95rem; letter-spacing: 0; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 360px) {
    .contact-form-card { padding-inline: 12px; }
    .captcha-images { grid-template-columns: repeat(3, 28px); }
    .captcha-images img { width: 28px; height: 36px; }
    .form-group .captcha-content input { height: 46px; padding-inline: 10px; font-size: .9rem; letter-spacing: .1em; }
}

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