:root {
  --navy: #102a43;
  --navy-deep: #081a2b;
  --blue: #2f5d7c;
  --cream: #fff8ec;
  --paper: #fffdf9;
  --amber: #f2a93b;
  --amber-light: #ffd98a;
  --coral: #e96b50;
  --ink: #172b3a;
  --muted: #607281;
  --line: rgba(16, 42, 67, .14);
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(8, 26, 43, .12);
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.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; left: 16px; top: -60px; z-index: 100; background: var(--white); color: var(--navy); padding: 10px 16px; border-radius: 8px; font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; color: var(--white); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(8, 26, 43, .95); box-shadow: 0 8px 30px rgba(0,0,0,.12); backdrop-filter: blur(16px); }
.nav-shell { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; font-size: 1.2rem; letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--amber); }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; background: var(--amber); color: var(--navy); border-radius: 12px 12px 12px 4px; font-size: 1.1rem; }
.site-nav { display: flex; align-items: center; gap: 30px; }
.site-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .94rem; font-weight: 600; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.28); border-radius: 12px; background: transparent; padding: 11px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--white); border-radius: 3px; }

.hero { min-height: 760px; height: 96vh; max-height: 920px; position: relative; display: grid; align-items: end; overflow: hidden; background: var(--navy-deep); color: var(--white); }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("../assets/auraladra-canil-hero.webp") center center / cover no-repeat; transform: scale(1.01); }
.hero-shade { background: linear-gradient(90deg, rgba(8,26,43,.96) 0%, rgba(8,26,43,.82) 38%, rgba(8,26,43,.12) 72%), linear-gradient(0deg, rgba(8,26,43,.8), transparent 44%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 70px; align-items: end; padding-bottom: 76px; }
.hero-copy { max-width: 720px; }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; font-weight: 700; font-size: .77rem; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--amber-light); margin: 0 0 18px; }
.pulse { width: 9px; height: 9px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 6px rgba(242,169,59,.16); }
.hero h1, h2 { font-family: "Fraunces", serif; letter-spacing: -.045em; line-height: 1.02; }
.hero h1 { font-size: clamp(3.4rem, 7.4vw, 6.6rem); margin: 0; max-width: 820px; }
.hero h1 em { color: var(--amber); font-style: normal; }
.hero-lead { max-width: 640px; color: rgba(255,255,255,.78); font-size: clamp(1.08rem, 1.8vw, 1.28rem); line-height: 1.65; margin: 24px 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 22px; border-radius: 14px; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--navy-deep); }
.button-primary:hover { background: #ffc35e; }
.button-ghost { border: 1px solid rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.06); }
.button-ghost:hover { background: rgba(255,255,255,.13); }
.hero-note { padding: 24px; border-radius: 20px; border: 1px solid rgba(255,255,255,.22); background: rgba(8,26,43,.65); backdrop-filter: blur(14px); display: grid; gap: 4px; box-shadow: var(--shadow); }
.note-label { color: var(--amber-light); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 700; margin-bottom: 10px; }
.hero-note strong { font-family: "Fraunces", serif; font-size: 1.28rem; }
.hero-note > span:not(.note-label):not(.system-status) { color: rgba(255,255,255,.65); font-size: .9rem; }
.system-status { margin-top: 18px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.72); font-size: .79rem; display: flex; gap: 8px; align-items: center; }
.system-status i { width: 8px; height: 8px; border-radius: 50%; background: #aab6bf; }
.system-status.is-online i { background: #70d69b; box-shadow: 0 0 0 4px rgba(112,214,155,.14); }

.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: end; }
.section-heading h2, .pilot h2, .network h2, .principles h2, .closing h2 { margin: 6px 0 0; font-size: clamp(2.3rem, 4.5vw, 4.2rem); color: var(--navy); }
.section-heading > p, .pilot-intro > p:last-child, .network-grid > div > p:last-child { color: var(--muted); margin: 0; font-size: 1.08rem; }
.kicker { color: var(--coral); margin: 0 0 10px; }

.quick-actions { background: var(--cream); }
.action-layout { display: grid; grid-template-columns: 390px 1fr; gap: 22px; }
.action-tabs { display: grid; gap: 10px; }
.action-tab { width: 100%; padding: 21px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.66); color: var(--ink); display: grid; grid-template-columns: 46px 1fr; text-align: left; gap: 15px; cursor: pointer; transition: border .2s, transform .2s, background .2s; }
.action-tab:hover { transform: translateX(4px); border-color: rgba(16,42,67,.28); }
.action-tab.is-active { background: var(--white); border-color: var(--amber); box-shadow: 0 14px 34px rgba(16,42,67,.08); }
.action-icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--navy); color: var(--amber); font-weight: 800; font-size: 1.2rem; }
.action-tab strong, .action-tab small { display: block; }
.action-tab strong { font-size: 1rem; margin: 1px 0 3px; }
.action-tab small { color: var(--muted); font-size: .82rem; }
.action-panel { min-height: 360px; border-radius: var(--radius); background: var(--navy); color: var(--white); padding: 40px; display: grid; grid-template-columns: 90px 1fr; gap: 24px; box-shadow: var(--shadow); }
.panel-number { margin: 0; font: 700 4.6rem/1 "Fraunces", serif; color: rgba(255,255,255,.12); }
.action-panel h3 { font: 650 clamp(1.65rem, 3vw, 2.45rem)/1.16 "Fraunces", serif; margin: 6px 0 24px; max-width: 600px; }
.action-panel ol { padding: 0; margin: 0; list-style: none; counter-reset: steps; display: grid; gap: 13px; }
.action-panel li { counter-increment: steps; display: grid; grid-template-columns: 28px 1fr; gap: 10px; color: rgba(255,255,255,.82); }
.action-panel li::before { content: counter(steps); width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; font-size: .72rem; color: var(--amber-light); }
.panel-disclaimer { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.55); font-size: .82rem; }

