:root {
  --sand: #f6f1e7;
  --sand-deep: #ede2d2;
  --coral: #e18963;
  --gold: #efbc65;
  --sea: #63a8a1;
  --marine: #15384a;
  --mist: rgba(255, 250, 243, 0.72);
  --mist-strong: rgba(255, 250, 243, 0.9);
  --line: rgba(37, 58, 69, 0.14);
  --ink: #19252d;
  --muted: #4e616d;
  --ocean: #3d7288;
  --sun: #d7a362;
  --white: #fffefb;
  --shadow: 0 30px 70px rgba(26, 45, 55, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(120% 90% at 0% 0%, rgba(225, 137, 99, 0.22), transparent 56%),
    radial-gradient(120% 90% at 100% 0%, rgba(99, 168, 161, 0.2), transparent 58%),
    linear-gradient(180deg, #faf5ec 0%, #f5ecdf 48%, #efe5d8 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image: radial-gradient(rgba(21, 56, 74, 0.06) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
  opacity: 0.35;
}

a {
  color: inherit;
}

.site-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 14px auto 28px;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 780px;
  padding: 24px;
  border-radius: 34px;
  background: rgba(250, 243, 233, 0.5);
  box-shadow: var(--shadow);
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-poster,
.hero-video,
.hero-video-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-poster,
.hero-video {
  object-fit: cover;
  object-position: center center;
}

.hero-poster {
  opacity: 0.72;
  transform: scale(1.02);
}

.hero-video {
  opacity: 0;
  transition: opacity 420ms ease;
  filter: saturate(1.1) brightness(0.74) contrast(1) blur(0.6px);
}

.hero-video-overlay {
  background:
    linear-gradient(180deg, rgba(13, 28, 38, 0.72) 0%, rgba(13, 28, 38, 0.38) 34%, rgba(225, 137, 99, 0.2) 64%, rgba(250, 243, 233, 0.86) 100%),
    linear-gradient(126deg, rgba(225, 137, 99, 0.24) 0%, rgba(99, 168, 161, 0.16) 44%, rgba(21, 56, 74, 0.28) 100%);
}

.hero--video-ready .hero-video {
  opacity: 0.66;
}

.hero--video-ready .hero-poster {
  opacity: 0.26;
}

.hero--video-fallback .hero-video {
  opacity: 0;
}

.topbar,
.hero-layout {
  position: relative;
  z-index: 2;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.5);
  border: 1px solid rgba(21, 56, 74, 0.12);
  backdrop-filter: blur(10px);
}

.brand {
  text-decoration: none;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.topbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.topbar-links a {
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(25, 37, 45, 0.74);
}

.topbar-links a:hover {
  color: rgba(25, 37, 45, 1);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 20px;
  align-items: end;
}

.hero-copy,
.quiet-card,
.section {
  backdrop-filter: blur(12px);
}

.hero-copy {
  max-width: 47rem;
  padding: 8px 0 20px;
}

.eyebrow,
.section-label,
.card-label,
.quiet-label {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.69rem;
  font-weight: 700;
  color: rgba(21, 56, 74, 0.7);
}

.card-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(31, 77, 99, 0.84);
}

.card-label::before {
  content: "";
  width: 18px;
  height: 1px;
  background: rgba(223, 138, 104, 0.65);
}

.hero-copy h1,
.section-heading h2,
.rhythm-card h3,
.founder-card h3,
.social-copy h3,
.connect-section h2,
.quiet-card h2 {
  margin: 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  line-height: 0.96;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(2rem, 4.9vw, 3.45rem);
}

.subheadline {
  max-width: 34rem;
  margin: 18px 0 0;
  font-size: 0.96rem;
  line-height: 1.5;
  color: rgba(25, 37, 45, 0.9);
  font-weight: 600;
}

.lead,
.quiet-card p,
.soft-card p,
.founder-card p,
.rhythm-card h3,
.social-copy p,
.connect-section p {
  color: var(--muted);
}

.lead {
  max-width: 34rem;
  margin: 18px 0 0;
  line-height: 1.64;
  font-size: 0.96rem;
}

.core-statement,
.section-note {
  margin: 16px 0 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(21, 56, 74, 0.72);
}

.core-statement--center {
  margin-top: 8px;
}

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

.primary-button,
.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 500;
  transition: transform 180ms ease, background-color 180ms ease;
}

