/* About Wallily page — all selectors scoped under .wallily-about.
   Extracted from Claude Design export; embedded base64 Inter @font-face
   stripped (theme self-hosts Inter + Neuton via source.css). */

.wallily-about {
    --white: #FFFFFF;
    --ink: #181716;
    --ink-soft: #45433F;
    --orange: #F58815;
    --indigo: #3D3270;
    --lav: #E8D5E8;
    --blue: #D7E6F5;
    --green: #D4E9D7;
    --line: rgba(24, 23, 22, 0.14);
    --maxw: 1200px;
  }

  .wallily-about, .wallily-about * { box-sizing: border-box; }

  .wallily-about { scroll-behavior: smooth; }

  .wallily-about {
    margin: 0;
    font-family: "Inter", system-ui, sans-serif;
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
  }

  .wallily-about h1, .wallily-about h2, .wallily-about h3 {
    font-family: "Neuton", Georgia, serif;
    font-weight: 400;
    line-height: 1.06;
    letter-spacing: -0.01em;
    margin: 0;
  }

  .wallily-about p { margin: 0; }

  .wallily-about a { color: inherit; }

  .wallily-about .wrap {
    width: 100%;
    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 32px;
  }

  .wallily-about .eyebrow {
    font-family: "Inter", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    gap: 11px;
  }

  .wallily-about .eyebrow::before {
    content: "";
    width: 30px; height: 2px;
    background: var(--orange);
  }

  .wallily-about .eyebrow.center::after {
    content: "";
    width: 30px; height: 2px;
    background: var(--orange);
  }

  .wallily-about .lead {
    font-size: 1.12rem;
    color: var(--ink-soft);
    max-width: 60ch;
  }

  .wallily-about .lead u, .wallily-about .ulink {
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
    text-decoration-color: var(--orange);
    color: var(--ink);
    cursor: pointer;
  }

  
  .wallily-about .btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 0.98rem;
    padding: 15px 28px;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.25s ease, background 0.2s ease;
    border: 2px solid var(--ink);
    white-space: nowrap;
    text-decoration: none;
  }

  .wallily-about .btn-primary {
    background: var(--orange);
    color: var(--ink);
    box-shadow: 5px 5px 0 var(--ink);
  }

  .wallily-about .btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--ink); }

  .wallily-about .btn-primary:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 var(--ink); }

  .wallily-about .btn-ghost {
    background: transparent;
    color: var(--ink);
  }

  .wallily-about .btn-ghost:hover { background: var(--ink); color: var(--white); }

  .wallily-about .btn-on-dark { border-color: var(--white); color: var(--white); }

  .wallily-about .btn-on-dark:hover { background: var(--white); color: var(--indigo); }

  
  .wallily-about section { position: relative; }

  .wallily-about .pad { padding: clamp(64px, 9vw, 130px) 0; }

  .wallily-about .blk-lav { background: var(--lav); }

  .wallily-about .blk-blue { background: var(--blue); }

  .wallily-about .blk-green { background: var(--green); }

  .wallily-about .blk-indigo { background: var(--indigo); color: var(--white); }

  .wallily-about .head { max-width: 760px; }

  .wallily-about .head.center { margin: 0 auto; text-align: center; }

  .wallily-about .head h2 {
    font-size: clamp(2.2rem, 5vw, 3.7rem);
    margin: 20px 0 18px;
  }

  .wallily-about .blk-indigo .head h2 { color: var(--white); }

  /* #how heading "From the Creators, Direct to Your Door" is the longest h2
     and wraps the last word inside the default 760px .head box. Let this one
     section's head span the full .wrap width so the title sits on one line;
     the .lead paragraph below keeps its own max-width: 60ch so it stays
     readable. The clamp() font-size still shrinks on tablet/mobile, so the
     title reflows naturally on narrow viewports where one line is impossible. */
  .wallily-about #how .head { max-width: none; }

  
  .wallily-about .hero { padding: clamp(48px, 7vw, 96px) 0 clamp(60px, 8vw, 110px); }

  .wallily-about .hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
  }

  .wallily-about .hero h1 {
    font-size: clamp(3rem, 7vw, 5.4rem);
    margin: 24px 0 22px;
  }

  .wallily-about .hero h1 em { font-style: italic; }

  .wallily-about .hero .sub {
    font-size: clamp(1.1rem, 1.7vw, 1.35rem);
    font-weight: 600;
    margin-bottom: 18px;
  }

  .wallily-about .hero .cta-row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }

  .wallily-about .emblem { position: relative; width: 100%; max-width: 500px; margin-inline: auto; aspect-ratio: 1/1; }

  .wallily-about .emblem svg { width: 100%; height: 100%; display: block; }

  .wallily-about .badge {
    position: absolute;
    background: var(--white);
    border: 2px solid var(--ink);
    border-radius: 14px;
    padding: 11px 15px;
    box-shadow: 4px 4px 0 var(--ink);
    display: flex; align-items: center; gap: 11px;
    font-size: 0.86rem; font-weight: 700;
  }

  .wallily-about .badge small { display: block; font-weight: 500; color: var(--ink-soft); font-size: 0.74rem; }

  .wallily-about .badge svg { width: 32px; height: 32px; flex: none; }

  .wallily-about .badge.one { top: 5%; left: -4%; }

  .wallily-about .badge.two { bottom: 7%; right: -3%; }

  
  .wallily-about .statement { text-align: center; max-width: 940px; margin: 0 auto; }

  .wallily-about .statement p {
    font-family: "Neuton", serif;
    font-size: clamp(1.6rem, 3.2vw, 2.5rem);
    line-height: 1.32;
  }

  .wallily-about .statement .small {
    font-family: "Inter", sans-serif;
    font-size: 1.06rem;
    color: var(--ink-soft);
    margin-top: 28px;
    line-height: 1.7;
  }

  
  .wallily-about .pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(28px, 3vw, 44px);
    margin-top: 64px;
  }

  .wallily-about .pillar {
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: clamp(8px, 2vw, 24px) clamp(12px, 3vw, 40px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .wallily-about .pillar .disc {
    width: clamp(180px, 22vw, 230px);
    aspect-ratio: 1 / 1;
    border: none;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
  }

  .wallily-about .pillar .disc.lav { background: var(--lav); }

  .wallily-about .pillar .disc.green { background: var(--green); }

  .wallily-about .pillar .ic { width: 64%; height: 64%; }

  .wallily-about .pillar h3 { font-size: clamp(1.8rem, 2.4vw, 2.2rem); margin-bottom: 14px; }

  .wallily-about .pillar p { color: var(--ink-soft); font-size: 1.06rem; max-width: 34ch; margin-inline: auto; }

  
  .wallily-about .steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 20px;
    align-items: start;
    margin-top: 64px;
  }

  .wallily-about .step { text-align: center; }

  .wallily-about .step .ic { width: 132px; height: 132px; margin: 0 auto 22px; }

  .wallily-about .step h3 { font-size: 1.55rem; margin-bottom: 10px; }

  .wallily-about .step p { color: var(--ink-soft); font-size: 0.99rem; max-width: 30ch; margin-inline: auto; }

  .wallily-about .step-arrow { align-self: center; color: var(--ink); margin-top: 56px; flex: none; }

  
  .wallily-about .benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: clamp(28px, 3.5vw, 48px);
    margin-top: 60px;
  }

  .wallily-about .benefit .ic { width: 96px; height: 96px; margin-bottom: 22px; }

  .wallily-about .benefit h3 { font-size: 1.7rem; margin-bottom: 18px; }

  .wallily-about .benefit ul { list-style: none; margin: 0; padding: 0; }

  .wallily-about .benefit li {
    font-size: 0.98rem;
    color: var(--ink);
    padding: 7px 0;
    border-top: 1px solid rgba(24,23,22,0.16);
  }

  .wallily-about .benefit li:first-child { border-top: none; }

  
  .wallily-about .cta { text-align: center; max-width: 840px; margin: 0 auto; }

  .wallily-about .cta h2 { font-size: clamp(2.4rem, 5.4vw, 4rem); margin-bottom: 20px; color: var(--white); }

  .wallily-about .cta h2 em { font-style: italic; color: var(--orange); }

  .wallily-about .cta .lead { color: rgba(255,255,255,0.82); margin-inline: auto; }

  .wallily-about .cta-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin-top: 36px; }

  .wallily-about .blk-indigo .eyebrow { color: var(--white); }

  .wallily-about .blk-indigo .eyebrow::before, .wallily-about .blk-indigo .eyebrow.center::after { background: var(--orange); }

  
  @media (max-width: 900px) {

    .wallily-about .hero-grid { grid-template-columns: 1fr; }

    .wallily-about .emblem { order: -1; max-width: 400px; }

    .wallily-about .pillars { grid-template-columns: 1fr; gap: 24px; }

    .wallily-about .benefits { grid-template-columns: repeat(2, 1fr); }

    .wallily-about .steps { grid-template-columns: 1fr; gap: 14px; }

    .wallily-about .step-arrow { transform: rotate(90deg); margin: 4px auto; }

  }

  @media (max-width: 540px) {

    .wallily-about .benefits { grid-template-columns: 1fr; }

    .wallily-about .badge.one { left: 0; }

    .wallily-about .badge.two { right: 0; }

  }

  @media (prefers-reduced-motion: reduce) {

    .wallily-about { scroll-behavior: auto; }

    .wallily-about, .wallily-about * { transition: none !important; }

  }
