/* Prototype v10 — horizontal hero strip, logo mark, newsletter control sizing, grouped footer */
/* Shared base: ../styles.css is linked from index.html (reliable under file://; @import ../ here is often blocked in Chrome). */

/* Reception: full-viewport artwork lives on .v10-hero-wrap (single 1.png layer) */
.prototype-v10 .hero-wrap.v10-hero-wrap::before {
  display: none;
}

.prototype-v10 .v10-hero-wrap {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: visible;
  background:
    linear-gradient(165deg, rgba(255, 253, 248, 0.36) 0%, rgba(255, 253, 248, 0.2) 45%, rgba(232, 239, 232, 0.16) 100%),
    url("../assets/1.png") center / cover no-repeat;
}

.prototype-v10 .v10-top-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 0.55rem 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  background: rgba(255, 253, 248, 0.86);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(107, 83, 68, 0.1);
  position: sticky;
  top: 0;
  z-index: 120;
}

.prototype-v10 .v10-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.prototype-v10 .v10-brand__accent {
  color: var(--terracotta);
}

.prototype-v10 .v10-brand__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  background: transparent;
  line-height: 0;
}

/* logo mark sizing — see ../shared/brand-logo.css */
.prototype-v10 .v10-brand__logo-img,
.prototype-v10 .ah-brand-logo.ah-brand-logo--nav {
  display: block;
}

.prototype-v10 .v10-primary-nav {
  flex: 1 1 200px;
  min-width: 0;
  justify-content: center;
}

.prototype-v10 .v10-primary-nav.site-nav {
  padding: 0;
  margin: 0;
  max-width: none;
}

.prototype-v10 .site-nav--v10 {
  position: relative;
  z-index: 40;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  justify-content: center;
}

.prototype-v10 .v10-top-bar__end {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}

.prototype-v10 .v10-header-cta {
  font-size: 0.8125rem;
  padding: 0.5rem 0.85rem;
  white-space: nowrap;
}

.prototype-v10 .v10-hero-stage {
  flex: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  padding: 1.25rem 0 0;
  box-sizing: border-box;
}

.prototype-v10 .v10-hero-inner {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.prototype-v10 .v10-hero-inner main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 0;
}

/* Reception only: width hugs copy (translucent box trimmed to text) */
.prototype-v10 .scene--reception .v10-hero-grid {
  display: inline-grid;
  grid-template-columns: max-content;
  max-width: 100%;
  margin: 0;
  margin-right: auto;
  justify-items: start;
}

.prototype-v10 .v10-hero-copy {
  background: rgba(255, 253, 248, 0.36);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  padding: 1.5rem 1.65rem;
  box-shadow: 0 12px 40px rgba(44, 40, 37, 0.06);
}

.prototype-v10 .v10-hero-copy h1 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Bottom reception panel: translucent glass, width = text (grid shrink-wraps) */
.prototype-v10 .v10-hero-copy--horiz {
  width: fit-content;
  max-width: min(100%, calc(100vw - 2 * clamp(1.25rem, 4vw, 3rem)));
  box-sizing: border-box;
  border-radius: 6px;
  padding: 0.85rem 1.15rem 0.95rem;
  background: rgba(255, 253, 248, 0.4);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 12px 40px rgba(44, 40, 37, 0.06);
}

.prototype-v10 .v10-hero-copy--horiz .hero-eyebrow,
.prototype-v10 .v10-hero-copy--horiz .hero-lead,
.prototype-v10 .v10-hero-copy--horiz .hero-trust,
.prototype-v10 .v10-hero-copy--horiz .hero-trust > span,
.prototype-v10 .v10-hero-copy--horiz .scroll-hint {
  color: var(--ink);
}

.prototype-v10 .v10-hero-copy--horiz h1 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* Reception scene: no second background layer */
.prototype-v10 .scene--reception {
  background: none;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 0;
  padding-bottom: 0;
}

.prototype-v10 .scene--reception .scene-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 clamp(1.25rem, 4vw, 3rem) clamp(0.75rem, 2.5vh, 1.75rem);
  box-sizing: border-box;
}

