:root {
  --paper: #f6f3ec;
  --ink: #252822;
  --muted: #62645c;
  --accent: #f66b24;
  --accent-ink: #b83b0b;
  --line: #deded3;
  --font-display: "Space Grotesk", sans-serif;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.7 "Plus Jakarta Sans",
    system-ui,
    sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--font-display);
  line-height: 1.08;
  letter-spacing: -0.045em;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent-ink);
  outline-offset: 5px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer;
}
[hidden] {
  display: none !important;
}
.container {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 15px;
  z-index: 200;
  padding: 12px 20px;
  background: var(--ink);
  color: white;
  transform: translateY(-160%);
}
.skip-link:focus {
  transform: none;
}
.site-header {
  height: 88px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(246 243 236 / 96%);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font: 800 27px/1 var(--font-display);
  letter-spacing: -1.3px;
}
.brand img {
  border-radius: 9px;
}
.brand-dot {
  color: var(--accent);
}
#main-nav {
  display: flex;
  gap: 34px;
  font-size: 14px;
  font-weight: 600;
}
#main-nav a {
  padding: 12px 0;
  position: relative;
}
#main-nav a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 2px;
  width: 100%;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s;
}
#main-nav a:hover:after {
  transform: scaleX(1);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  min-height: 54px;
  padding: 14px 24px;
  background: var(--accent);
  color: var(--ink);
  border: 1px solid transparent;
  border-radius: 5px;
  font-weight: 700;
  font-size: 15px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #ff8548;
  transform: translateY(-2px);
}
.button span {
  font-size: 21px;
  line-height: 1;
  transition: transform 0.2s;
}
.button:hover span {
  transform: translate(2px, -2px);
}
.button-small {
  min-height: 43px;
  padding: 9px 18px;
  gap: 25px;
  font-size: 12px;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
  color: var(--ink);
}
.hero {
  position: relative;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.04fr 1fr;
  gap: 25px;
  align-items: center;
  min-height: 650px;
  padding-block: 30px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.13em;
  font-weight: 700;
  line-height: 1.5;
}
.hero .eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
}
.status-dot {
  height: 7px;
  width: 7px;
  background: var(--accent);
  border-radius: 50%;
}
.hero h1 {
  font-size: clamp(80px, 8.9vw, 126px);
  font-weight: 800;
  letter-spacing: -0.05em;
  margin: 18px 0 14px;
  line-height: 1;
}
.hero h1 span {
  color: var(--accent);
}
.hero h2 {
  font-size: clamp(35px, 3.6vw, 49px);
  font-weight: 700;
  letter-spacing: -0.045em;
}
.hero-description {
  font-size: 18px;
  line-height: 1.85;
  color: var(--muted);
  margin-top: 22px;
}
.hero-actions {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 28px;
}
.text-link {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
.text-link span {
  transition: transform 0.2s;
}
.text-link:hover span {
  transform: translateY(3px);
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero-note {
  font-size: 13px;
  margin-top: 19px;
  color: var(--muted);
}
.product-stage {
  position: relative;
  min-width: 0;
  height: 578px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image:
    linear-gradient(#deded355 1px, transparent 1px),
    linear-gradient(90deg, #deded355 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.stage-circle {
  position: absolute;
  width: 420px;
  max-width: 96%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f6d7bd;
}
.stage-circle:after {
  content: "";
  position: absolute;
  inset: -22px;
  border: 1px solid #e5baa0;
  border-radius: 50%;
}
.stage-guide {
  position: absolute;
  inset: 8px 16px auto;
  display: flex;
  justify-content: space-between;
  font: 9px/1.5 monospace;
  letter-spacing: 0.05em;
  color: var(--muted);
}
.stage-cross {
  position: absolute;
  font: 24px/1 monospace;
  color: #857f71;
}
.cross-one {
  left: 10%;
  top: 20%;
}
.cross-two {
  right: 9%;
  bottom: 22%;
}
.phone {
  position: relative;
  width: 218px;
  border: 6px solid var(--ink);
  border-radius: 27px;
  overflow: hidden;
  background: var(--ink);
  box-shadow: 16px 24px 40px #25282225;
  transform: rotate(-6deg);
  transition: transform 0.6s var(--ease);
  z-index: 1;
}
.phone img {
  width: 100%;
  aspect-ratio: 640/1436;
}
.product-stage:hover .phone {
  transform: rotate(-3deg) translateY(-3px);
}
.preview-label {
  position: absolute;
  right: 0;
  bottom: 135px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  line-height: 1.6;
  z-index: 2;
  transform: rotate(-6deg);
}
.preview-label > span:last-child {
  background: var(--paper);
  padding: 6px;
}
.label-line {
  width: 44px;
  height: 1px;
  background: var(--ink);
}
.preview-controls {
  position: absolute;
  bottom: 0;
  display: flex;
  padding: 4px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  z-index: 3;
}
.preview-controls button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  padding: 10px 13px;
  border-radius: 3px;
  transition:
    background 0.2s,
    color 0.2s;
}
.preview-controls button[aria-pressed="true"] {
  background: var(--ink);
  color: white;
}
.preview-controls button:hover:not([aria-pressed="true"]) {
  background: #f6d7bd;
}
.hero-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  padding-block: 20px;
  font-size: 9px;
  letter-spacing: 0.09em;
  color: var(--muted);
}
.hero-bottom a {
  letter-spacing: 0;
  font-size: 11px;
}
.hero-bottom a span {
  margin-left: 18px;
}
.section {
  padding-block: 104px;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.section-heading .eyebrow {
  padding-top: 8px;
  color: var(--muted);
}
.section h2 {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 600;
}
.section-heading p:not(.eyebrow) {
  color: var(--muted);
  margin-top: 20px;
  font-size: 16px;
}
.workflow {
  background: #fffdf8;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 55px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 46px;
}
.steps li {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.step-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.step-top span {
  font: 500 32px/1 var(--font-display);
  color: var(--accent-ink);
}
.step-top svg {
  width: 28px;
  height: 28px;
}
.steps h3 {
  font-size: 23px;
  margin-bottom: 14px;
}
.steps p {
  font-size: 16px;
  color: var(--muted);
  max-width: 315px;
  line-height: 1.75;
}
.features {
  background: var(--ink);
  color: var(--paper);
}
.feature-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.features .eyebrow {
  color: #ff995a;
  margin-bottom: 26px;
}
.feature-intro {
  position: sticky;
  top: 128px;
  align-self: start;
}
.feature-intro > p:not(.eyebrow) {
  color: #d2d4ca;
  max-width: 340px;
  margin: 24px 0;
  font-size: 16px;
  line-height: 1.75;
}
.features .text-link {
  color: var(--paper);
}
.field-stamp {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 48px;
  color: #ff995a;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.13em;
  line-height: 1.8;
}
.field-stamp svg {
  width: 60px;
  height: 60px;
}
.feature-list article {
  display: flex;
  gap: 26px;
  border-top: 1px solid #4b4f45;
  padding-block: 27px;
}
.feature-list article:last-child {
  padding-bottom: 0;
}
.feature-number {
  font: 11px/2 monospace;
  color: #ff995a;
}
.feature-list h3 {
  font-size: 24px;
  margin-bottom: 13px;
  letter-spacing: -0.025em;
}
.feature-list p {
  color: #d2d4ca;
  font-size: 16px;
  line-height: 1.75;
  max-width: 385px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 85px;
}
.faq .eyebrow {
  margin-bottom: 24px;
  color: var(--muted);
}
.faq h2 {
  font-size: 42px;
}
.faq-layout > div > p:not(.eyebrow) {
  margin-top: 26px;
  font-size: 16px;
  line-height: 2;
  color: var(--muted);
}
.faq .text-link {
  color: var(--ink);
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq-list summary {
  position: relative;
  padding: 22px 35px 22px 0;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 16px;
  font: 400 25px/1.6 var(--font-display);
  color: var(--accent-ink);
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list details p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--muted);
  padding: 0 28px 24px 0;
  max-width: 500px;
}
.faq-list p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.download {
  background: #eee8da;
  border-block: 1px solid #deded3;
  padding-block: 74px;
}
.download-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.download .eyebrow {
  color: var(--muted);
  margin-bottom: 22px;
}
.download h2 {
  font-size: clamp(36px, 4.5vw, 58px);
}
.download h2 span {
  color: var(--accent-ink);
}
.download-inner > div > p:last-child {
  font-size: 16px;
  color: var(--muted);
  margin-top: 20px;
}
.download-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.download-action img {
  margin-bottom: 23px;
  border-radius: 15px;
}
.download-action .button {
  font-size: 15px;
  gap: 20px;
}
.download-action p {
  max-width: 250px;
  text-align: center;
  font-size: 13px !important;
}
.site-footer {
  padding: 38px 0 22px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}
.footer-top .brand {
  font-size: 24px;
}
.footer-top p {
  font-size: 13px;
  color: var(--muted);
}
.footer-top nav {
  display: flex;
  gap: 24px;
  font-size: 14px;
}
.footer-top nav a:hover {
  text-decoration: underline;
}
.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--muted);
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-copy > * {
  animation: enter 0.7s var(--ease) both;
}
.hero-copy > :nth-child(2) {
  animation-delay: 0.06s;
}
.hero-copy > :nth-child(3) {
  animation-delay: 0.12s;
}
.hero-copy > :nth-child(4) {
  animation-delay: 0.18s;
}
.hero-copy > :nth-child(5) {
  animation-delay: 0.24s;
}
.hero-copy > :nth-child(6) {
  animation-delay: 0.3s;
}
.reveal-ready {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s var(--ease),
    transform 0.65s var(--ease);
}
.reveal-ready.visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 1450px) {
  .hero-inner {
    min-height: 710px;
  }
  .product-stage {
    height: 625px;
  }
  .phone {
    width: 240px;
  }
  .stage-circle {
    width: 470px;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero-inner {
    gap: 12px;
  }
  .hero h1 {
    font-size: 94px;
  }
  .hero h2 {
    font-size: 40px;
  }
  .product-stage {
    height: 550px;
  }
  .phone {
    width: 202px;
  }
  .preview-label {
    right: -6px;
    font-size: 10px;
  }
  .label-line {
    width: 20px;
  }
  .hero-actions {
    gap: 20px;
  }
  .feature-layout {
    gap: 55px;
  }
  .faq-layout {
    gap: 50px;
  }
  .steps {
    gap: 28px;
  }
  .steps h3 {
    font-size: 21px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 86px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 72px;
  }
  .header-inner {
    gap: 10px;
    flex-wrap: wrap;
  }
  .brand {
    font-size: 24px;
  }
  .brand img {
    width: 30px;
  }
  .header-cta {
    margin-left: auto;
    font-size: 10px;
    min-height: 39px;
    padding: 8px 12px;
    gap: 13px;
  }
  .menu-toggle {
    display: block;
    font-size: 11px;
    order: 3;
  }
  .menu-toggle span {
    font-size: 18px;
    margin-left: 6px;
  }
  .js-nav #main-nav {
    display: none;
  }
  .js-nav #main-nav.is-open {
    display: flex;
  }
  #main-nav {
    order: 4;
    position: absolute;
    left: 0;
    right: 0;
    top: 71px;
    background: var(--paper);
    padding: 18px 24px;
    border-bottom: 1px solid var(--line);
    justify-content: center;
    gap: 25px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 38px;
    padding-bottom: 24px;
    min-height: auto;
  }
  .hero-copy {
    max-width: 540px;
  }
  .hero h1 {
    font-size: clamp(76px, 17vw, 108px);
    margin: 14px 0 12px;
  }
  .hero h2 {
    font-size: 35px;
  }
  .hero-description {
    font-size: 18px;
    margin-top: 17px;
  }
  .hero-actions {
    margin-top: 22px;
    gap: 24px;
  }
  .hero-actions .button {
    min-height: 47px;
    padding: 11px 20px;
    font-size: 14px;
    gap: 25px;
  }
  .hero-actions .text-link {
    font-size: 14px;
  }
  .hero-note {
    font-size: 13px;
    margin-top: 13px;
  }
  .hero .eyebrow {
    font-size: 9px;
  }
  .product-stage {
    height: 440px;
    max-width: 470px;
    width: 100%;
    margin: auto;
  }
  .phone {
    width: 164px;
    border-width: 5px;
    border-radius: 21px;
  }
  .stage-circle {
    width: 310px;
  }
  .stage-circle:after {
    inset: -15px;
  }
  .stage-guide {
    top: 0;
    font-size: 8px;
  }
  .preview-label {
    right: 0;
    bottom: 105px;
  }
  .preview-controls button {
    font-size: 12px;
    padding: 9px 12px;
  }
  .hero-bottom {
    padding-block: 16px;
  }
  .hero-bottom > span {
    font-size: 8px;
  }
  .hero-bottom > a {
    font-size: 9px;
  }
  .hero-bottom a span {
    margin-left: 6px;
  }
  .section {
    padding-block: 64px;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .section h2 {
    font-size: 37px;
  }
  .section-heading p:not(.eyebrow) {
    font-size: 16px;
    margin-top: 16px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 36px;
  }
  .steps li {
    padding-top: 20px;
  }
  .step-top {
    margin-bottom: 16px;
  }
  .step-top span {
    font-size: 26px;
  }
  .step-top svg {
    width: 24px;
  }
  .steps h3 {
    font-size: 23px;
  }
  .steps p {
    max-width: 100%;
    font-size: 16px;
  }
  .feature-layout,
  .faq-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .feature-intro {
    position: static;
  }
  .field-stamp {
    display: none;
  }
  .features .eyebrow {
    margin-bottom: 22px;
  }
  .feature-intro > p:not(.eyebrow) {
    max-width: 100%;
    font-size: 16px;
  }
  .feature-list article {
    padding-block: 24px;
    gap: 20px;
  }
  .feature-list h3 {
    font-size: 22px;
  }
  .faq .eyebrow {
    margin-bottom: 22px;
  }
  .faq-layout > div > p:not(.eyebrow) {
    margin-top: 20px;
  }
  .faq-list summary {
    font-size: 16px;
  }
  .download-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
  .download-action {
    align-items: flex-start;
  }
  .download-action img {
    display: none;
  }
  .download-action p {
    text-align: left;
  }
  .download-inner > div > p:last-child {
    margin-top: 16px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 22px;
  }
  .footer-top > p {
    display: none;
  }
  .footer-top nav {
    margin-left: auto;
    gap: 18px;
  }
  .footer-bottom {
    gap: 20px;
    font-size: 12px;
  }
  .footer-bottom span:last-child {
    text-align: right;
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 32px);
  }
  .hero-actions {
    gap: 16px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .header-cta {
    display: none;
  }
  .menu-toggle {
    margin-left: auto;
  }
  .hero-bottom > span {
    letter-spacing: 0;
  }
  .preview-label {
    font-size: 9px;
  }
  .footer-top nav {
    gap: 13px;
  }
  .desktop-break {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .reveal-ready {
    opacity: 1;
    transform: none;
  }
  .product-stage:hover .phone {
    transform: rotate(-6deg);
  }
}

/* Outlined wordmark: consistent rendering without a font dependency. */
.brand .brand-wordmark { width: 166px; height: auto; border-radius: 0; }
@media (max-width: 760px) { .brand .brand-wordmark { width: 138px; } }

/* The selected Manrope lettering is outlined in the SVG. */
.hero h1 { width: min(440px, 100%); margin: 20px 0 18px; }
.hero h1 img { width: 100%; height: auto; }
@media (max-width: 760px) { .hero h1 { width: min(330px, 100%); margin: 16px 0; } }

/* Current app captures: preserve complete screens and their aspect ratios. */
.steps .step-screen {
  display: block;
  width: min(100%, 240px);
  height: auto;
  margin: 28px auto 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 14px 32px rgb(37 40 34 / 8%);
}
.steps li { display: flex; flex-direction: column; }
.steps li > p { margin-bottom: 28px; }
.steps .step-screen { margin-top: auto; }

/* Landing screen unfolds into the real feature screens. */
.product-stage { mask-image: none; }
.screen-fan { position: absolute; inset: 0; pointer-events: none; }
.fan-card {
  position: absolute;
  left: 50%; top: 48%;
  width: min(39%, 218px);
  margin: 0;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-6deg) scale(.94);
  transition: left 600ms var(--ease), top 600ms var(--ease), transform 600ms var(--ease), opacity 300ms ease;
  transform-origin: 50% 50%;
}
.fan-card .phone, .product-stage:hover .fan-card .phone {
  width: 100%; transform: none; transition: none;
}
.fan-card figcaption {
  position: absolute; bottom: calc(100% + 20px); left: 50%;
  width: max-content; max-width: 130%; transform: translateX(-50%);
  padding: 9px 15px; border-radius: 999px;
  background: #454740; color: #fffdf8;
  line-height: 1.3;
  text-align: center; font-size: 15px; font-weight: 600;
  opacity: 0; transition: opacity 200ms ease;
}
.fan-home { opacity: 1; z-index: 4; transform: translate(-50%, -50%); }
.fan-markup { z-index: 3; }
.fan-pins { z-index: 2; }
.fan-share { z-index: 1; }
.is-expanded .fan-card { opacity: 1; }
.is-expanded .fan-home { left: 22%; top: 57%; transform: translate(-50%, -50%) rotate(-22deg) scale(.66); }
.is-expanded .fan-markup { left: 39%; top: 43%; transform: translate(-50%, -50%) rotate(-7deg) scale(.66); }
.is-expanded .fan-pins { left: 61%; top: 43%; transform: translate(-50%, -50%) rotate(7deg) scale(.66); }
.is-expanded .fan-share { left: 78%; top: 57%; transform: translate(-50%, -50%) rotate(22deg) scale(.66); }
.is-expanded .fan-card figcaption { opacity: 1; transition-delay: 250ms; }
.fan-toggle {
  position: absolute; bottom: 0; z-index: 5;
  min-height: 48px; padding: 12px 18px;
  display: inline-flex; align-items: center; gap: 16px;
  border: 1px solid var(--line); border-radius: 8px;
  background: var(--paper); color: var(--ink); font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1.5;
}
.fan-toggle[aria-expanded="true"] { background: var(--ink); color: var(--paper); }
@media (max-width: 760px) {
  .fan-card { width: min(43%, 190px); }
  .is-expanded .fan-home { left: 22%; transform: translate(-50%, -50%) rotate(-18deg) scale(.58); }
  .is-expanded .fan-markup { left: 39%; transform: translate(-50%, -50%) rotate(-6deg) scale(.58); }
  .is-expanded .fan-pins { left: 61%; transform: translate(-50%, -50%) rotate(6deg) scale(.58); }
  .is-expanded .fan-share { left: 78%; transform: translate(-50%, -50%) rotate(18deg) scale(.58); }
  .fan-card figcaption { font-size: 15px; padding: 9px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  .fan-card, .fan-card figcaption { transition: none; }
}
