:root {
  --ink: #17212b;
  --muted: #5f6c78;
  --paper: #f8f3f6;
  --cream: #ffffff;
  --line: #ead7e0;
  --sea: #25364a;
  --teal: #1f6f73;
  --coral: #d41367;
  --cranberry: #d41367;
  --cranberry-dark: #8f0d45;
  --cranberry-soft: #fbe8f1;
  --gold: #c99a2e;
  --leaf: #316a5f;
  --navy: #10243a;
  --red: #d41367;
  --shadow: 0 24px 70px rgba(16, 36, 58, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 16% 0%, rgba(212, 19, 103, 0.08), transparent 34%),
    radial-gradient(circle at 86% 12%, rgba(201, 154, 46, 0.1), transparent 28%),
    linear-gradient(180deg, #fffafc, #f8f3f6 48%, #ffffff);
  color: var(--ink);
  font-family:
    "Segoe UI", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.55;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  border-bottom: 1px solid rgba(8, 27, 47, 0.14);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: clamp(220px, 28vw, 340px);
  max-height: 92px;
  height: auto;
  object-fit: contain;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.footer-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(212, 19, 103, 0.34);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, #f7d7e5);
  box-shadow: 0 8px 22px rgba(8, 27, 47, 0.16);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
  display: block;
}

.logo-body,
.logo-head {
  fill: var(--navy);
}

.logo-wing {
  fill: var(--cranberry);
}

.logo-eye {
  fill: #ffffff;
}

.logo-beak {
  fill: var(--gold);
}

.logo-heart {
  fill: var(--coral);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  color: var(--muted);
  font-size: 0.78rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.nav a {
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
  text-decoration: none;
}

.nav a:hover {
  background: rgba(212, 19, 103, 0.08);
  color: var(--sea);
}

.nav-button {
  padding: 8px 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(212, 19, 103, 0.08);
  color: var(--sea);
  font: inherit;
  font-size: 0.94rem;
  font-weight: 800;
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: clamp(620px, 86vh, 820px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  filter: saturate(0.9) contrast(0.96) brightness(0.72);
  transform: scale(1.32);
  transform-origin: left center;
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(13, 39, 66, 0.92), rgba(13, 39, 66, 0.56) 58%, rgba(13, 39, 66, 0.18)),
    linear-gradient(0deg, rgba(247, 250, 252, 0.96), rgba(247, 250, 252, 0) 34%);
}


.hero-content {
  width: min(760px, calc(100% - 36px));
  margin: 0 0 clamp(70px, 12vh, 120px) clamp(18px, 6vw, 84px);
  color: white;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #f8c7dc;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.96;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero-content h1 {
  max-width: 760px;
  font-size: clamp(2.7rem, 6.2vw, 5.8rem);
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

h3 {
  margin: 0;
  font-size: 1.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.hero-content p:not(.eyebrow) {
  max-width: 660px;
  margin: 22px 0 0;
  font-size: clamp(1.04rem, 2vw, 1.28rem);
}

.hero-actions,
.duck-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  border-color: rgba(212, 19, 103, 0.38);
  background: linear-gradient(180deg, var(--cranberry), var(--cranberry-dark));
  color: #fffdf6;
  box-shadow: 0 12px 28px rgba(212, 19, 103, 0.22);
}

.button.secondary {
  border-color: rgba(251, 232, 241, 0.88);
  color: #fff7fb;
  background: rgba(16, 36, 58, 0.22);
}

.button.secondary-dark {
  border-color: var(--line);
  background: white;
  color: var(--ink);
}

.button.danger {
  border-color: #b8422e;
  background: white;
  color: #b8422e;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(8, 27, 47, 0.9);
}

.intro-band > div {
  min-height: 180px;
  padding: clamp(22px, 4vw, 44px);
  background: linear-gradient(180deg, #ffffff, var(--paper));
}

.step {
  display: block;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
}

.intro-band strong {
  font-size: 1.2rem;
}

.section {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 110px) 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-heading p:not(.eyebrow),
.report-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.seo-section {
  padding-bottom: clamp(34px, 6vw, 72px);
}
.idea-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
  margin-bottom: 32px;
}

.idea-layout .section-heading {
  margin-bottom: 0;
}

.idea-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(16, 36, 58, 0.1);
}

.idea-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.story-strip {
  display: block;
  width: min(640px, 100%);
  height: auto;
  margin: 26px auto 0;
}

.seo-copy {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.seo-copy article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(8, 27, 47, 0.08);
}

.seo-copy h3,
.seo-copy p {
  margin: 0;
}

.seo-copy p {
  margin-top: 10px;
  color: var(--muted);
}

.label-section {
  padding-top: clamp(34px, 6vw, 72px);
}

.label-preview {
  display: grid;
  gap: 12px;
  padding: 24px;
  position: relative;
  border: 1px solid rgba(212, 19, 103, 0.24);
  border-radius: 6px;
  background:
    linear-gradient(180deg, #ffffff, var(--cream)),
    repeating-linear-gradient(0deg, transparent 0 22px, rgba(13, 39, 66, 0.06) 23px);
  box-shadow: 0 20px 44px rgba(8, 27, 47, 0.14);
}

.label-preview strong {
  font-size: 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.label-preview p {
  margin: 0;
  color: var(--muted);
}

.label-preview span {
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 750;
  text-transform: uppercase;
}

.passport-flag {
  width: 42px;
  height: 28px;
  border-radius: 3px 3px 3px 0;
  background: var(--coral);
  box-shadow: -6px 0 0 var(--gold);
}
.nfc-preview {
  position: relative;
  min-height: 300px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(212, 19, 103, 0.24);
  border-radius: 8px;
  background:
    radial-gradient(circle at 28% 28%, rgba(212, 19, 103, 0.14), transparent 28%),
    linear-gradient(145deg, #ffffff, #fbe8f1);
  box-shadow: 0 20px 44px rgba(13, 39, 66, 0.12);
}

.nfc-ducky-tag {
  position: absolute;
  top: 34px;
  left: 30px;
  width: 132px;
  height: 168px;
  border: 1px solid rgba(212, 19, 103, 0.4);
  border-radius: 22px;
  background: linear-gradient(160deg, var(--cranberry), #ffe7f1);
  box-shadow: 0 18px 34px rgba(13, 39, 66, 0.18);
  transform: rotate(-7deg);
}

.tag-hole {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(143, 13, 69, 0.32);
  border-radius: 50%;
  background: #fff7fb;
  transform: translateX(-50%);
}

.tag-duck {
  position: absolute;
  left: 30px;
  bottom: 36px;
  width: 72px;
  height: 48px;
  border-radius: 55% 48% 45% 45%;
  background: var(--navy);
}

.tag-duck::before {
  position: absolute;
  top: -28px;
  left: 34px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  content: "";
}

.tag-duck::after {
  position: absolute;
  top: -16px;
  right: -22px;
  width: 26px;
  height: 14px;
  border-radius: 999px 999px 999px 2px;
  background: var(--gold);
  content: "";
}

.nfc-waves {
  position: absolute;
  right: 18px;
  bottom: 22px;
  width: 28px;
  height: 28px;
  border: 3px solid transparent;
  border-right-color: var(--cranberry);
  border-radius: 50%;
  opacity: 0.78;
}

.nfc-waves::before,
.nfc-waves::after {
  position: absolute;
  inset: -9px;
  border: 3px solid transparent;
  border-right-color: var(--cranberry);
  border-radius: 50%;
  content: "";
}

.nfc-waves::after {
  inset: -18px;
  opacity: 0.45;
}

.nfc-phone {
  position: absolute;
  top: 48px;
  right: 34px;
  width: 110px;
  height: 190px;
  border: 7px solid var(--navy);
  border-radius: 24px;
  background: linear-gradient(180deg, #fffafd, #f1dfe8);
  box-shadow: 0 18px 38px rgba(13, 39, 66, 0.18);
  transform: rotate(7deg);
}

.nfc-phone span {
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 32px;
  height: 4px;
  border-radius: 999px;
  background: rgba(13, 39, 66, 0.28);
  transform: translateX(-50%);
}

.nfc-preview-copy {
  position: relative;
  z-index: 1;
  max-width: 360px;
  margin-top: 178px;
}

.nfc-preview-copy strong {
  font-size: 1.35rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.nfc-preview-copy p {
  margin: 10px 0 0;
  color: var(--muted);
}

.nfc-preview-copy span {
  display: block;
  margin-top: 14px;
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 850;
  text-transform: uppercase;
}

.duck-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.duck-card {
  position: relative;
  display: grid;
  min-height: 520px;
  padding: 24px;
  border: 1px solid var(--line);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, #ffffff, var(--paper));
  box-shadow: 0 18px 44px rgba(8, 27, 47, 0.09);
}

.duck-card::before {
  position: absolute;
  top: 18px;
  right: 18px;
  content: attr(data-stamp);
  padding: 8px 10px;
  border: 1px solid var(--gold);
  border-radius: 4px;
  color: var(--sea);
  font-size: 0.74rem;
  font-weight: 750;
  transform: rotate(0deg);
}

.duck-portrait {
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(212, 19, 103, 0.22);
  border-radius: 50%;
  background: linear-gradient(145deg, #ffffff, var(--cranberry-soft));
  color: var(--navy);
  font-size: 2.55rem;
  box-shadow: 0 16px 34px rgba(8, 27, 47, 0.14);
}

.duck-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 18px;
}

.pill {
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(16, 36, 58, 0.07);
  color: var(--sea);
  font-size: 0.78rem;
  font-weight: 700;
}

.duck-story {
  color: var(--muted);
}

.duck-prompt {
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  background: rgba(212, 19, 103, 0.08);
  color: var(--ink);
}

.last-seen {
  align-self: end;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px dashed var(--line);
  font-weight: 800;
}
.duck-heading-row {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.duck-heading-row > div:first-child {
  max-width: 760px;
}

.carousel-actions {
  display: flex;
  gap: 10px;
  padding-bottom: 6px;
}

.icon-button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #ffffff;
  color: var(--sea);
  font-size: 1.6rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(13, 39, 66, 0.1);
}

.icon-button:hover {
  border-color: var(--coral);
  color: var(--coral);
}

.duck-carousel {
  margin: 0 calc((100vw - min(1180px, calc(100vw - 36px))) / -2);
  padding-left: calc((100vw - min(1180px, calc(100vw - 36px))) / 2);
  overflow: hidden;
}

.duck-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  padding: 0 calc((100vw - min(1180px, calc(100vw - 36px))) / 2) 12px 0;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.duck-card.diary-card {
  display: block;
  flex: 0 0 min(360px, calc(100vw - 54px));
  min-height: 0;
  padding: 0;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  scroll-snap-align: start;
}

.duck-card.diary-card::before {
  content: none;
}

.diary-image-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f1dfe8;
}

.diary-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(0.92) contrast(0.96);
  transition: transform 180ms ease;
}

.diary-card:hover .diary-image {
  transform: scale(1.035);
}

.diary-stamp {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 999px;
  background: rgba(13, 39, 66, 0.82);
  color: #ffffff;
  font-size: 0.76rem;
  font-weight: 850;
}

.diary-card-body {
  padding: 22px;
}

.diary-card-body h3 {
  font-size: 2rem;
}

.diary-card-body > p:not(.eyebrow):not(.last-seen) {
  color: var(--muted);
}

.diary-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--sea);
  font-weight: 900;
}

.diary-link::after {
  content: "?";
  margin-left: 8px;
}

.diary-body {
  background: linear-gradient(180deg, #fffafc, #f8f3f6);
}

.diary-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 80px) 0;
}

.diary-hero {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  margin-bottom: clamp(54px, 8vw, 90px);
}

.diary-hero-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f1dfe8;
  box-shadow: 0 18px 44px rgba(13, 39, 66, 0.12);
}

.diary-hero-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
}

.diary-hero-copy h1 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(3rem, 8vw, 6rem);
}