.primary-button {
  background: linear-gradient(135deg, #173c4f 0%, #205b74 100%);
  color: var(--white);
  border: 1px solid rgba(17, 43, 56, 0.24);
}

.secondary-button {
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(21, 56, 74, 0.16);
  color: rgba(25, 37, 45, 0.9);
}

.primary-button:hover,
.secondary-button:hover,
.social-card:hover {
  transform: translateY(-2px);
}

.highlight-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.highlight-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 253, 249, 0.72);
  border: 1px solid rgba(21, 56, 74, 0.16);
  font-size: 0.88rem;
  font-weight: 600;
  color: rgba(25, 37, 45, 0.88);
  font-family: inherit;
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.highlight-pill:hover {
  transform: translateY(-1px);
  background: rgba(255, 253, 249, 0.82);
  border-color: rgba(110, 167, 162, 0.32);
}

.highlight-pill:focus-visible,
.modal-close:focus-visible {
  outline: 2px solid rgba(109, 145, 159, 0.45);
  outline-offset: 3px;
}

.hero-aside {
  display: grid;
  gap: 14px;
}

.quiet-card {
  border-radius: 26px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(255, 252, 246, 0.86) 0%, rgba(249, 243, 234, 0.8) 100%);
  border: 1px solid rgba(21, 56, 74, 0.1);
  box-shadow: var(--shadow);
}

.quiet-card h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.1rem);
  max-width: 10ch;
}

.quiet-card p {
  margin: 16px 0 0;
  line-height: 1.68;
}

.quiet-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.quiet-card li {
  padding-top: 10px;
  border-top: 1px solid rgba(68, 78, 84, 0.08);
  color: var(--muted);
}

.content {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.section {
  border-radius: 28px;
  padding: 28px;
  background: var(--mist-strong);
  border: 1px solid rgba(21, 56, 74, 0.08);
  box-shadow: var(--shadow);
  animation: rise-in 480ms ease both;
}

.section-heading {
  max-width: 52rem;
}

.section-heading h2,
.connect-section h2 {
  max-width: 13ch;
  font-size: clamp(1.45rem, 2.9vw, 2.25rem);
  line-height: 1.02;
}

.blog-title {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.intro-grid,
.rhythm-grid,
.founder-grid,
.social-grid,
.blog-preview-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.intro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rhythm-grid,
.founder-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.principle-card {
  border-radius: 24px;
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.9) 0%, rgba(252, 247, 239, 0.78) 100%);
  border: 1px solid rgba(21, 56, 74, 0.1);
  box-shadow: 0 16px 40px rgba(18, 35, 44, 0.08);
}

.principle-card p:last-child {
  margin: 8px 0 0;
  line-height: 1.6;
  color: var(--muted);
}

.blog-preview-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.soft-card,
.rhythm-card,
.founder-card,
.social-card,
.blog-preview-card {
  border-radius: 24px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.9) 0%, rgba(252, 247, 239, 0.78) 100%);
  border: 1px solid rgba(21, 56, 74, 0.1);
  box-shadow: 0 16px 40px rgba(18, 35, 44, 0.08);
}

.soft-card,
.rhythm-card,
.founder-card,
.blog-preview-card {
  display: grid;
  align-content: start;
  gap: 12px;
}

.soft-card p,
.founder-card p,
.social-copy p,
.connect-section p {
  margin: 0;
  line-height: 1.62;
}

.rhythm-card h3,
.founder-card h3 {
  font-size: 1.24rem;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.soft-card p {
  font-size: 1.02rem;
}

.rhythm-card {
  min-height: 178px;
}

.rhythm-card h3 {
  max-width: 15ch;
}

.founder-card {
  min-height: 220px;
}

.founder-card p:not(.card-label):not(.project-metric) {
  max-width: 28ch;
  font-size: 0.96rem;
  line-height: 1.55;
}

.founder-card--compact {
  min-height: 220px;
}

.venture-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.venture-title h3 {
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.venture-logo {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  flex: 0 0 40px;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  background: transparent;
  border: 0;
  box-shadow: 0 4px 14px rgba(18, 35, 44, 0.12);
}

.project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  text-decoration: none;
  color: var(--marine);
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.74rem;
}

.project-link::after {
  content: "↗";
  font-size: 0.9em;
}

.project-metric {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 2px;
  padding: 7px 10px;
  border-radius: 999px;
  font-size: 0.86rem;
  color: rgba(36, 50, 58, 0.82);
  background: rgba(239, 190, 105, 0.14);
  border: 1px solid rgba(239, 190, 105, 0.22);
}

.project-link:hover {
  text-decoration: underline;
}

.social-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.social-card--wide {
  grid-column: span 2;
  grid-template-columns: 92px 1fr;
}

.social-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 16px;
  margin-top: 24px;
}

