:root {
  --ink: #17201d;
  --muted: #65736d;
  --paper: #f7f5ee;
  --surface: #ffffff;
  --line: #dce2d8;
  --jade: #0c7b62;
  --jade-dark: #075a48;
  --mint: #e2f4ec;
  --gold: #e9b949;
  --coral: #df6f56;
  --sky: #dff0f5;
  --shadow: 0 18px 50px rgba(23, 32, 29, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", sans-serif;
  line-height: 1.55;
}

html:lang(bn) body {
  font-family: "Hind Siliguri", "Noto Sans Bengali", sans-serif;
  font-size: 17px;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 54px);
  background: rgba(247, 245, 238, 0.92);
  border-bottom: 1px solid rgba(220, 226, 216, 0.9);
  backdrop-filter: blur(18px);
}

.brand-mark,
.header-nav,
.header-actions,
.language-switcher {
  display: flex;
  align-items: center;
}

.brand-mark {
  gap: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand-text,
.brand-heading {
  display: inline-flex;
  align-items: baseline;
  gap: 0.16em;
  white-space: nowrap;
}

.brand-word {
  display: inline-block;
}

.brand-word-hatch {
  color: #0c8f61;
}

.brand-word-tracker {
  color: #d94332;
}

.brand-word-pro {
  color: currentColor;
}

.brand-icon-frame {
  flex: none;
  display: block;
  width: 58px;
  height: 58px;
  overflow: hidden;
}

.brand-icon {
  display: block;
  width: 87px;
  height: 87px;
  max-width: none;
  transform: translate(-15px, -13px);
}

.header-nav {
  gap: clamp(14px, 2vw, 28px);
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
}

.header-nav a:hover {
  color: var(--jade-dark);
}

/* Login is an action, not a page section, so it carries the brand colour to set
   it apart from the anchor links beside it. */
.header-nav-login {
  color: var(--jade);
}

.header-actions {
  gap: 10px;
}

.language-switcher {
  padding: 4px;
  gap: 4px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.language-switcher a {
  padding: 7px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.lang-short,
.cta-short {
  display: none;
}

.language-switcher .is-active {
  background: var(--mint);
  color: var(--jade-dark);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  font-weight: 900;
}

.header-cta {
  padding: 0 16px;
  background: var(--ink);
  color: var(--surface);
  font-size: 13px;
}

.hero-section {
  min-height: calc(100vh - 72px);
  position: relative;
  display: grid;
  align-content: center;
  gap: 48px;
  padding: clamp(64px, 10vh, 112px) clamp(20px, 6vw, 80px) 34px;
  background:
    linear-gradient(90deg, rgba(12, 24, 21, 0.9) 0%, rgba(12, 24, 21, 0.78) 39%, rgba(12, 24, 21, 0.25) 72%, rgba(12, 24, 21, 0.08) 100%),
    url("/images/hero-hatchery-control.png") center / cover no-repeat;
  color: var(--surface);
}

.hero-content {
  max-width: 760px;
}

.eyebrow,
.card-kicker {
  margin: 0 0 12px;
  color: var(--jade);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-section .eyebrow {
  color: #a7e4cf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(54px, 10vw, 112px);
  line-height: 0.92;
  letter-spacing: 0;
}

.brand-heading {
  max-width: none;
  font-size: clamp(36px, 6.6vw, 82px);
  line-height: 1;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 23px;
  line-height: 1.14;
  letter-spacing: 0;
}

.hero-subtitle {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 16px;
}

.button {
  border: 0;
  padding: 0 22px;
  cursor: pointer;
  font: inherit;
}

.button-primary {
  background: var(--gold);
  color: #2c220e;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  color: var(--surface);
}

.hero-note {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.hero-stats {
  align-self: end;
  display: grid;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  max-width: 780px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(10, 19, 17, 0.48);
  backdrop-filter: blur(12px);
}

.hero-stats div {
  padding: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-stats div:last-child {
  border-right: 0;
}

.hero-stats dt {
  font-size: 30px;
  font-weight: 950;
}

.hero-stats dd {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 800;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
}

.trust-band span {
  min-height: 86px;
  display: grid;
  align-items: center;
  padding: 20px clamp(16px, 3vw, 34px);
  background: var(--surface);
  color: var(--ink);
  font-weight: 900;
}

.section {
  padding: clamp(52px, 6.5vw, 88px) clamp(20px, 6vw, 80px);
}

.section-light {
  background: var(--paper);
}

.section-heading {
  max-width: 850px;
  margin-bottom: 36px;
}

.section-heading p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.module-card {
  --card-accent: var(--jade);
  --card-tint: var(--mint);
  --card-kicker-ink: var(--jade-dark);
  position: relative;
  overflow: hidden;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  padding: 30px 28px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f6faf6 100%);
  box-shadow: 0 10px 30px rgba(23, 32, 29, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.module-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--card-accent) 0%, rgba(255, 255, 255, 0) 88%);
  opacity: 0.85;
  transition: opacity 0.35s ease;
}

.module-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 60px rgba(23, 32, 29, 0.17);
}

.module-card:hover::before {
  opacity: 1;
}

.module-card-operations {
  --card-accent: var(--gold);
  --card-tint: rgba(233, 185, 73, 0.16);
}

.module-card-growth {
  --card-accent: #3e93ab;
  --card-tint: var(--sky);
  --card-kicker-ink: #236275;
}

.module-card-accent {
  background: linear-gradient(180deg, #143229 0%, #0d211b 100%);
  border-color: #2f584a;
  color: var(--surface);
}

.module-num {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 96px;
  font-weight: 950;
  line-height: 1;
  color: var(--ink);
  opacity: 0.05;
  pointer-events: none;
  user-select: none;
}

.module-card-accent .module-num {
  color: #ffffff;
  opacity: 0.07;
}

.module-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--card-tint);
  color: var(--card-accent);
  box-shadow: inset 0 0 0 1px rgba(23, 32, 29, 0.06);
}

.module-icon svg {
  width: 28px;
  height: 28px;
}

.module-card-accent .module-icon {
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.module-card .card-kicker {
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--card-tint);
  color: var(--card-kicker-ink);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.module-card-accent .card-kicker {
  background: rgba(255, 255, 255, 0.1);
  color: #a7e4cf;
}

.module-card p {
  color: var(--muted);
  font-weight: 650;
}

.module-card-accent p {
  color: rgba(255, 255, 255, 0.76);
}

.module-card ul,
.growth-list {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.module-card li,
.growth-list li {
  position: relative;
  padding-left: 24px;
  font-weight: 850;
}

.module-card li::before,
.growth-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--jade);
  font-weight: 950;
}

.module-card li::before {
  color: var(--card-accent);
}

.module-card-accent li::before,
.growth-list li::before {
  color: #4fd0a6;
}

.section-workflow {
  background: var(--surface);
}

.workflow-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.workflow-track article {
  min-height: 250px;
  padding: 28px;
  border-right: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff, #f4f8f5);
}

.workflow-track article:last-child {
  border-right: 0;
}

.workflow-track span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 28px;
  border-radius: 8px;
  background: var(--sky);
  color: #236275;
  font-weight: 950;
}

.workflow-track p {
  color: var(--muted);
  font-weight: 650;
}

.section-temperature {
  background: linear-gradient(180deg, #0a1613 0%, #102721 100%);
  color: var(--surface);
}

.section-temperature .section-heading {
  max-width: 900px;
}

.section-temperature .section-heading p {
  color: rgba(255, 255, 255, 0.75);
}

.section-temperature .section-heading .eyebrow {
  color: #a7e4cf;
}

.temp-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.temp-features {
  display: grid;
  gap: 18px;
}

.temp-features article {
  display: flex;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  transition: background 0.3s ease, border-color 0.3s ease;
}

.temp-features article:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(233, 185, 73, 0.4);
}

.temp-feature-icon {
  flex: none;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(233, 185, 73, 0.14);
  color: var(--gold);
}

.temp-feature-icon svg {
  width: 24px;
  height: 24px;
}

.temp-features h3 {
  margin-bottom: 6px;
  font-size: 19px;
}

.temp-features p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.temp-scene {
  position: relative;
  margin: 0;
}

.section-temperature .temp-chip-top {
  position: static;
  display: flex;
  width: fit-content;
  margin: 0 auto 26px;
  animation: ops-float 5s ease-in-out infinite;
}

.temp-scene svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  font-family: inherit;
}

