.ag-honesty{position:relative;background:var(--ag-ink, #141414);color:var(--ag-white, #fff);overflow:hidden}.ag-honesty__container{max-width:1400px;margin:0 auto;padding:0 32px;position:relative;z-index:1}.ag-honesty__accent-line{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--ag-accent, #bf3a3a),transparent)}.ag-honesty__bg-orb{position:absolute;top:50%;right:-10%;transform:translateY(-50%);width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(191,58,58,.08) 0%,transparent 70%);filter:blur(100px);pointer-events:none}.ag-honesty__side-label{position:absolute;right:32px;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center center;font-family:var(--ag-font-mono);font-size:var(--ag-text-2xs, 10px);font-weight:var(--ag-weight-medium, 500);letter-spacing:var(--ag-tracking-widest, .12em);text-transform:uppercase;color:#ffffff26;white-space:nowrap;pointer-events:none}.ag-honesty__header{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:end;margin-bottom:64px}.ag-honesty__header-left{display:flex;flex-direction:column;gap:16px}.ag-honesty__eyebrow{font-family:var(--ag-font-mono);font-size:var(--ag-text-2xs, 10px);font-weight:var(--ag-weight-medium, 500);letter-spacing:var(--ag-tracking-widest, .12em);text-transform:uppercase;color:var(--ag-accent, #bf3a3a)}.ag-honesty__headline{font-family:var(--ag-font-display);font-size:48px;font-weight:var(--ag-weight-bold, 700);line-height:var(--ag-leading-tight, 1.1);letter-spacing:-1px;color:var(--ag-white, #fff);margin:0}.ag-honesty__headline-muted{display:block;color:var(--ag-mist, rgba(255, 255, 255, .5))}.ag-honesty__header-right{display:flex;align-items:flex-end;height:100%}.ag-honesty__subhead{font-family:var(--ag-font-serif);font-size:var(--ag-text-lg, 20px);font-weight:var(--ag-weight-regular, 400);line-height:var(--ag-leading-relaxed, 1.65);color:var(--ag-silver, #b0b0b0);margin:0}.ag-honesty__subhead-bold{color:var(--ag-white, #fff)}.ag-honesty__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ag-honesty__card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--ag-radius-2xl, 24px);padding:32px;display:flex;flex-direction:column;height:100%;transition:all .4s cubic-bezier(.25,.1,.25,1);box-shadow:0 4px 24px #0000001a}.ag-honesty__card:hover{background:#ffffff0d;transform:translateY(-4px);box-shadow:0 8px 32px #00000026}.ag-honesty__card-icon{color:var(--ag-accent, #bf3a3a);margin-bottom:24px}.ag-honesty__card-claim{font-family:var(--ag-font-mono);font-size:12px;font-weight:600;color:#fff9;letter-spacing:.06em;text-transform:uppercase;margin-bottom:24px}.ag-honesty__card-label{display:block;font-family:var(--ag-font-mono);font-size:12px;font-weight:600;color:#fff6;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px}.ag-honesty__card-label--accent{color:var(--ag-accent, #bf3a3a)}.ag-honesty__card-them{margin-bottom:20px}.ag-honesty__card-them-value{font-family:var(--ag-font-body);font-size:15px;color:#ffffff73;text-decoration:line-through;line-height:1.4}.ag-honesty__card-us{margin-top:auto}.ag-honesty__card-us-value{font-family:var(--ag-font-body);font-size:18px;color:var(--ag-white, #fff);font-weight:600;line-height:1.3}.ag-honesty__stats-bar{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:64px;padding:32px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:var(--ag-radius-2xl, 24px)}.ag-honesty__stat{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.ag-honesty__stat-value{font-family:var(--ag-font-display);font-size:48px;font-weight:var(--ag-weight-bold, 700);color:var(--ag-accent, #bf3a3a);line-height:1;letter-spacing:-1px}.ag-honesty__stat-label{font-family:var(--ag-font-mono);font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;margin-top:8px}.ag-honesty .ag-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.ag-honesty .ag-reveal.is-visible{opacity:1;transform:translateY(0)}.ag-honesty__card.ag-reveal:nth-child(1){transition-delay:0s}.ag-honesty__card.ag-reveal:nth-child(2){transition-delay:.1s}.ag-honesty__card.ag-reveal:nth-child(3){transition-delay:.2s}.ag-honesty__card.ag-reveal:nth-child(4){transition-delay:.3s}@media(prefers-reduced-motion:reduce){.ag-honesty .ag-reveal{opacity:1!important;transform:translateY(0)!important;transition:none!important}.ag-honesty__card{transition:none!important}.ag-honesty__card:hover{transform:none!important}}@media(max-width:768px){.ag-honesty{padding-top:64px!important;padding-bottom:64px!important}.ag-honesty__container{padding:0 24px}.ag-honesty__header{grid-template-columns:1fr;gap:24px;margin-bottom:48px}.ag-honesty__headline{font-size:36px}.ag-honesty__side-label{display:none}.ag-honesty__grid{grid-template-columns:repeat(2,1fr);gap:12px}.ag-honesty__card{padding:24px}.ag-honesty__stats-bar{grid-template-columns:repeat(2,1fr);gap:16px;padding:24px;margin-top:48px}.ag-honesty__stat-value{font-size:36px}}@media(max-width:480px){.ag-honesty{padding-top:48px!important;padding-bottom:48px!important}.ag-honesty__container{padding:0 16px}.ag-honesty__headline{font-size:28px}.ag-honesty__grid{grid-template-columns:repeat(2,1fr);gap:8px}.ag-honesty__card{padding:16px}.ag-honesty__stats-bar{grid-template-columns:repeat(2,1fr);gap:8px}.ag-honesty__stat-value{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/honesty-section.css.map */