.social-lead-card {
  display: grid;
  grid-template-columns: 124px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 220px;
  padding: 24px;
  border-radius: 24px;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.9) 0%, rgba(255, 248, 241, 0.72) 100%);
  border: 1px solid rgba(21, 56, 74, 0.12);
  box-shadow: 0 22px 52px rgba(18, 35, 44, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.social-lead-card:hover {
  transform: translateY(-2px);
  border-color: rgba(110, 167, 162, 0.18);
  box-shadow: 0 22px 48px rgba(31, 77, 99, 0.07);
}

.social-lead-card .social-avatar {
  width: 124px;
  height: 124px;
  border-radius: 50%;
}

.social-lead-card .social-copy h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.9rem);
  line-height: 0.98;
  margin-bottom: 10px;
}

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

.social-card--linkedin {
  grid-column: span 1;
  grid-template-columns: 64px 1fr;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.9) 0%, rgba(245, 250, 251, 0.76) 100%);
}

.social-avatar,
.linkedin-lockup {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(68, 78, 84, 0.08);
}

.social-card--wide .social-avatar {
  width: 92px;
  height: 92px;
  border-radius: 50%;
}

.social-card--linkedin .social-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(68, 78, 84, 0.08);
  box-shadow: none;
}

.linkedin-lockup {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(223, 138, 104, 0.2), rgba(110, 167, 162, 0.28));
  color: #315f71;
  font-size: 1.7rem;
  font-weight: 500;
}

.soft-card:nth-child(1),
.founder-card:nth-child(1),
.blog-preview-card:nth-child(1) {
  border-top: 3px solid rgba(223, 138, 104, 0.28);
}

.soft-card:nth-child(2),
.founder-card:nth-child(2),
.blog-preview-card:nth-child(2) {
  border-top: 3px solid rgba(110, 167, 162, 0.28);
}

.soft-card:nth-child(3),
.founder-card:nth-child(3),
.blog-preview-card:nth-child(3) {
  border-top: 3px solid rgba(239, 190, 105, 0.34);
}

.social-card:hover,
.blog-preview-card:hover,
.founder-card:hover {
  border-color: rgba(110, 167, 162, 0.18);
  box-shadow: 0 22px 48px rgba(31, 77, 99, 0.07);
}

.social-copy h3 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  line-height: 1.12;
  letter-spacing: -0.01em;
}

.social-copy p {
  max-width: 26ch;
}

.blog-preview-card {
  display: grid;
  align-content: start;
  text-decoration: none;
  min-height: 220px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blog-preview-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.blog-preview-card p:last-child {
  margin: 2px 0 0;
  color: var(--muted);
  line-height: 1.56;
}

.connect-section {
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 252, 248, 0.94) 0%, rgba(249, 243, 234, 0.98) 100%);
}

.connect-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 16px;
  margin-top: 22px;
  text-align: left;
}

.contact-form,
.contact-direct,
.admin-panel {
  border-radius: 24px;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.9) 0%, rgba(252, 247, 239, 0.78) 100%);
  border: 1px solid rgba(21, 56, 74, 0.1);
  box-shadow: 0 16px 40px rgba(18, 35, 44, 0.08);
}