.temp-scene figcaption {
  margin-top: 16px;
  text-align: center;
  color: var(--gold);
  font-size: 17px;
  font-weight: 850;
}

.temp-link {
  animation: temp-link-flow 2.4s linear infinite;
}

@keyframes temp-link-flow {
  to {
    stroke-dashoffset: -32;
  }
}

.temp-outro {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(36px, 5vw, 56px);
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
}

.temp-outro p {
  margin: 0;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 850;
}

@media (prefers-reduced-motion: reduce) {
  .module-card,
  .temp-features article,
  .review-card,
  .price-card {
    transition: none;
  }

  .module-card:hover,
  .review-card:hover,
  .price-card:hover,
  .store-badge:hover {
    transform: none;
  }

  .price-card-featured,
  .price-card-featured:hover {
    transform: none;
  }

  .temp-link {
    animation: none;
  }

  .ops-features article,
  .ops-chip,
  .section-temperature .temp-chip-top,
  .website-features article,
  .website-card {
    transition: none;
    animation: none;
  }

  /* Hiding the video reveals the poster painted on .ops-phone-screen, so the
     demo becomes a still frame without any JS. */
  .ops-phone-video {
    display: none;
  }

  .ops-hrm-points li {
    backdrop-filter: none;
  }
}

.section-operations {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #eef6f1 100%);
  color: var(--ink);
}

