.newsletter-section{padding-block:var(--space-10)}@media (min-width:640px){.newsletter-section{padding-block:var(--space-12)}}@media (min-width:768px){.newsletter-section{padding-block:var(--space-16)}}.newsletter-section__panel{position:relative;overflow:hidden;border:1px solid rgb(var(--color-border));border-radius:0;background:rgb(var(--color-surface) / .92);backdrop-filter:blur(2px);padding:var(--space-8)}.newsletter-section__ticks{inset:.75rem;opacity:.7}.newsletter-section__ticks .gg-hex-ticks__tick{filter:none;opacity:.55;color:rgb(var(--color-brand))}.newsletter-section__layout{position:relative;z-index:1;display:grid;gap:var(--space-8);align-items:center}@media (min-width:1024px){.newsletter-section__panel{padding:var(--space-10) var(--space-12)}.newsletter-section__layout{grid-template-columns:minmax(0,1.35fr) minmax(12rem,0.65fr);gap:var(--space-10)}}.newsletter-section__main{min-width:0;max-width:38rem}.newsletter-section__kicker{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 var(--space-3);font-size:var(--text-label-size,.75rem);line-height:var(--text-label-line,1.2);font-weight:var(--text-label-weight,700);letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-brand))}.newsletter-section__kicker .gg-hex-accent-mark{gap:0}.newsletter-section__title{margin:0 0 var(--space-3);font-size:1.75rem;line-height:1.2;font-weight:var(--font-weight-semibold,600);color:rgb(var(--color-ink))}@media (min-width:640px){.newsletter-section__title{font-size:2rem}}@media (min-width:1024px){.newsletter-section__title{font-size:2.25rem}}.newsletter-section__lede{margin:0 0 var(--space-5);color:rgb(var(--color-ink-muted));font-size:1rem;line-height:1.55;max-width:36rem}.newsletter-section__props{display:flex;flex-wrap:wrap;gap:.5rem .75rem;list-style:none;margin:0 0 var(--space-6);padding:0}.newsletter-section__prop{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .7rem .35rem .5rem;border:1px solid rgb(var(--color-border));background:rgb(var(--color-bg) / .55);color:rgb(var(--color-ink));font-size:.875rem;line-height:1.3;font-weight:600}.newsletter-section__prop-mark{display:block;width:.35rem;height:.35rem;flex-shrink:0;background:rgb(var(--color-brand));clip-path:var(--gg-hex-clip)}.newsletter-section__status{margin:0 0 var(--space-4);padding:.75rem 1rem;border:1px solid transparent;font-size:.9375rem;line-height:1.4}.newsletter-section__status--ok{border-color:rgb(var(--color-success));color:rgb(var(--color-success));background:rgb(var(--color-success) / .08)}.newsletter-section__status--error{border-color:rgb(var(--color-danger));color:rgb(var(--color-danger));background:rgb(var(--color-danger) / .08)}.newsletter-section__form{display:flex;flex-direction:column;gap:var(--space-3);margin:0}@media (min-width:640px){.newsletter-section__form{flex-direction:row;align-items:flex-end;gap:var(--space-3)}}.newsletter-section__field{flex:1 1 auto;min-width:0}.newsletter-section__label{display:block;margin:0 0 .4rem;font-size:.8125rem;font-weight:600;line-height:1.3;color:rgb(var(--color-ink))}.newsletter-section__control{position:relative}.newsletter-section__icon{position:absolute;left:1rem;top:50%;width:1.25rem;height:1.25rem;transform:translateY(-50%);color:rgb(var(--color-ink-muted));pointer-events:none}.newsletter-section__input{display:block;width:100%;min-height:3.25rem;padding:.85rem 1rem .85rem 2.85rem;border:1px solid rgb(var(--color-border));border-radius:0;background:rgb(var(--color-bg));color:rgb(var(--color-ink));font:inherit;font-size:1rem;line-height:1.3;transition:border-color var(--duration-base) var(--ease-standard),background-color var(--duration-base) var(--ease-standard)}.newsletter-section__input::placeholder{color:rgb(var(--color-ink-muted));opacity:.85}.newsletter-section__input:hover{border-color:rgb(var(--color-brand) / .55)}.newsletter-section__input:focus{outline:none}.newsletter-section__input:focus-visible{border-color:rgb(var(--color-focus))}.newsletter-section__submit{flex:0 0 auto;width:100%;min-height:3.25rem;white-space:nowrap}@media (min-width:640px){.newsletter-section__submit{width:auto;min-width:11.5rem}}.newsletter-section__trust{margin:var(--space-4) 0 0;font-size:.8125rem;line-height:1.45;color:rgb(var(--color-ink-muted))}.newsletter-section__trust-link{margin-left:.35em;color:rgb(var(--color-brand));text-decoration:underline;text-underline-offset:.15em;transition:color var(--duration-fast) var(--ease-standard)}.newsletter-section__trust-link:hover,.newsletter-section__trust-link:focus-visible{color:rgb(var(--color-accent))}.newsletter-section__brand{display:none;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-3);text-align:center}@media (min-width:1024px){.newsletter-section__brand{display:flex}}.newsletter-section__logo{display:block;width:auto;height:auto;max-width:14rem;max-height:8.5rem;object-fit:contain;opacity:1}.newsletter-logo{animation:newsletter-float 3s ease-in-out infinite}@keyframes newsletter-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}.newsletter-section__brand-note{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgb(var(--color-ink-muted))}.light-mode .newsletter-section__panel{background:rgb(var(--color-surface) / .96)}.light-mode .newsletter-section__prop{background:rgb(var(--color-bg) / .8)}@media (prefers-reduced-motion:reduce){.newsletter-logo{animation:none}}