/* Single column copy for board + desk — align with left hero column */
.prototype-v10 .scene--board .scene-inner,
.prototype-v10 .scene--together .scene-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0;
  margin-right: auto;
  padding-left: clamp(1.25rem, 4vw, 3rem);
  padding-right: 1.25rem;
  box-sizing: border-box;
}

.prototype-v10 .scene-grid {
  grid-template-columns: 1fr;
  max-width: min(640px, 100%);
  margin: 0;
  margin-right: auto;
}

.prototype-v10 .scene-grid > div {
  max-width: 100%;
}

.prototype-v10 .scene--board,
.prototype-v10 .scene--together {
  min-height: min(100vh, 920px);
  min-height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

.prototype-v10 .scene--board {
  background:
    linear-gradient(180deg, rgba(245, 240, 232, 0.48) 0%, rgba(237, 228, 214, 0.32) 100%),
    url("../assets/2.png") center / cover no-repeat;
}

.prototype-v10 .scene--together {
  background:
    linear-gradient(180deg, rgba(238, 244, 240, 0.48) 0%, rgba(245, 241, 234, 0.32) 100%),
    url("../assets/3.png") center / cover no-repeat;
}

.prototype-v10 .scene--board .scene-grid > div:first-child,
.prototype-v10 .scene--together .scene-grid > div:first-child {
  background: rgba(255, 253, 248, 0.34);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 22px;
  padding: 1.5rem 1.65rem;
  box-shadow: 0 12px 40px rgba(44, 40, 37, 0.06);
}

.prototype-v10 .scene--board .scene-grid > div:first-child h2,
.prototype-v10 .scene--together .scene-grid > div:first-child h2 {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.prototype-v10 .scene--board .job-card {
  background: rgba(255, 253, 248, 0.46);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-color: rgba(255, 255, 255, 0.35);
}

.prototype-v10 .scene--board .board-search input {
  background-color: rgba(255, 253, 248, 0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.prototype-v10 .o2c-flow {
  background: rgba(255, 253, 248, 0.42);
}

/* Order → cash */
.o2c-flow {
  margin: 1.75rem 0 1.5rem;
  padding: 1.25rem 1.35rem;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.78);
  border: 1px solid rgba(107, 83, 68, 0.12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.o2c-flow__title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
  color: var(--ink);
}

.o2c-flow__sub {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--ink-muted);
}

.o2c-flow__steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 0;
  padding: 0;
}

.o2c-flow__step {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink);
  padding: 0.4rem 0.55rem 0.4rem 0.4rem;
  border-radius: 10px;
  background: rgba(42, 109, 110, 0.1);
  border: 1px solid rgba(42, 109, 110, 0.18);
}

.o2c-flow__mini {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 6px rgba(44, 40, 37, 0.12);
  flex-shrink: 0;
}

.o2c-flow__n {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--terracotta);
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
}

.o2c-flow__arrow {
  color: var(--ink-muted);
  font-weight: 600;
  user-select: none;
}

.o2c-flow__hint {
  margin: 0.85rem 0 0;
  font-size: 0.8125rem;
  color: var(--teal);
  font-weight: 600;
}

/* Who owns which O2C steps — desk order: Javier · Sam · Maya */
.o2c-corr {
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px dashed rgba(107, 83, 68, 0.2);
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: flex-start;
}

.o2c-corr__label {
  width: 100%;
  margin: 0 0 0.15rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-muted);
}

.o2c-corr__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.65rem 0.35rem 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(107, 83, 68, 0.14);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(44, 40, 37, 0.06);
  transition: transform 160ms var(--ease), box-shadow 160ms var(--ease);
}

.o2c-corr__chip:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(44, 40, 37, 0.1);
}

.o2c-corr__face {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(44, 40, 37, 0.12);
  flex-shrink: 0;
}

.o2c-corr__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.2;
  padding-right: 0.25rem;
}