.ops-glow {
  position: absolute;
  top: 12%;
  right: -6%;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(12, 123, 98, 0.14) 0%, rgba(12, 123, 98, 0) 68%);
  pointer-events: none;
}

.ops-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.ops-copy .eyebrow {
  color: var(--jade);
}

.ops-intro {
  max-width: 560px;
  margin-bottom: 30px;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 650;
}

.ops-features {
  display: grid;
  gap: 22px;
  margin-bottom: 32px;
}

.ops-features article {
  display: flex;
  gap: 16px;
}

.ops-feature-icon {
  flex: none;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--mint);
  color: var(--jade-dark);
}

.ops-feature-icon svg {
  width: 24px;
  height: 24px;
}

.ops-features h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.ops-features p {
  margin: 0;
  color: var(--muted);
  font-weight: 650;
}

.ops-visual {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0;
}

/* Phone bezel around the app demo. Fluid: the frame keeps the handset aspect
   ratio at every width, so the video inside never needs its own breakpoints. */
.ops-phone {
  width: 100%;
  max-width: clamp(220px, 26vw, 280px);
  aspect-ratio: 340 / 690;
  padding: clamp(6px, 0.9vw, 10px);
  border-radius: clamp(30px, 4.4vw, 46px);
  background: #1c1c1e;
  filter: drop-shadow(0 32px 64px rgba(23, 32, 29, 0.24));
}

.ops-phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: clamp(23px, 3.4vw, 36px);
  /* Doubles as the reduced-motion still: the poster shows through when the
     video is hidden, and covers the letterbox while the video loads. */
  background: #fdf3e5 url("/images/ops-demo-poster.webp") center / cover no-repeat;
}

.ops-phone-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ops-chip {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.ops-chip-top {
  top: -10%;
  left: -6%;
  animation: ops-float 5s ease-in-out infinite;
}

.ops-chip-bottom {
  bottom: 9%;
  right: -1%;
  animation: ops-float 5s ease-in-out infinite 1.6s;
}

.ops-chip-label {
  display: block;
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
}

.ops-chip-value {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--jade-dark);
  font-size: 15px;
  font-weight: 900;
}

.ops-chip-value svg {
  width: 16px;
  height: 16px;
  color: var(--jade);
}