.diary-hero-copy > p:not(.eyebrow):not(.duck-prompt) {
  color: var(--muted);
  font-size: 1.12rem;
}

.diary-timeline-section {
  max-width: 900px;
}
.station-shell {
  padding-top: clamp(44px, 7vw, 76px);
}

.station-report {
  align-items: start;
}

.station-report .report-copy h1 {
  max-width: none;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: 0.98;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}
.station-intro-image {
  display: block;
  width: min(340px, 100%);
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(16, 36, 58, 0.1);
}

.locked-duck {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--cranberry-soft);
}

.locked-duck-mark {
  display: grid;
  min-width: 68px;
  height: 44px;
  place-items: center;
  border-radius: 999px;
  background: var(--accent, var(--cranberry));
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 900;
}

.locked-duck strong,
.locked-duck small {
  display: block;
}

.locked-duck small {
  color: var(--muted);
  font-weight: 750;
}

.nfc-only-note {
  margin-top: 16px;
  padding: 12px 14px;
  border-left: 3px solid var(--cranberry);
  border-radius: 8px;
  background: var(--cranberry-soft);
  color: var(--muted);
  font-weight: 750;
}

.split-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(8, 27, 47, 0.07);
}

.timeline-dot {
  width: 16px;
  height: 16px;
  margin-top: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(212, 19, 103, 0.13);
}