.o2c-corr__name {
  font-weight: 800;
  font-size: 0.875rem;
  color: var(--ink);
}

.o2c-corr__steps {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--teal);
}

.deskmate-face {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Agent profile banner — faces from assets/faces */
.prototype-v10 #agents .agent-card--profile {
  padding: 0;
  overflow: hidden;
}

.prototype-v10 #agents .agent-card--profile .agent-card__banner {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 220px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(42, 109, 110, 0.12), rgba(199, 91, 69, 0.08));
}

.prototype-v10 #agents .agent-card__interview-btn,
.btn-interview-glow {
  position: relative;
  z-index: 2;
  font-size: 0.72rem;
  padding: 0.45rem 0.85rem;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  border: 1px solid rgba(255, 210, 150, 0.55);
  background: linear-gradient(135deg, #d96a2e 0%, #f0a030 48%, #e87828 100%);
  box-shadow:
    0 0 0 1px rgba(232, 120, 40, 0.35),
    0 4px 18px rgba(217, 106, 46, 0.42),
    0 0 26px rgba(240, 160, 48, 0.38);
  transition:
    transform 180ms var(--ease),
    box-shadow 180ms var(--ease),
    filter 180ms var(--ease);
}

.prototype-v10 #agents .agent-card__interview-btn {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
}

.btn-interview-glow.hero-cta-secondary {
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
}

.btn-interview-glow:hover,
.prototype-v10 #agents .agent-card__interview-btn:not(.agent-card__interview-btn--static):hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 220, 160, 0.65),
    0 6px 24px rgba(217, 106, 46, 0.5),
    0 0 34px rgba(240, 160, 48, 0.5);
}

.btn-interview-glow:focus-visible,
.prototype-v10 #agents .agent-card__interview-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: no-preference) {
  .btn-interview-glow.hero-cta-secondary,
  .prototype-v10 #agents .agent-card__interview-btn:not(.agent-card__interview-btn--static) {
    animation: interview-glow-pulse 2.8s ease-in-out infinite;
  }
}

@keyframes interview-glow-pulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(232, 120, 40, 0.35),
      0 4px 18px rgba(217, 106, 46, 0.42),
      0 0 26px rgba(240, 160, 48, 0.38);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(255, 220, 160, 0.55),
      0 6px 22px rgba(217, 106, 46, 0.52),
      0 0 36px rgba(240, 160, 48, 0.55);
  }
}

.agent-hire-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  margin: 0;
  padding: 0.28rem 0.55rem;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  background: #c0392b;
  box-shadow: 0 2px 8px rgba(192, 57, 43, 0.35);
}

.agent-card__banner--hire-ready .agent-card__interview-btn--static {
  top: auto;
  bottom: 0.55rem;
  right: 0.55rem;
  font-size: 0.72rem;
  padding: 0.45rem 0.85rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff6f61 0%, #ffd5a1 100%);
  box-shadow: 0 4px 16px rgba(255, 111, 97, 0.35);
  cursor: pointer;
  animation: none;
  transition: box-shadow 180ms var(--ease);
  transform: none;
}

.agent-card__banner--hire-ready .agent-card__interview-btn--static:hover,
.agent-card__banner--hire-ready .agent-card__interview-btn--static:focus-visible {
  color: #fff;
  transform: none;
  filter: none;
  box-shadow: 0 6px 22px rgba(255, 111, 97, 0.45);
}

.agent-card__banner--hire-ready .agent-card__interview-btn--static:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.prototype-v10 #agents .agent-card--profile .agent-portrait {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.prototype-v10 #agents .agent-card--profile .agent-meta {
  padding: 0 1.75rem 1.75rem;
}

.prototype-v10 #agents .agent-workflow {
  margin: 0;
  padding: 0.65rem 1.75rem 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--teal);
  line-height: 1.35;
}

.prototype-v10 #agents .agent-card--profile header {
  padding: 0 1.75rem;
  margin: 0.5rem 0 0.85rem;
}