.ops-chip-icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--mint);
  color: var(--jade-dark);
}

.ops-chip-icon svg {
  width: 18px;
  height: 18px;
}

/* HRM panel: a full-width band under the two-column layout. Dark jade so it
   reads as a distinct, premium add-on rather than a fourth feature row. */
.ops-hrm {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
  margin-top: clamp(44px, 6vw, 76px);
  padding: clamp(26px, 3.4vw, 44px);
  border-radius: 20px;
  background: linear-gradient(135deg, #0b5f4c 0%, #0c7b62 58%, #12967a 100%);
  color: #ffffff;
  box-shadow: 0 26px 60px rgba(9, 58, 47, 0.28);
}

/* Soft highlight so the flat gradient gets some depth. */
.ops-hrm::after {
  content: "";
  position: absolute;
  top: -45%;
  right: -12%;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}

.ops-hrm-copy,
.ops-hrm-points {
  position: relative;
  z-index: 1;
}

.ops-hrm-kicker {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  color: #a7e4cf;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ops-hrm-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.ops-hrm-icon svg {
  width: 20px;
  height: 20px;
}

.ops-hrm-badge {
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--gold);
  color: #2c220e;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.ops-hrm h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: clamp(24px, 2.6vw, 33px);
  line-height: 1.08;
}

.ops-hrm-intro {
  margin: 0;
  max-width: 46ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  font-weight: 650;
}

.ops-hrm-points {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ops-hrm-points li {
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6px);
}

.ops-hrm-point-icon {
  flex: none;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--jade-dark);
}

.ops-hrm-point-icon svg {
  width: 22px;
  height: 22px;
}

.ops-hrm-point-text {
  display: grid;
  gap: 3px;
}

.ops-hrm-point-text strong {
  font-size: 17px;
  font-weight: 900;
}

.ops-hrm-point-text span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14.5px;
  font-weight: 650;
}

@keyframes ops-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

.section-website {
  background: linear-gradient(180deg, #0a1613 0%, #102721 100%);
  color: var(--surface);
}

.website-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.website-copy .eyebrow {
  color: #a7e4cf;
}

.website-intro {
  max-width: 560px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(17px, 1.7vw, 20px);
  font-weight: 650;
}

.website-features {
  display: grid;
  gap: 20px;
  margin-bottom: 32px;
}

.website-features article {
  display: flex;
  gap: 16px;
}

.website-feature-icon {
  flex: none;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(233, 185, 73, 0.14);
  color: var(--gold);
}

.website-feature-icon svg {
  width: 24px;
  height: 24px;
}

.website-features h3 {
  margin-bottom: 5px;
  font-size: 19px;
}

.website-features p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 650;
}

.website-deck {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 380px;
  margin: 0;
}

.website-card {
  position: absolute;
  width: min(100%, 340px);
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 24px 48px rgba(0, 0, 0, 0.4));
}

.website-card-back {
  transform: translate(-40px, -30px) rotate(-8deg);
  opacity: 0.7;
  animation: website-float 7s ease-in-out infinite;
}

.website-card-mid {
  transform: translate(24px, 6px) rotate(-1deg);
  opacity: 0.88;
  animation: website-float 7s ease-in-out infinite 0.9s;
}

.website-card-front {
  transform: translate(-6px, 34px) rotate(6deg);
  animation: website-float 7s ease-in-out infinite 1.8s;
}

@keyframes website-float {
  0%, 100% { transform: translate(var(--tx, 0), var(--ty, 0)) rotate(var(--rot, 0deg)); }
  50% { transform: translate(var(--tx, 0), calc(var(--ty, 0px) - 12px)) rotate(var(--rot, 0deg)); }
}

.website-card-back { --tx: -40px; --ty: -30px; --rot: -8deg; }
.website-card-mid { --tx: 24px; --ty: 6px; --rot: -1deg; }
/* The front card is a legible website mock-up now, so it sits larger, flatter
   and above the two abstract windows behind it. */
.website-card-front {
  --tx: -6px;
  --ty: 34px;
  --rot: 3deg;
  width: min(100%, 384px);
  z-index: 2;
}