.timeline-item h3 {
  font-size: 1.02rem;
}

.timeline-item p {
  margin: 6px 0 0;
  color: var(--muted);
}

.timeline-photo {
  width: 100%;
  max-height: 210px;
  margin-top: 12px;
  border-radius: 8px;
  object-fit: cover;
}

.next-hint {
  padding: 10px 12px;
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  background: rgba(212, 19, 103, 0.08);
}

.report-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: start;
}

.report-form {
  display: grid;
  gap: 16px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(180deg, #ffffff, #f6f8fb);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c9d0d5;
  border-radius: 6px;
  padding: 10px 12px;
  background: white;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(212, 19, 103, 0.18);
  border-color: var(--teal);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.file-field {
  padding: 14px;
  border: 1px dashed #aeb8bf;
  border-radius: 6px;
}

.file-field span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 650;
}

.file-field input:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.consent-field {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f6f8fb;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 650;
}

.consent-field input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}

.consent-field a {
  color: var(--sea);
  font-weight: 900;
}

.rehide-field {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f6f8fb;
}

.rehide-field input {
  width: 18px;
  min-height: 18px;
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--leaf);
  font-weight: 850;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer p {
  margin: 0;
}

.admin-body {
  background: #fffafc;
}

.admin-shell {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 80px) 0;
}