.reports { background: var(--paper); }
.report-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 24px; align-items: start; }
.report-side { display: grid; gap: 24px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 50px rgba(8,26,43,.07); }
.report-form, .account-card, .my-reports, .moderator-panel { padding: 32px; }
.card-heading, .list-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 26px; }
.card-heading { justify-content: flex-start; }
.card-heading.compact { margin-bottom: 18px; }
.card-heading h3, .list-heading h3 { margin: 0; color: var(--navy); font: 650 1.65rem/1.15 "Fraunces", serif; }
.card-heading .kicker, .list-heading .kicker { margin-bottom: 4px; }
.card-mark { flex: 0 0 auto; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--navy); color: var(--amber); font-size: 1.2rem; font-weight: 800; }
.field { display: grid; gap: 8px; margin-bottom: 20px; color: var(--navy); font-weight: 700; font-size: .9rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(16,42,67,.22); border-radius: 12px; background: var(--paper); color: var(--ink); padding: 13px 14px; font: inherit; font-weight: 500; line-height: 1.45; transition: border-color .2s, box-shadow .2s, background .2s; }
.field textarea { resize: vertical; min-height: 126px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 0; border-color: var(--amber); background: var(--white); box-shadow: 0 0 0 4px rgba(242,169,59,.16); }
.field small { color: var(--muted); font-weight: 500; text-align: right; }
.trap-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.privacy-note { display: grid; grid-template-columns: 28px 1fr; gap: 10px; padding: 16px; margin: 4px 0 22px; border-radius: 14px; background: var(--cream); color: var(--muted); font-size: .87rem; }
.privacy-note > span { color: var(--coral); font-weight: 800; }
.privacy-note p, .card-copy { margin: 0; }
.privacy-note strong { color: var(--navy); }
.form-submit { border: 0; cursor: pointer; width: 100%; }
.button:disabled { opacity: .58; cursor: wait; transform: none; }
.form-message { min-height: 1.35em; margin: 14px 0 0; color: var(--muted); font-size: .88rem; font-weight: 600; }
.form-message.is-success { color: #22734a; }
.form-message.is-error { color: #ad3d2d; }
.emergency-note { margin: 18px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.card-copy { color: var(--muted); font-size: .93rem; }
.magic-form { margin-top: 20px; }
.magic-form .button { width: 100%; border: 0; cursor: pointer; }
.session-panel { padding: 16px; border-radius: 14px; background: var(--cream); }
.session-panel p { margin: 0 0 8px; color: var(--muted); overflow-wrap: anywhere; }
.session-panel strong { color: var(--navy); }
.text-button { border: 0; background: none; color: var(--coral); padding: 0; font: inherit; font-weight: 700; cursor: pointer; text-decoration: underline; text-underline-offset: 3px; }
.count-badge { min-width: 34px; height: 34px; padding: 0 10px; display: grid; place-items: center; border-radius: 999px; background: var(--navy); color: var(--white); font-weight: 800; font-size: .8rem; }
.report-list { display: grid; gap: 12px; }
.report-item { padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.report-item-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.report-category { color: var(--navy); font-weight: 800; text-transform: capitalize; }
.status-badge { display: inline-flex; align-items: center; padding: 5px 9px; border-radius: 999px; background: #e8edf1; color: var(--navy); font-size: .68rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.status-badge[data-status="verificado"] { background: #dff4e8; color: #216644; }
.status-badge[data-status="cerrado"] { background: #dfeaf4; color: #315f7e; }
.status-badge[data-status="rechazado"] { background: #f8e2dc; color: #9f3d2c; }
.report-description { margin: 0 0 12px; color: var(--ink); white-space: pre-wrap; overflow-wrap: anywhere; }
.report-meta { margin: 0; color: var(--muted); font-size: .78rem; }
.empty-state { margin: 0; padding: 22px; border: 1px dashed rgba(16,42,67,.24); border-radius: 15px; color: var(--muted); text-align: center; }
.public-reports { margin-top: 70px; }
.public-heading { align-items: end; }
.public-heading > p { max-width: 480px; margin: 0; color: var(--muted); }
.public-list { grid-template-columns: repeat(3, 1fr); }
.moderator-panel { margin-top: 24px; border-color: rgba(242,169,59,.55); }
.moderation-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.moderation-actions button { border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--navy); padding: 7px 10px; font: inherit; font-size: .75rem; font-weight: 800; cursor: pointer; }
.moderation-actions button:hover, .moderation-actions button:focus-visible { border-color: var(--amber); background: var(--cream); }

.map-section { background: #eef4f7; }
.map-summary { margin: -24px 0 16px; color: var(--muted); font-size: .9rem; font-weight: 750; }
.map-filters { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 24px; }
.map-filter { border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy); padding: 9px 14px; font-weight: 700; font-size: .82rem; cursor: pointer; }
.map-filter:hover, .map-filter:focus-visible, .map-filter.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.map-layout { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .55fr); min-height: 590px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.community-map { min-height: 590px; z-index: 1; background: #dce7ec; }
.place-list { max-height: 590px; overflow-y: auto; padding: 18px; display: grid; align-content: start; gap: 10px; border-left: 1px solid var(--line); }
.place-card { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); cursor: pointer; transition: border-color .2s, transform .2s; }
.place-card:hover, .place-card:focus-visible { border-color: var(--amber); transform: translateY(-2px); outline: none; }
.place-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.place-card h3 { margin: 0; color: var(--navy); font-size: 1rem; }
.place-card p { margin: 7px 0 0; color: var(--muted); font-size: .84rem; line-height: 1.48; }
.place-details { display: grid; gap: 5px; margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); }
.place-details p { margin: 0; }
.place-link, .place-source { color: var(--navy); font-size: .81rem; font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.place-source { color: var(--muted); font-weight: 650; }
.place-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.place-tag { display: inline-flex; align-items: center; min-height: 25px; border-radius: 999px; padding: 3px 9px; background: #e7eef2; color: var(--navy); font-size: .66rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.place-tag.is-emergency { background: #fee0da; color: #9d2f20; }
.place-tag.is-verified { background: #dff4e8; color: #216644; }
.map-pin { width: 36px; height: 36px; display: grid; place-items: center; border: 3px solid var(--white); border-radius: 50% 50% 50% 12px; background: var(--navy); color: var(--amber); box-shadow: 0 7px 16px rgba(8,26,43,.26); transform: rotate(-45deg); font-size: 1rem; }
.map-pin span { transform: rotate(45deg); }
.leaflet-popup-content-wrapper { border-radius: 14px; color: var(--ink); }
.leaflet-popup-content strong { display: block; color: var(--navy); font-size: .95rem; }
.leaflet-popup-content small { color: var(--muted); }
.moderator-place { margin-top: 24px; padding: 32px; border-color: rgba(242,169,59,.55); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; margin-top: 24px; }
.field-wide { grid-column: 1 / -1; }
.check-field { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 20px; color: var(--muted); font-size: .88rem; font-weight: 600; }
.check-field input { width: 18px; height: 18px; accent-color: var(--navy); flex: 0 0 auto; margin-top: 2px; }

.animal-network { background: var(--cream); }
.animal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.animal-card { min-height: 270px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 20px; background: var(--white); box-shadow: 0 15px 42px rgba(8,26,43,.07); }
.animal-avatar { width: 66px; height: 66px; display: grid; place-items: center; border-radius: 22px 22px 22px 7px; background: var(--navy); color: var(--amber); font: 700 1.6rem "Fraunces", serif; margin-bottom: 24px; }
.animal-card h3 { margin: 0; color: var(--navy); font: 650 1.6rem "Fraunces", serif; }
.animal-card > p { color: var(--muted); margin: 8px 0 18px; font-size: .9rem; }
.animal-meta { margin-top: auto; display: flex; flex-wrap: wrap; gap: 7px; }
.animal-meta span { padding: 5px 9px; border-radius: 999px; background: var(--cream); color: var(--navy); font-size: .69rem; font-weight: 800; text-transform: capitalize; }
.animal-links { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: .76rem; }
.network-access { margin-top: 26px; padding: 28px 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.network-access h3 { margin: 0 0 5px; color: var(--navy); font: 650 1.55rem "Fraunces", serif; }
.network-access p:not(.kicker) { margin: 0; color: var(--muted); }
.creator-workspace { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 26px; }
.network-form { padding: 28px; }
.network-form .button { width: 100%; border: 0; cursor: pointer; }
.moderator-network { padding: 32px; margin-top: 24px; border-color: rgba(242,169,59,.55); }
.moderation-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.moderation-item { padding: 17px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); }
.moderation-item strong { display: block; color: var(--navy); }
.moderation-item p { margin: 5px 0; color: var(--muted); font-size: .82rem; }

.pilot { background: var(--white); }
.pilot-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 50px 90px; }
.pilot-intro { max-width: 620px; }
.pilot-intro h2 { font-size: clamp(2.5rem, 4.5vw, 4.35rem); margin-bottom: 26px; }
.pilot-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; align-self: end; }
.pilot-stats div { min-height: 155px; border-radius: 18px; padding: 22px 16px; background: var(--cream); border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: flex-end; }
.pilot-stats strong { font: 700 2.7rem/1 "Fraunces", serif; color: var(--coral); }
.pilot-stats span { font-size: .78rem; color: var(--muted); margin-top: 8px; }
.pilot-list { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.pilot-list article { padding: 34px 32px 0 0; display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.pilot-list article + article { border-left: 1px solid var(--line); padding-left: 32px; }
.pilot-list article > span { color: var(--coral); font-weight: 700; font-size: .78rem; }
.pilot-list h3 { margin: 0 0 8px; font: 650 1.45rem "Fraunces", serif; color: var(--navy); }
.pilot-list p { color: var(--muted); margin: 0; font-size: .95rem; }

.how { background: var(--navy-deep); color: var(--white); }
.center-heading { text-align: center; max-width: 760px; margin: 0 auto 58px; }
.center-heading h2 { color: var(--white); }
.center-heading > p:last-child { margin-top: 18px; color: rgba(255,255,255,.62); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.steps-grid article { border: 1px solid rgba(255,255,255,.12); border-radius: 20px; padding: 30px; background: rgba(255,255,255,.04); }
.step-mark { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--amber); color: var(--navy-deep); font-weight: 800; margin-bottom: 36px; }
.steps-grid h3 { font: 650 1.45rem "Fraunces", serif; margin: 0 0 10px; }
.steps-grid p { color: rgba(255,255,255,.62); margin: 0; font-size: .94rem; }
.build-note { max-width: 700px; margin: 28px auto 0; padding: 20px 24px; background: rgba(242,169,59,.1); border: 1px solid rgba(242,169,59,.35); border-radius: 18px; display: grid; grid-template-columns: 34px 1fr; gap: 12px; }
.build-note > span { color: var(--amber); font-size: 1.4rem; }
.build-note strong { color: var(--amber-light); }
.build-note p { margin: 2px 0 0; color: rgba(255,255,255,.6); font-size: .88rem; }

.network { background: var(--cream); }
.network-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.network-grid h2 { font-size: clamp(2.4rem, 4vw, 3.8rem); margin-bottom: 24px; }
.network-cards { display: grid; gap: 12px; }
.network-cards article { position: relative; padding: 28px 118px 28px 82px; min-height: 130px; background: var(--white); border: 1px solid var(--line); border-radius: 18px; }
.network-cards article > span { position: absolute; left: 26px; top: 28px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; background: var(--navy); color: var(--amber); font-size: 1.15rem; }
.network-cards h3 { margin: 0 0 4px; color: var(--navy); font-size: 1.08rem; }
.network-cards p { margin: 0; color: var(--muted); font-size: .9rem; }
.network-cards small { position: absolute; right: 22px; top: 28px; color: var(--coral); text-transform: uppercase; letter-spacing: .08em; font-size: .62rem; font-weight: 800; }

.principles { background: var(--white); }
.principles-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.principles-title { position: sticky; top: 120px; align-self: start; }
.principles-title h2 { font-size: clamp(2.4rem, 4vw, 3.9rem); }
.principle-list { border-top: 1px solid var(--line); }
.principle-list article { padding: 28px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 50px 1fr; gap: 18px; }
.principle-list article > span { color: var(--coral); font-weight: 800; font-size: .77rem; }
.principle-list h3 { margin: 0 0 4px; color: var(--navy); font: 650 1.28rem "Fraunces", serif; }
.principle-list p { margin: 0; color: var(--muted); }

.closing { padding: 70px 0; background: var(--amber); color: var(--navy-deep); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.closing .kicker { color: var(--navy); opacity: .7; }
.closing h2 { margin: 0; font-size: clamp(2.4rem, 4.6vw, 4.5rem); color: var(--navy-deep); }
.button-dark { background: var(--navy-deep); color: var(--white); flex: 0 0 auto; }
.button-dark:hover { background: var(--navy); }

.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.6); padding: 36px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: .82rem; }
.footer-inner p { margin: 0; }
.footer-brand { color: var(--white); }
.footer-brand .brand-mark { width: 32px; height: 32px; border-radius: 10px 10px 10px 3px; font-size: .9rem; }

@media (max-width: 900px) {
  .site-nav { position: fixed; inset: 78px 0 auto; padding: 28px 20px 34px; background: var(--navy-deep); display: grid; gap: 6px; transform: translateY(-130%); opacity: 0; transition: transform .25s, opacity .25s; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; }
  .site-nav a { padding: 12px 0; font-size: 1.05rem; border-bottom: 1px solid rgba(255,255,255,.1); }
  .menu-button { display: block; }
  .hero { height: auto; min-height: 820px; }
  .hero-content { grid-template-columns: 1fr; gap: 34px; padding-top: 160px; }
  .hero h1 { font-size: clamp(3.3rem, 11vw, 5.5rem); }
  .hero-note { max-width: 360px; }
  .split-heading, .pilot-grid, .network-grid, .principles-grid { grid-template-columns: 1fr; gap: 45px; }
  .report-grid { grid-template-columns: 1fr; }
  .map-layout { grid-template-columns: 1fr; }
  .community-map { min-height: 480px; }
  .place-list { max-height: none; border-left: 0; border-top: 1px solid var(--line); }
  .animal-grid { grid-template-columns: 1fr 1fr; }
  .creator-workspace { grid-template-columns: 1fr; }
  .public-list { grid-template-columns: 1fr 1fr; }
  .action-layout { grid-template-columns: 1fr; }
  .action-tabs { grid-template-columns: repeat(3, 1fr); }
  .action-tab { grid-template-columns: 1fr; }
  .action-icon { width: 40px; height: 40px; }
  .pilot-list { grid-template-columns: 1fr; }
  .pilot-list article, .pilot-list article + article { border-left: 0; border-bottom: 1px solid var(--line); padding: 28px 0; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-mark { margin-bottom: 20px; }
  .principles-title { position: static; }
}

@media (max-width: 640px) {
  :root { --shell: min(100% - 28px, 1180px); --radius: 20px; }
  .section { padding: 78px 0; }
  .hero { min-height: 780px; }
  .hero-image { background-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(8,26,43,.94), rgba(8,26,43,.58)), linear-gradient(0deg, rgba(8,26,43,.92), transparent 55%); }
  .hero-content { padding-top: 135px; padding-bottom: 38px; }
  .hero h1 { font-size: clamp(3rem, 14vw, 4.3rem); }
  .hero-lead { font-size: 1rem; margin-top: 18px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-note { padding: 20px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .pilot h2, .network h2, .principles h2 { font-size: 2.55rem; }
  .split-heading { gap: 20px; }
  .action-tabs { grid-template-columns: 1fr; }
  .action-tab { grid-template-columns: 42px 1fr; padding: 16px; }
  .action-panel { padding: 27px 22px; grid-template-columns: 1fr; gap: 4px; }
  .report-form, .account-card, .my-reports, .moderator-panel { padding: 22px; }
  .moderator-place, .moderator-network { padding: 22px; }
  .map-filters { margin-top: -8px; }
  .community-map { min-height: 410px; }
  .form-grid, .animal-grid, .moderation-columns { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .network-access { align-items: flex-start; flex-direction: column; }
  .public-reports { margin-top: 52px; }
  .public-heading { align-items: flex-start; flex-direction: column; }
  .public-list { grid-template-columns: 1fr; }
  .panel-number { font-size: 2.5rem; }
  .pilot-stats { grid-template-columns: 1fr 1fr; }
  .pilot-stats div:last-child { grid-column: 1 / -1; min-height: 110px; }
  .network-cards article { padding: 74px 22px 22px; }
  .network-cards article > span { top: 22px; left: 22px; }
  .network-cards small { top: 31px; }
  .closing-inner, .footer-inner { flex-direction: column; align-items: flex-start; }
  .closing h2 { font-size: 2.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