.prototype-v10 #agents .agent-grid--v8 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .prototype-v10 #agents .agent-grid--v8 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .prototype-v10 #agents .agent-grid--v8 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.prototype-v10 #agents .agent-card--nina .agent-card__banner--nina {
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(245, 240, 232, 0.9));
}

.prototype-v10 #agents .agent-portrait--contain {
  object-fit: contain;
  object-position: center center;
  padding: 0.35rem;
  box-sizing: border-box;
}

.prototype-v10 .deskmate-card .deskmate-face-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.5rem;
  border: 3px solid #fff;
  box-shadow: 0 6px 16px rgba(44, 40, 37, 0.12);
}

.prototype-v10 .job-card__face {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(44, 40, 37, 0.1);
  margin-bottom: 0.5rem;
}

.prototype-v10 .job-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.prototype-v10 .lang-toggle button {
  min-width: 2.5rem;
}

/* Pricing (aligned with Agent_Hunter_ResearchV1 — HKD primary) */
.section-pricing {
  background: #fff;
  border-top: 1px solid rgba(107, 83, 68, 0.08);
}

.section-pricing .section-intro {
  color: var(--ink-muted);
  max-width: 40rem;
  margin: 0 0 2rem;
}

.pricing-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}

@media (min-width: 900px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

.pricing-card {
  position: relative;
  border-radius: 20px;
  padding: 1.5rem 1.35rem 1.35rem;
  background: var(--cream);
  border: 1px solid rgba(107, 83, 68, 0.1);
  box-shadow: var(--shadow-soft);
}

.pricing-card--featured {
  border-color: rgba(42, 109, 110, 0.35);
  box-shadow: 0 12px 36px rgba(42, 109, 110, 0.12);
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.95) 0%, var(--cream) 100%);
}

.pricing-card__ribbon {
  position: absolute;
  top: 0;
  right: 1rem;
  transform: translateY(-50%);
  margin: 0;
  padding: 0.35rem 0.65rem;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 999px;
  background: var(--terracotta);
  color: #fff;
  box-shadow: 0 4px 12px rgba(199, 91, 69, 0.35);
}

.pricing-card__badge {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--ink);
}

.pricing-card__price {
  margin: 0 0 0.25rem;
  font-size: 1.65rem;
  font-weight: 800;
  font-family: var(--font-display);
  color: var(--teal);
}

.pricing-card__amount {
  letter-spacing: -0.02em;
}

.pricing-card__period {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink-muted);
}

.pricing-card__alt {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  color: var(--ink-muted);
}

.pricing-card__tagline {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  color: var(--ink);
  font-weight: 600;
  line-height: 1.35;
}

.pricing-card__list {
  margin: 0;
  padding: 0 0 0 1.1rem;
  font-size: 0.875rem;
  color: var(--ink-muted);
  line-height: 1.5;
}

.pricing-card__list li + li {
  margin-top: 0.4rem;
}

.pricing-card__fine {
  margin: 1rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(107, 83, 68, 0.18);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--teal);
}

/* Newsletter + latest posts */
.newsletter-lead {
  margin: 0 0 1.5rem;
  color: var(--ink-muted);
  max-width: 36rem;
}

.nl-header-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin-bottom: 1.75rem;
  scroll-margin-top: 100px;
}

.nl-header-row__titles {
  flex: 1 1 220px;
  min-width: 0;
}

.nl-header-row__h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  color: var(--ink);
  line-height: 1.15;
}

.nl-header-row__lead {
  margin: 0;
  max-width: 34rem;
}

.newsletter-form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 280px;
  max-width: 480px;
  margin: 0;
}

.newsletter-form--inline input[type="email"] {
  flex: 1 1 160px;
  min-width: 0;
  width: auto;
  margin-bottom: 0;
}

.newsletter-form--inline .form-status {
  width: 100%;
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
}

/* Submit control exactly matches email field height (v10) */
.prototype-v10 .newsletter-form--inline {
  align-items: stretch;
}