.section-growth {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 6vw, 78px);
  align-items: center;
  background: #102721;
  color: var(--surface);
}

.growth-copy p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
  font-weight: 650;
}

.section-growth .eyebrow {
  color: #a7e4cf;
}

.growth-list {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.growth-list li {
  color: rgba(255, 255, 255, 0.88);
}

.section-lead {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  align-items: start;
  background: var(--paper);
}

.lead-copy {
  position: sticky;
  top: 110px;
}

.lead-copy p {
  color: var(--muted);
  font-size: 18px;
  font-weight: 650;
}

.lead-form {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

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

label {
  display: grid;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

input,
textarea {
  width: 100%;
  border: 1px solid #cdd8d2;
  border-radius: 8px;
  padding: 13px 14px;
  background: #fbfcfa;
  color: var(--ink);
  font: inherit;
  font-weight: 650;
}

input:focus,
textarea:focus {
  outline: 3px solid rgba(12, 123, 98, 0.18);
  border-color: var(--jade);
}

textarea {
  resize: vertical;
}

small {
  color: var(--coral);
  font-weight: 800;
}

.form-alert {
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 12px 14px;
  font-weight: 900;
}

.form-alert-success {
  background: var(--mint);
  color: var(--jade-dark);
}

.form-alert-error {
  background: #fde8df;
  color: #9f3525;
}

.hp-field {
  position: absolute;
  left: -9999px;
}

.form-submit {
  width: 100%;
  min-height: 52px;
  margin-top: 2px;
}

.privacy-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.section-faq {
  background: var(--surface);
}

.hatchery-logo-band {
  --logo-gap: clamp(34px, 5vw, 72px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #e1f3eb;
}

.hatchery-logo-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
  mask-image: linear-gradient(to right, transparent, #000 7%, #000 93%, transparent);
}

.hatchery-logo-track,
.hatchery-logo-set {
  display: flex;
  align-items: center;
  width: max-content;
}

.hatchery-logo-track {
  gap: var(--logo-gap);
  will-change: transform;
  animation: hatchery-logo-scroll 32s linear infinite;
}

.hatchery-logo-set {
  flex: none;
  gap: var(--logo-gap);
}

.hatchery-logo-set img {
  flex: none;
  width: clamp(118px, 11vw, 158px);
  height: clamp(78px, 7.5vw, 104px);
  object-fit: contain;
  opacity: 0.82;
  mix-blend-mode: multiply;
}

@keyframes hatchery-logo-scroll {
  to {
    transform: translate3d(calc(-50% - (var(--logo-gap) / 2)), 0, 0);
  }
}

.section-reviews {
  background: linear-gradient(180deg, #f4f8f5 0%, #ffffff 100%);
}

.section-reviews .eyebrow {
  color: var(--jade);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  align-items: start;
}

.review-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(23, 32, 29, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.review-card::before {
  content: "\201D";
  position: absolute;
  top: -18px;
  right: 18px;
  color: var(--ink);
  opacity: 0.05;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}

.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(23, 32, 29, 0.15);
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}

.review-stars svg {
  width: 18px;
  height: 18px;
  fill: var(--gold);
}

.review-quote {
  position: relative;
  margin: 0 0 24px;
  color: var(--ink);
  font-size: 15.5px;
  font-weight: 650;
  line-height: 1.6;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
}

.review-avatar {
  flex: none;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--jade);
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
}

.review-card:nth-child(2) .review-avatar {
  background: var(--jade-dark);
}

.review-card:nth-child(3) .review-avatar {
  background: #3e93ab;
}

.review-card:nth-child(4) .review-avatar {
  background: var(--coral);
}

.review-name {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 900;
}

.review-meta {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.section-pricing {
  background: linear-gradient(180deg, #f4f8f5 0%, #ffffff 100%);
}

.section-pricing .eyebrow {
  color: var(--jade);
}

.pricing-heading {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.trial-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 9px 18px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--jade-dark);
  font-size: 14px;
  font-weight: 900;
}

.trial-badge svg {
  width: 17px;
  height: 17px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: 0 12px 32px rgba(23, 32, 29, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(23, 32, 29, 0.15);
}

.price-card-featured {
  border: 2px solid var(--jade);
  background: linear-gradient(180deg, #f3faf6 0%, #ffffff 60%);
  box-shadow: 0 24px 56px rgba(12, 123, 98, 0.18);
  transform: scale(1.03);
}

.price-card-featured:hover {
  transform: scale(1.03) translateY(-4px);
}

.price-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 16px;
  border-radius: 999px;
  background: var(--gold);
  color: #2c220e;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.price-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.price-icon {
  flex: none;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--mint);
  color: var(--jade-dark);
}

.price-icon svg {
  width: 26px;
  height: 26px;
}

.price-name {
  margin: 0;
  font-size: 21px;
}

.price-tagline {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 13.5px;
  font-weight: 650;
}

.price-amount-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0;
}

.price-amount {
  font-size: 44px;
  font-weight: 950;
  line-height: 1;
  color: var(--ink);
}

.price-unit {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
}

.price-note {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.price-features {
  display: grid;
  gap: 11px;
  margin: 22px 0 26px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.price-features li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--ink);
}

.price-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--jade);
  font-weight: 950;
}

.price-cta {
  width: 100%;
  margin-top: auto;
}

.price-cta:not(.button-primary) {
  background: transparent;
  border: 1.5px solid var(--jade);
  color: var(--jade-dark);
  transition: background 0.25s ease, color 0.25s ease;
}

.price-cta:not(.button-primary):hover {
  background: var(--jade);
  color: #ffffff;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.faq-grid article {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
}

.faq-grid p {
  color: var(--muted);
  font-weight: 650;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px 44px;
  align-items: center;
  padding: 34px clamp(20px, 6vw, 80px) 40px;
  border-top: 1px solid var(--line);
  background: var(--ink);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 750;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 540px;
}

.site-footer strong {
  color: var(--surface);
  font-size: 15px;
}

.site-footer .brand-word-pro {
  color: var(--surface);
}

.footer-apps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-self: end;
}

.footer-apps-label {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border-radius: 11px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #ffffff;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.store-badge:hover {
  border-color: rgba(255, 255, 255, 0.65);
  transform: translateY(-2px);
}

.store-badge-logo {
  width: 22px;
  height: 22px;
  flex: none;
}

.store-badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.12;
  text-align: left;
}