.admin-hero {
  max-width: 760px;
  margin-bottom: 28px;
}

.admin-hero h1 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(2.5rem, 7vw, 5.4rem);
}

.admin-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.admin-panel {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 32px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  box-shadow: 0 10px 28px rgba(31, 47, 60, 0.08);
}

.admin-panel h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.admin-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.admin-form {
  display: grid;
  max-width: 520px;
  gap: 16px;
}

.review-list {
  display: grid;
  gap: 12px;
}

.review-list.compact .review-item {
  background: #fff7fb;
}

.review-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
}

.review-item h3,
.review-item p {
  margin: 0 0 8px;
}

.review-meta {
  color: var(--sea);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.photo-link {
  color: var(--sea);
  font-weight: 900;
}

.review-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.legal-body {
  background: #fffafc;
}

.legal-shell {
  width: min(900px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 80px) 0;
}

.legal-hero {
  margin-bottom: 24px;
}

.legal-hero h1 {
  max-width: none;
  color: var(--ink);
  font-size: clamp(2.5rem, 7vw, 5.4rem);
}

.legal-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}

.legal-panel {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: white;
  box-shadow: 0 10px 28px rgba(31, 47, 60, 0.08);
}

.legal-panel h2 {
  margin-top: 18px;
  font-size: 1.35rem;
}

.legal-panel h2:first-child {
  margin-top: 0;
}

.legal-panel p {
  margin: 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-content {
    margin-left: 18px;
  }

  .intro-band,
  .idea-layout,
  .seo-copy,
  .label-section,
  .split-section,
  .report-section,
  .review-item {
    grid-template-columns: 1fr;
  }

  .duck-card {
    min-height: auto;
  }

  .admin-panel-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .review-actions {
    justify-content: flex-start;
  }

  .duck-heading-row,
  .diary-hero {
    align-items: flex-start;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .carousel-actions {
    padding-bottom: 0;
  }
}

@media (max-width: 620px) {
  .brand-logo {
    width: min(300px, calc(100vw - 36px));
    max-height: 86px;
  }

  .hero {
    min-height: 700px;
  }

  .hero::after {
    background:
      linear-gradient(0deg, rgba(23, 33, 43, 0.82), rgba(23, 33, 43, 0.22)),
      linear-gradient(0deg, rgba(255, 253, 247, 0.84), rgba(255, 253, 247, 0) 24%);
  }

  h1 {
    max-width: 11ch;
  }

  .nav {
    justify-content: flex-start;
  }

  .form-row {
    grid-template-columns: 1fr;
  }
}


