.prototype-v10 .newsletter-form--inline input[type="email"],
.prototype-v10 .newsletter-form--inline .nl-inline-submit {
  height: 3rem;
  min-height: 3rem;
  max-height: 3rem;
  box-sizing: border-box;
  border-radius: 10px;
  font: inherit;
  line-height: 1.25;
}

.prototype-v10 .newsletter-form--inline input[type="email"] {
  padding: 0 1rem;
  border: 1px solid rgba(107, 83, 68, 0.18);
}

.prototype-v10 .newsletter-form--inline .nl-inline-submit {
  margin: 0;
  padding: 0 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border: none;
}

.blog-cards {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  margin-bottom: 2rem;
}

@media (min-width: 720px) {
  .blog-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(107, 83, 68, 0.1);
  text-decoration: none !important;
  color: inherit;
  box-shadow: var(--shadow-soft);
  transition: transform 180ms var(--ease), box-shadow 180ms var(--ease), border-color 180ms var(--ease);
  overflow: hidden;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.15rem 1.2rem;
}

.blog-card__visual {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, #ffe8e4 0%, #fff4e6 100%);
}

.blog-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
  border-color: rgba(42, 109, 110, 0.22);
  text-decoration: none !important;
  color: inherit;
}

.blog-card__title,
.blog-card__excerpt,
.blog-card__meta,
.blog-card__cta,
.blog-card h3 {
  text-decoration: none !important;
}

.blog-card__meta {
  margin: 0 0 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--terracotta);
}

.blog-card__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  line-height: 1.25;
  color: var(--ink);
}

.blog-card__excerpt {
  margin: 0 0 0.75rem;
  flex: 1;
  font-size: 0.875rem;
  color: var(--ink-muted);
  line-height: 1.45;
}

.blog-card__cta {
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--teal);
}

.newsletter-form {
  max-width: 420px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(107, 83, 68, 0.18);
  font: inherit;
  margin-bottom: 0.75rem;
}

#launch,
#enquiry,
#how-it-works {
  scroll-margin-top: 5rem;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 0.5rem;
}

.hero-cta-primary,
.hero-cta-secondary {
  text-decoration: none;
}

/* v7 — dropdown nav */
/* Show dropdown menus below 900px (base site.css hides .site-nav__links) */
.prototype-v10 .site-nav__links.site-nav__menus {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.15rem 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 899px) {
  .prototype-v10 .site-nav--v10 {
    flex-direction: column;
    align-items: stretch;
  }

  .prototype-v10 .site-nav__links.site-nav__menus {
    width: 100%;
    justify-content: flex-start;
  }

  .prototype-v10 .lang-toggle {
    align-self: flex-end;
  }
}

.prototype-v10 .nav-dropdown {
  position: relative;
}

.prototype-v10 .nav-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin: 0;
  padding: 0.45rem 0.65rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.55);
  border: 1px solid rgba(107, 83, 68, 0.14);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(44, 40, 37, 0.04);
  transition: background 160ms var(--ease), border-color 160ms var(--ease);
}

.prototype-v10 .nav-dropdown__trigger::after {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-right: 2px solid var(--ink-muted);
  border-bottom: 2px solid var(--ink-muted);
  transform: rotate(45deg) translateY(-2px);
  margin-left: 0.15rem;
  opacity: 0.75;
}

.prototype-v10 .nav-dropdown.is-open .nav-dropdown__trigger,
.prototype-v10 .nav-dropdown__trigger:hover {
  background: rgba(255, 253, 248, 0.88);
  border-color: rgba(42, 109, 110, 0.28);
}

.prototype-v10 .nav-dropdown__panel {
  position: absolute;
  top: calc(100% + 0.35rem);
  left: 0;
  min-width: 13.5rem;
  list-style: none;
  margin: 0;
  padding: 0.35rem;
  background: var(--paper);
  border: 1px solid rgba(107, 83, 68, 0.12);
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(44, 40, 37, 0.12);
  z-index: 80;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 180ms var(--ease), transform 180ms var(--ease), visibility 180ms;
}