.store-badge-text small {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.02em;
  opacity: 0.9;
}

.store-badge-text strong {
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
}

.footer-copy,
.footer-legal {
  grid-column: 1 / -1;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.3);
  text-underline-offset: 4px;
}

.footer-legal a:hover {
  color: #ffffff;
  text-decoration-color: var(--gold);
}

/* Privacy policy */
.policy-page {
  background: #f7f5ee;
}

.policy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 82px;
  padding: 12px clamp(20px, 6vw, 80px);
  border-bottom: 1px solid var(--line);
  background: rgba(247, 245, 238, 0.96);
}

.policy-home-link {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  color: var(--jade-dark);
  font-size: 13px;
  font-weight: 900;
}

.policy-home-link:hover {
  border-color: var(--jade);
}

.policy-hero {
  padding: clamp(54px, 8vw, 96px) clamp(20px, 6vw, 80px);
  background:
    radial-gradient(circle at 86% 8%, rgba(233, 185, 73, 0.22), transparent 24%),
    linear-gradient(135deg, #10241e 0%, #173d32 100%);
  color: #ffffff;
}

.policy-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.policy-hero .eyebrow {
  color: #a7e4cf;
}

.policy-hero h1 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(48px, 8vw, 88px);
  line-height: 0.96;
}

.policy-lead {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(18px, 2vw, 23px);
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.policy-meta span {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.policy-meta strong {
  color: #ffffff;
}

.policy-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 780px);
  justify-content: center;
  gap: clamp(36px, 6vw, 88px);
  padding: clamp(48px, 7vw, 86px) clamp(20px, 6vw, 80px) 96px;
}