.contact-form {
  display: grid;
  gap: 12px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.form-field {
  display: grid;
  gap: 6px;
}

.form-field span {
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(21, 56, 74, 0.72);
}

.bot-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.form-field input,
.form-field textarea,
.admin-controls input {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(21, 56, 74, 0.16);
  background: rgba(255, 254, 250, 0.94);
  color: var(--ink);
  font: inherit;
  font-size: 0.96rem;
  padding: 10px 12px;
}

.form-field textarea {
  resize: vertical;
  min-height: 120px;
}

.turnstile-wrap {
  min-height: 72px;
  display: grid;
  align-items: center;
}

.form-field input:focus,
.form-field textarea:focus,
.admin-controls input:focus {
  outline: 2px solid rgba(99, 168, 161, 0.4);
  outline-offset: 1px;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
}

.form-status {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.contact-direct {
  display: grid;
  align-content: start;
  gap: 10px;
  opacity: 0.78;
}

.contact-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 12px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: rgba(25, 37, 45, 0.9);
  background: rgba(255, 253, 249, 0.78);
  border: 1px solid rgba(21, 56, 74, 0.14);
  transition: transform 160ms ease, border-color 160ms ease, opacity 160ms ease;
}

.contact-chip:hover {
  transform: translateY(-1px);
  border-color: rgba(99, 168, 161, 0.34);
  opacity: 1;
}

.contact-chip--admin {
  background: rgba(21, 56, 74, 0.9);
  color: var(--white);
}

.admin-layout {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.admin-controls {
  display: flex;
  gap: 10px;
}

.admin-status {
  margin: 0;
  color: var(--muted);
}

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

.lead-item {
  border-radius: 18px;
  border: 1px solid rgba(21, 56, 74, 0.12);
  background: rgba(255, 254, 250, 0.9);
  padding: 14px;
  display: grid;
  gap: 8px;
}

.lead-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  font-size: 0.8rem;
  color: var(--muted);
}

.lead-message {
  margin: 0;
  color: rgba(25, 37, 45, 0.92);
  line-height: 1.56;
  white-space: pre-wrap;
}

.topbar--static {
  position: static;
  z-index: auto;
}

.blog-post h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2.7vw, 1.95rem);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.blog-post p:not(.section-label) {
  max-width: 44rem;
  color: var(--muted);
  line-height: 1.62;
}

.connect-section h2 {
  margin: 0 auto;
}

.connect-section p {
  max-width: 38rem;
  margin: 18px auto 24px;
}

.modal-shell {
  position: fixed;
  inset: 0;
  z-index: 30;
}

.modal-shell[hidden] {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(31, 54, 68, 0.28);
  backdrop-filter: blur(6px);
}

.insight-modal {
  position: relative;
  z-index: 1;
  width: min(560px, calc(100% - 28px));
  margin: min(12vh, 88px) auto 0;
  padding: 28px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(250, 246, 239, 0.96) 100%);
  border: 1px solid rgba(223, 138, 104, 0.14);
  box-shadow: 0 28px 80px rgba(36, 50, 58, 0.18);
  animation: modal-in 220ms ease-out;
}

.insight-modal h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3.1vw, 2.15rem);
  line-height: 1.04;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.insight-modal p,
.insight-modal li {
  color: var(--muted);
  line-height: 1.7;
}

.insight-modal p {
  margin: 16px 0 0;
}

.insight-modal ul {
  margin: 20px 0 0;
  padding-left: 20px;
}

.insight-modal li + li {
  margin-top: 8px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(110, 167, 162, 0.12);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes modal-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-video {
    transition: none;
  }

  .section {
    animation: none;
  }
}

@media (max-width: 980px) {
  .hero-layout,
  .intro-grid,
  .rhythm-grid,
  .principles-grid,
  .founder-grid,
  .blog-preview-grid,
  .social-shell {
    grid-template-columns: 1fr;
  }

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

  .social-lead-card {
    grid-template-columns: 92px 1fr;
    min-height: auto;
  }

  .social-lead-card .social-avatar {
    width: 92px;
    height: 92px;
  }

  .hero {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .site-shell {
    width: min(100% - 14px, 100%);
    margin: 8px auto 18px;
  }

  .hero,
  .section {
    padding: 18px;
    border-radius: 22px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    border-radius: 22px;
  }

  .hero-copy h1 {
    font-size: clamp(1.8rem, 8.4vw, 2.8rem);
  }

  .hero-poster,
  .hero-video {
    object-position: 60% center;
  }

  .form-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .admin-controls {
    flex-direction: column;
  }
}