.prototype-v10 .nav-dropdown.is-open .nav-dropdown__panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.prototype-v10 .nav-dropdown__panel a {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--ink);
  text-decoration: none;
}

.prototype-v10 .nav-dropdown__panel a:hover {
  background: rgba(42, 109, 110, 0.08);
  color: var(--teal);
}

.prototype-v10 .nav-dropdown__panel-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.55rem 0.75rem;
  border: none;
  border-radius: 8px;
  font: inherit;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}

.prototype-v10 .nav-dropdown__panel-btn:hover {
  background: rgba(42, 109, 110, 0.08);
  color: var(--teal);
}

.prototype-v10 .nav-newsletter-btn {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0.45rem 0.65rem;
  font: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ink);
  background: rgba(255, 253, 248, 0.55);
  border: 1px solid rgba(107, 83, 68, 0.14);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(44, 40, 37, 0.04);
  transition: background 160ms var(--ease), border-color 160ms var(--ease);
}

.prototype-v10 .nav-newsletter-btn:hover {
  background: rgba(255, 253, 248, 0.88);
  border-color: rgba(42, 109, 110, 0.28);
}

@media (max-width: 720px) {
  .prototype-v10 .nav-dropdown__panel {
    left: auto;
    right: 0;
  }
}

/* Mission / Vision */
.mission-vision-band {
  border-top: 1px solid rgba(107, 83, 68, 0.08);
}

.mission-vision-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .mission-vision-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.mission-vision-card__p {
  margin: 0;
  color: var(--ink-muted);
  line-height: 1.55;
}

.mission-vision-card h2 {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.5vw, 1.45rem);
  margin: 0 0 0.65rem;
  line-height: 1.2;
  color: var(--ink);
}

/* Newsletter resource blocks + signup anchor */
.resource-block {
  margin: 0 0 1.5rem;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(107, 83, 68, 0.1);
  scroll-margin-top: 100px;
}

.resource-block__h {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--ink);
}

.resource-block__p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-muted);
  line-height: 1.45;
}

#blogs {
  scroll-margin-top: 100px;
}

.newsletter-signup-block {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(107, 83, 68, 0.2);
  scroll-margin-top: 100px;
}

.newsletter-form__h {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--ink);
}

#mission,
#vision {
  scroll-margin-top: 100px;
}

/* Footer v10 */
.site-footer--v10 {
  background: #2c2825;
  color: rgba(255, 249, 243, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-v10 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-v10__brand-block {
  flex: 1 1 min(100%, 22rem);
  max-width: 36rem;
}

.footer-v10__brand-name {
  display: block;
  font-size: 1.05rem;
  color: #fff9f3;
  letter-spacing: -0.02em;
}

.footer-v10__desc {
  margin: 0.45rem 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 249, 243, 0.78);
}

.footer-v10__desc + .footer-v10__desc {
  margin-top: 0.35rem;
}

.footer-v10 .footer-v10__brand-block .apac-note {
  margin-top: 0.35rem;
  color: rgba(255, 249, 243, 0.72);
  border: none;
  padding: 0;
}

.footer-v10__legal-stack {
  margin-top: 1.25rem;
}

.footer-v10__legal,
.footer-v10__ip,
.footer-v10__copy {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 249, 243, 0.65);
  max-width: 52rem;
}

.footer-v10__ip {
  margin-top: 0.5rem;
}

.footer-v10__copy {
  margin-top: 0.35rem;
  color: rgba(255, 249, 243, 0.5);
}

.footer-v10__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.75rem;
  flex: 1 1 18rem;
  max-width: 42rem;
}

@media (min-width: 720px) {
  .footer-v10__columns {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
  }
}

.footer-v10__col-h {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 249, 243, 0.55);
}

.footer-v10__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-v10__col-list li + li {
  margin-top: 0.35rem;
}

.footer-v10__col-list a {
  color: rgba(255, 249, 243, 0.85);
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
}

.footer-v10__col-list a:hover {
  color: var(--honey);
}