.policy-toc {
  position: sticky;
  top: 28px;
  align-self: start;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.78);
}

.policy-toc > p {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-toc nav {
  display: grid;
  gap: 3px;
}

.policy-toc a {
  padding: 7px 9px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}

.policy-toc a:hover,
.policy-toc a:focus-visible {
  background: var(--mint);
  color: var(--jade-dark);
}

.policy-content {
  min-width: 0;
}

.policy-content section {
  scroll-margin-top: 30px;
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid var(--line);
}

.policy-content section:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.policy-content h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.08;
}

.policy-content h3 {
  margin: 28px 0 8px;
  font-size: 18px;
}

.policy-content p,
.policy-content li {
  color: #4d5c56;
  font-size: 16px;
  font-weight: 560;
}

.policy-content p {
  margin-bottom: 16px;
}

.policy-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 22px;
}

.policy-content a {
  color: var(--jade-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(12, 123, 98, 0.35);
  text-underline-offset: 3px;
}

.policy-data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 26px 0;
}

.policy-data-grid > div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.policy-data-grid h3 {
  margin-top: 0;
}

.policy-data-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.policy-content .policy-callout {
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #b9d8cc;
  border-radius: 14px;
  background: var(--mint);
  box-shadow: 0 16px 38px rgba(23, 32, 29, 0.08);
}

.policy-callout .eyebrow {
  color: var(--jade);
}

.policy-delete-button {
  width: fit-content;
  margin-top: 8px;
  background: var(--ink);
  color: #ffffff !important;
  text-decoration: none !important;
}

.policy-contact-card {
  display: grid;
  gap: 7px;
  width: fit-content;
  min-width: min(100%, 330px);
  padding: 20px 22px;
  border-left: 4px solid var(--gold);
  border-radius: 0 8px 8px 0;
  background: #ffffff;
  color: var(--muted);
  font-style: normal;
}

.policy-contact-card strong {
  color: var(--ink);
  font-size: 17px;
}

.policy-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: center;
  padding: 30px 20px;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 750;
}

.policy-footer a {
  color: #ffffff;
}

@media (max-width: 1080px) {
  .site-header {
    flex-wrap: wrap;
  }

  .header-nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .module-grid,
  .faq-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .price-card-featured,
  .price-card-featured:hover {
    transform: none;
  }

  .module-card {
    min-height: unset;
  }

  .workflow-track {
    grid-template-columns: repeat(2, 1fr);
  }

  .workflow-track article:nth-child(2) {
    border-right: 0;
  }

  .workflow-track article:nth-child(1),
  .workflow-track article:nth-child(2) {
    border-bottom: 1px solid var(--line);
  }

  .temp-layout,
  .ops-layout,
  .website-layout,
  .section-growth,
  .section-lead {
    grid-template-columns: 1fr;
  }

  .ops-visual {
    margin-top: 8px;
  }

  .ops-hrm {
    grid-template-columns: 1fr;
  }

  /* Single column from here down, so size the handset against the viewport
     instead of the (now full-width) grid column, and leave the chips room. */
  .ops-phone {
    max-width: min(360px, 88vw);
  }

  .website-deck {
    margin-top: 16px;
  }

  .lead-copy {
    position: static;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
    justify-items: center;
    padding-bottom: 44px;
  }

  .footer-brand {
    align-items: center;
  }

  .footer-apps {
    justify-self: center;
    align-items: center;
  }

  .footer-badges {
    justify-content: center;
  }

  .footer-legal {
    justify-content: center;
  }

  .policy-layout {
    grid-template-columns: minmax(0, 780px);
  }

  .policy-toc {
    position: static;
  }

  .policy-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  /* One row instead of three. The nav links are in-page anchors on a page you
     scroll top-to-bottom anyway, and as a third row they pushed this sticky
     header to 189px — 23% of a 375px-tall viewport, permanently. */
  .site-header {
    flex-wrap: nowrap;
    gap: 8px;
    padding: 12px 12px;
  }

  .header-nav {
    display: none;
  }

  .header-actions {
    width: auto;
    gap: 8px;
  }

  /* The icon is an 87px artwork cropped by a 58px frame, so both scale together
     and the offset scales with them. */
  .brand-icon-frame {
    width: 40px;
    height: 40px;
  }

  .brand-icon {
    width: 60px;
    height: 60px;
    transform: translate(-10px, -9px);
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

  /* "English"/"বাংলা" cost 113px of a 375px row; the codes cost about half
     that, which is what buys the single-row header at 360px. */
  .lang-long {
    display: none;
  }

  .lang-short,
  .cta-short {
    display: inline;
  }

  .cta-long {
    display: none;
  }

  .language-switcher a {
    padding: 6px 9px;
    font-size: 12px;
  }

  .brand-mark {
    font-size: 16px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
  }

  .hatchery-logo-band {
    --logo-gap: 28px;
    padding: 24px 0;
  }

  .hatchery-logo-set img {
    width: 112px;
    height: 76px;
  }

  .hero-section {
    min-height: 88vh;
    padding: 58px 20px 24px;
    background:
      linear-gradient(180deg, rgba(12, 24, 21, 0.9) 0%, rgba(12, 24, 21, 0.68) 57%, rgba(12, 24, 21, 0.32) 100%),
      url("/images/hero-hatchery-control.png") center / cover no-repeat;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  /* Section intros and lead paragraphs share one mobile size so the page reads
     as a single scale rather than a dozen near-identical ones. */
  .section-heading p,
  .ops-intro,
  .website-intro,
  .temp-outro p,
  .section-growth p,
  .lead-copy p {
    font-size: 16px;
  }

  .hero-stats dt {
    font-size: 24px;
  }

  .hero-stats,
  .trust-band,
  .workflow-track,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats div,
  .workflow-track article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .workflow-track article {
    border-bottom-color: var(--line);
  }

  .hero-stats div:last-child,
  .workflow-track article:last-child {
    border-bottom: 0;
  }

  .section {
    padding: 46px 20px;
  }

  .lead-form {
    padding: 20px;
  }

  .temp-features article {
    flex-direction: column;
  }

  .temp-outro {
    justify-content: center;
    text-align: center;
  }

  .ops-chip-top {
    top: -4%;
    left: 2%;
  }

  .ops-chip-bottom {
    right: 2%;
  }

  .ops-chip {
    padding: 10px 13px;
  }

  .ops-chip-value {
    font-size: 14px;
  }

  .site-footer {
    padding-bottom: 96px;
  }

  .policy-header {
    padding: 10px 16px;
  }

  .policy-header .brand-mark {
    font-size: 18px;
  }

  .policy-header .brand-icon-frame {
    width: 48px;
    height: 48px;
  }

  .policy-header .brand-icon {
    transform: translate(-19px, -18px) scale(0.9);
  }

  .policy-home-link {
    padding: 8px 10px;
    font-size: 12px;
  }

  .policy-hero {
    padding: 48px 20px;
  }

  .policy-hero h1 {
    font-size: 48px;
  }

  .policy-layout {
    gap: 38px;
    padding: 38px 20px 64px;
  }

  .policy-toc nav,
  .policy-data-grid {
    grid-template-columns: 1fr;
  }

  .policy-content section {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .policy-content h2 {
    font-size: 30px;
  }

  .website-deck {
    min-height: 320px;
  }

  .website-card {
    width: min(88%, 300px);
  }

  .website-card-back { --tx: -26px; --ty: -22px; }
  .website-card-mid { --tx: 18px; }
  .website-card-front { --tx: -4px; --ty: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .hatchery-logo-marquee {
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hatchery-logo-marquee::-webkit-scrollbar {
    display: none;
  }

  .hatchery-logo-track {
    padding: 0 20px;
    animation: none;
  }

  .hatchery-logo-set[aria-hidden="true"] {
    display: none;
  }
}

/* Only the genuinely narrow phones (320-360px) still cannot fit the wordmark
   next to the actions, so there the cropped icon carries the brand alone. */
@media (max-width: 340px) {
  .brand-text {
    display: none;
  }
}
