.page-row{align-items:flex-start;display:flex;justify-content:center;padding-bottom:1rem;padding-left:1rem;padding-right:1rem;width:100%}.page-row__section{border-radius:1rem}@media (min-width: 768px){.page-row__section{border-radius:1.5rem}}@media (min-width: 1280px){.page-row__section{border-radius:2rem}}.page-row__section{align-items:center;clip-path:inset(0 round 1rem);display:flex;flex-direction:column;gap:1.5rem;justify-content:center;max-width:112.5rem;min-height:75vh;padding:4rem 1.5rem;width:100%}@media (min-width: 768px){.page-row__section{clip-path:inset(0 round 1.5rem);gap:3rem;padding:8rem 4rem}}.page-row__section--dark{background-color:#060606;color:#fff}.page-row__section--light,.page-row__section--medium{background-color:#ebebeb;color:#1a1a1a}.page-row__section--transparent{background-color:transparent;color:#1a1a1a}.page-row__section--no-clip{clip-path:none}.accordion{border-top:.5px solid rgba(26,26,26,.25);border-bottom:.5px solid rgba(26,26,26,.25);padding:3rem 0;width:100%}.accordion+.accordion{border-top:none}.accordion__header{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-family:inherit;font-size:inherit;justify-content:space-between;text-align:left;-webkit-appearance:none;-webkit-tap-highlight-color:transparent;width:100%}.accordion__header:hover{opacity:.8}.accordion__header:focus{outline:2px solid #060606;outline-offset:2px}.accordion__header-text{color:inherit;flex:1;font-size:1.5rem;line-height:1.2}.accordion__header-icon{align-items:center;color:inherit;display:flex;flex-shrink:0;height:14px;justify-content:center;margin-left:1.5rem;transition:transform .3s ease;width:1.125rem}.accordion__header-icon--open{transform:rotate(180deg)}.accordion__content{color:inherit;font-size:1.125rem;line-height:1.4;max-width:65ch;padding-top:1rem}.card-stack{aspect-ratio:1/1;margin-bottom:90px;position:relative;width:100%}.card-stack__item{border-radius:2rem;cursor:pointer;left:0;overflow:hidden;position:absolute;transition:all .6s cubic-bezier(.4,0,.2,1);width:100%}.card-stack__item--position-0{top:0;transform:scale(1);z-index:4}.card-stack__item--position-1{top:30px;transform:scale(.95);z-index:3}.card-stack__item--position-2{top:60px;transform:scale(.9);z-index:2}.card-stack__item--position-3{top:90px;transform:scale(.85);z-index:1}.card-stack__item--swapping{animation:card-stack-swap .6s ease-in-out forwards}@keyframes card-stack-swap{0%{transform:scale(1);z-index:4}40%{transform:scale(1) translate(120%);z-index:4}50%{transform:scale(.85) translate(120%);z-index:0}to{transform:scale(.85);top:90px;z-index:1}}.card-stack__dots{bottom:-82px;display:flex;gap:10px;justify-content:center;left:50%;position:absolute;transform:translate(-50%)}.card-stack__dot{background-color:#fff6;border:none;border-radius:4px;cursor:pointer;height:6px;padding:0;width:16px}.card-stack__dot:hover{background-color:#ffffffb3}.card-stack__dot--active{background-color:#fff}.card-stack--video .card-stack__item{aspect-ratio:1/1;height:auto}.card-stack--video video{border-radius:2rem;height:100%;object-fit:cover;width:100%}.card-stack--principles .card-stack__item{aspect-ratio:1/1;background-color:#1f1f1f;color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:3rem}.card-stack--principles .card-stack__item h3{font-size:2.25rem;font-weight:400;margin:0;position:relative;z-index:1}.card-stack--principles .card-stack__item p{font-size:1.125rem;line-height:1.4;margin:0;opacity:.7;position:relative;z-index:1}.card-stack__item--has-video{background-color:transparent}.card-stack__item--has-video:after{background-color:#00000026;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.card-stack__item-video,.card-stack__item-image{top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;object-position:center;position:absolute;transform:scale(1.2);transition:opacity .5s ease-in-out;width:100%;z-index:-1}.card-stack__item-video--fading{opacity:0}.card-stack__item--zoomed:after{background-color:#00000080}.card-stack__item--zoomed .card-stack__item-video{transform:scale(1.3) translate(20px)}.card-stack__item--darkened:after{background-color:#0009}.footer{background:#f3f3ef;padding:60px 40px;width:100%}@media (max-width: 800px){.footer{padding:40px 24px}}.footer__top{max-width:900px;margin:0 auto 40px;display:flex;flex-direction:column;gap:40px}@media (min-width: 768px){.footer__top{flex-direction:row;gap:80px}}.footer__logo-section{display:flex;flex-direction:column;gap:16px}.footer__logo{height:auto;max-width:120px}.footer__bbb{height:auto;max-width:100px}.footer__nav{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;flex:1}@media (min-width: 768px){.footer__nav{grid-template-columns:repeat(4,1fr)}}.footer__col h3{font-family:Aeonik TRIAL,sans-serif;font-size:.875rem;font-weight:500;margin-bottom:12px;color:#1a1a18}.footer__col ul{list-style:none;padding:0;margin:0}.footer__col li{margin-bottom:8px}.footer__col a{font-size:.8125rem;color:#7a7a72;text-decoration:none}.footer__col a:hover{color:#1a1a18}.footer__bottom{max-width:900px;margin:0 auto;padding-top:32px;border-top:1px solid #e2e2da}.footer__bottom p{font-family:Aeonik TRIAL,sans-serif;font-size:.6875rem;color:#7a7a72;line-height:1.5;margin-bottom:8px}.footer__bottom p:last-child{margin-bottom:0}.footer__bottom p a{color:#7a7a72;text-decoration:underline}.footer__bottom p a:hover{color:#1a1a18}.hero-section{display:flex;flex-direction:column;height:calc(100vh - 2rem);width:100%;padding-top:1rem;padding-bottom:1rem}@media (orientation: landscape){.hero-section{flex-direction:row}}.hero-section__primary{align-items:center;background-color:#ebebeb;border-top-right-radius:2rem;border-bottom-right-radius:2rem;display:flex;flex-direction:column;font-weight:400;font-size:20vw;justify-content:center;line-height:.9;margin-right:1rem;margin-bottom:1rem;height:calc(65vh - 2rem);width:calc(100% - 1rem)}.hero-section__primary div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}@media (orientation: landscape){.hero-section__primary{font-size:11vw;height:calc(100vh - 4rem);width:65%}}.hero-section__primary-year{font-style:italic;opacity:.25}.hero-section__secondary{background-color:#060606;border-top-left-radius:2rem;border-bottom-left-radius:2rem;display:flex;align-items:center;align-self:flex-end;justify-content:center;height:calc(35vh - 2rem);overflow:hidden;width:calc(100% - 1rem)}.hero-section__secondary img{width:30%;height:30%;object-fit:contain;object-position:center}.hero-section__secondary svg{width:18vw;height:18vw}@media (orientation: landscape){.hero-section__secondary{height:calc(100vh - 4rem);width:35%}.hero-section__secondary svg{width:9.9vw;height:9.9vw}}.section-layout{align-items:center;display:flex;flex-direction:column;gap:1.5rem;justify-content:center;max-width:1440px;width:100%}@media (min-width: 768px){.section-layout{gap:3rem}}@media (min-width: 768px){.section-layout--split{flex-direction:row}}.section-layout--stacked{flex-direction:column}.section-layout--stacked .section-layout__text{align-items:flex-start;margin:0 auto;text-align:left}@media (min-width: 768px){.section-layout--stacked .section-layout__text{align-items:center;max-width:580px;text-align:center}}@media (min-width: 1440px){.section-layout--stacked .section-layout__text{max-width:720px}}@media (min-width: 1800px){.section-layout--stacked .section-layout__text{max-width:860px}}.section-layout--left-aligned{align-items:flex-start}.section-layout--left-aligned .section-layout__text{align-items:flex-start;margin:0;text-align:left;max-width:1440px}.section-layout__text{display:flex;flex:1;flex-direction:column;gap:1.5rem;justify-content:center;margin-bottom:3rem;max-width:720px}@media (min-width: 768px){.section-layout__text{margin-bottom:0}}.section-layout--stacked .section-layout__text{max-width:1440px}.section-layout__text-heading{color:inherit;font-size:1.5rem;line-height:1.2;margin:0;max-width:65ch;opacity:.5;transition:font-size .2s ease}.section-layout__text-subheading{color:inherit;font-size:2.25rem;line-height:1.2;margin:0;max-width:30ch;transition:font-size .2s ease}@media (min-width: 768px){.section-layout__text-subheading{font-size:2.75rem}}.section-layout__text-copy{color:inherit;font-size:1.125rem;line-height:1.4;margin:0;max-width:480px}@media (min-width: 1440px){.section-layout__text-copy{max-width:600px}}@media (min-width: 1800px){.section-layout__text-copy{max-width:720px}}.section-layout__text-copy a{color:inherit;font-family:JetBrains Mono,monospace;opacity:.5}.section-layout__media{align-items:center;border-radius:1rem;display:flex;flex:1;justify-content:flex-end;max-width:100%;padding:0;width:100%}@media (min-width: 768px){.section-layout__media{justify-content:flex-end;max-width:720px;padding:0}}.section-layout__media img,.section-layout__media video{border-radius:1.5rem;height:auto;max-height:none;object-fit:contain;max-width:100%;object-position:center;transition:max-width .2s ease,opacity .6s ease-in-out;width:100%}@media (min-width: 768px){.section-layout__media img,.section-layout__media video{aspect-ratio:1/1;height:100%;max-height:100%;max-width:50vw}}.section-layout__media--cropped video{clip-path:inset(1% 15%)}.section-layout__media--wide{aspect-ratio:16/9;background-color:#000;border-radius:1.5rem;flex:none;max-width:none;overflow:hidden;padding:0;width:100%}@media (min-width: 768px){.section-layout__media--wide{flex:1;max-width:1080px}}.section-layout__media--wide video,.section-layout__media--wide img{aspect-ratio:auto;border-radius:0;height:100%;max-width:100%;object-fit:cover;width:100%}.section-layout__media--faded video{opacity:0}.section-layout__content{max-width:720px}.section-layout__content--full-width{max-width:1440px;width:100%}.section-layout__full-bleed{position:relative;width:100vw}.slat{border-color:#ffffff40;border-top-style:solid;border-top-width:.5px;padding:3rem 0;width:100%}.slat:last-child{border-bottom-width:.5px;border-bottom-style:solid}.slat__row{align-items:center;display:flex;justify-content:space-between;width:100%}.slat__text{color:inherit;flex:1;font-size:1.5rem;line-height:1.2}.slat__button{color:inherit;font-family:JetBrains Mono,monospace;font-size:1.125rem;margin-left:1.5rem;opacity:.5;text-decoration:none;transition:opacity .2s ease}.slat__button:hover{opacity:.8}.principle-pill{align-items:center;color:inherit;display:inline-flex;font-family:JetBrains Mono,monospace;font-size:1.125rem;gap:.5rem;line-height:1.4;margin-top:1rem;opacity:.5;width:fit-content}.principle-pill__arrow{flex-shrink:0}.design-page{min-height:100vh;overflow-x:hidden;width:100%}.locations-carousel{overflow:hidden;padding-bottom:3rem}.locations-carousel__track{animation:scroll 120s linear infinite;display:flex;gap:1rem;width:fit-content}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.location-tile{background-color:#fff;border-radius:100px;color:#1a1a1a;flex-shrink:0;font-size:1.25rem;font-weight:500;padding:1rem 1.5rem;white-space:nowrap}.schedule-graphic{align-items:center;display:flex;justify-content:flex-end;width:100%}@media (min-width: 768px){.schedule-graphic{flex:1;max-width:100%}}.schedule-graphic svg{height:auto;max-width:100%;width:100%}.blog-tiles-container{width:calc(100% + 3rem);margin-left:-1.5rem;margin-right:-1.5rem}@media (min-width: 768px){.blog-tiles-container{width:calc(100% + 8rem);margin-left:-4rem;margin-right:-4rem}}.blog-tiles{display:flex;gap:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-top:60px;padding-bottom:100px;margin-top:-60px;margin-bottom:-60px;scroll-snap-type:x mandatory}.blog-tiles::-webkit-scrollbar{display:none}.blog-tiles{-ms-overflow-style:none;scrollbar-width:none}.blog-tiles>*{scroll-snap-align:start}.blog-tiles__spacer{flex-shrink:0}.blog-tiles__spacer-end{flex-shrink:0;width:40px}@media (min-width: 768px){.blog-tiles__spacer-end{width:80px}}.logo-guidelines-page{min-height:100vh;background:#fafaf8;color:#1a1a18;font-family:Aeonik TRIAL,sans-serif;font-size:1.2rem;line-height:1.75;-webkit-font-smoothing:antialiased}.logo-guidelines__header{display:flex;align-items:center;justify-content:space-between;padding:24px 40px}@media (max-width: 767px){.logo-guidelines__header{padding:24px}}.logo-guidelines__logo{color:#1a1a18;display:flex;align-items:center;transition:opacity .2s ease}.logo-guidelines__logo:hover{opacity:.6}.logo-guidelines__hero{padding:72px 40px 64px;max-width:calc(36rem + 80px);margin:0 auto}@media (max-width: 800px){.logo-guidelines__hero{padding:40px 24px}}.logo-guidelines__hero-tag{display:inline-flex;align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#7a7a72;margin-bottom:24px}.logo-guidelines__hero-tag:before{content:"";display:inline-block;width:18px;height:1px;background:#7a7a72}.logo-guidelines__hero-title{font-family:Aeonik TRIAL,sans-serif;font-size:clamp(3rem,8vw,5rem);font-weight:400;letter-spacing:-.03em;line-height:1;color:#1a1a18;margin-bottom:20px;max-width:520px}@media (max-width: 767px){.logo-guidelines__hero-title{font-size:2.5rem;margin-bottom:16px;max-width:100%}}.logo-guidelines__hero-lede{font-family:JetBrains Mono,monospace;font-size:1.0625rem;line-height:1.6;color:#7a7a72;font-weight:400;max-width:520px}@media (max-width: 767px){.logo-guidelines__hero-lede{font-size:1rem;max-width:100%}}.logo-guidelines__article{max-width:calc(36rem + 80px);margin:0 auto;padding:0 40px 80px}@media (max-width: 800px){.logo-guidelines__article{padding:0 24px 60px}}.logo-guidelines__content{padding-top:56px;max-width:36rem;margin:0 auto}.logo-guidelines__content p{font-family:Caladea,Georgia,serif;margin-bottom:24px;color:#2a2a28}.logo-guidelines__content h2{font-family:Aeonik TRIAL,sans-serif;font-size:2.0625rem;font-weight:400;letter-spacing:-.01em;color:#1a1a18;margin:52px 0 16px;line-height:1.1;max-width:25ch;text-wrap:balance}.logo-guidelines__content h2:not(:first-of-type){margin-top:104px}.logo-guidelines__content h3{font-family:Aeonik TRIAL,sans-serif;font-size:1.375rem;font-weight:400;letter-spacing:-.01em;color:#1a1a18;margin:36px 0 12px;line-height:1.3}.logo-guidelines__content strong{font-weight:400;color:#1a1a18}.logo-guidelines__content code{font-family:JetBrains Mono,monospace;font-size:.8125rem;background:#f3f3ef;border:1px solid #e2e2da;padding:2px 6px;border-radius:3px;color:#1a1a18}.logo-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:40px 0}@media (max-width: 600px){.logo-grid{grid-template-columns:1fr}}.logo-card{border-radius:.5rem;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.1)}.logo-card-preview{position:relative;display:flex;align-items:center;justify-content:center;padding:44px 32px;min-height:240px}.logo-card-preview.light{background:#fff}.logo-card-preview.dark{background:#0e202f}.logo-card-preview img{max-width:160px;max-height:48px;width:auto;height:auto;display:block}.logo-dl-btn{position:absolute;bottom:16px;right:16px;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#1a1a18;color:#fff;font-family:JetBrains Mono,monospace;font-size:.6875rem;font-weight:600;border-radius:4px;text-decoration:none;white-space:nowrap;opacity:0;transition:opacity .2s ease}.logo-dl-btn svg{width:11px;height:11px}@media (min-width: 768px){.logo-card:hover .logo-dl-btn{opacity:1}}@media (max-width: 767px){.logo-dl-btn{opacity:1;left:50%;transform:translate(-50%);right:auto}}.usage-guideline{margin:32px 0 24px;display:flex;flex-direction:column;gap:12px}.usage-guideline p{font-family:Caladea,Georgia,serif;margin:0}.usage-chip{display:inline-flex;align-items:center;font-size:.625rem;font-weight:600;padding:3px 9px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase;align-self:flex-start}.usage-chip.usage-chip-success{background:#d4f4dd;color:#1a7a3a}.usage-chip.usage-chip-error{background:#ffeaea;color:#c0392b}.size-grid{display:grid;gap:20px;margin:32px 0}.size-grid.size-grid-two{grid-template-columns:1fr 1fr}@media (max-width: 600px){.size-grid.size-grid-two{grid-template-columns:1fr}}.size-grid.size-grid-one{grid-template-columns:1fr;max-width:calc(50% - 10px)}@media (max-width: 600px){.size-grid.size-grid-one{max-width:100%}}.size-item-wrapper{display:flex;flex-direction:column;gap:12px}.size-item-wrapper.size-item-error .size-item{background:#ffebee}.size-item{display:flex;align-items:center;justify-content:center;padding:32px;border-radius:.5rem;background:#fff;border:1px solid rgba(0,0,0,.1);width:100%;min-height:140px}.size-item img{flex-shrink:0}.logo-comparison{display:flex;align-items:center;gap:16px}.comparison-other{flex-shrink:0}.error-chip{position:absolute;bottom:16px;right:16px;display:inline-flex;align-items:center;font-size:.625rem;font-weight:600;padding:3px 9px;border-radius:20px;background:#ffeaea;color:#c0392b;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.success-chip{position:absolute;bottom:16px;right:16px;display:inline-flex;align-items:center;font-size:.625rem;font-weight:600;padding:3px 9px;border-radius:20px;background:#d4f4dd;color:#1a7a3a;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.usage-note{font-family:Caladea,Georgia,serif;font-size:.875rem;color:#2a2a28;margin-top:24px;line-height:1.6}.size-label{font-size:.7rem;font-weight:500;color:#1877f2;text-align:left;line-height:1.4;font-family:JetBrains Mono,monospace;display:flex;align-items:center;gap:8px}.size-badge{display:inline-flex;align-items:center;font-size:.625rem;font-weight:600;padding:3px 8px;border-radius:12px;background:#c0392b1f;color:#c0392b;letter-spacing:.04em}.clearspace-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0}@media (max-width: 600px){.clearspace-pair{grid-template-columns:1fr}}.clearspace-diagram{display:flex;flex-direction:column;gap:10px}.clearspace-box{border-radius:.5rem;background:#fff;padding:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.1);min-height:140px}.clearspace-inner{outline:1px dashed #1877F2;outline-offset:8px;display:flex;align-items:center;justify-content:center}.clearspace-inner.clearspace-inner--wide{outline-offset:8px}.clearspace-inner img{display:block}.clearspace-text{font-size:.7rem;font-weight:500;color:#1877f2;text-align:left;line-height:1.4;font-family:JetBrains Mono,monospace}.color-item-wrapper{display:flex;flex-direction:column;gap:12px;margin:32px 0;max-width:200px}.color-item{position:relative;border-radius:.5rem;background:#fff;border:1px solid rgba(0,0,0,.1);min-height:140px;overflow:hidden}.color-swatch{width:100%;height:100%;min-height:140px}.color-copy-btn{position:absolute;bottom:16px;right:16px;display:inline-flex;align-items:center;gap:4px;padding:6px 12px;background:#1a1a18;color:#fff;font-family:JetBrains Mono,monospace;font-size:.6875rem;font-weight:600;border:none;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .2s ease}.color-copy-btn svg{width:11px;height:11px}@media (min-width: 768px){.color-item:hover .color-copy-btn{opacity:1}}@media (max-width: 767px){.color-copy-btn{opacity:1;left:50%;transform:translate(-50%);right:auto}}.color-label{font-size:.7rem;font-weight:500;color:#1877f2;text-align:left;line-height:1.4;font-family:JetBrains Mono,monospace}.logo-context-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:32px 0}@media (max-width: 600px){.logo-context-row{grid-template-columns:1fr}}.logo-layout-item{display:flex;flex-direction:column;gap:12px}.logo-layout-item h3{margin:0}.logo-layout-card{display:flex;align-items:center;justify-content:center;padding:32px;border-radius:1rem;box-shadow:0 24px 72px #00000014;min-height:140px}.logo-layout-card.light{background:#fff}.logo-layout-card.dark{background:#0e202f}.logo-layout-card img{display:block}.logo-layout-text{font-size:.7rem;font-weight:500;color:#1877f2;text-align:left;line-height:1.4;font-family:JetBrains Mono,monospace}.badge-showcase{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:32px 0}@media (max-width: 600px){.badge-showcase{grid-template-columns:1fr}}.badge-showcase-card{border:1px solid #e2e2da;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.badge-showcase-label{padding:8px 14px;background:#f3f3ef;border-bottom:1px solid #e2e2da;font-size:.6875rem;font-weight:600;color:#7a7a72;letter-spacing:.05em;text-transform:uppercase;font-family:JetBrains Mono,monospace}.badge-showcase-demo{flex:1;padding:32px 24px;background:#fff;display:flex;align-items:center;justify-content:center;min-height:100px}.badge-inline-example{display:flex;align-items:center;gap:8px;padding:12px 16px;border:1px solid #e2e2da;border-radius:4px}.badge-inline-name{font-size:.875rem;font-weight:500;color:#1a1a18}.badge-inline-pill{font-size:.5rem;font-weight:600;padding:2px 8px;border-radius:20px;background:#1a1a18;color:#fff;letter-spacing:.06em;text-transform:uppercase}.badge-tile-example{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 12px 14px;border:1px solid #e2e2da;border-radius:8px;background:#fff;width:150px}.badge-tile-corner{position:absolute;top:0;right:0;font-size:.5625rem;font-weight:600;padding:3px 10px;background:#1a1a18;color:#fff;border-radius:0 8px;text-transform:uppercase;letter-spacing:.06em}.badge-tile-name{font-size:.8125rem;font-weight:500;color:#1a1a18}.badge-showcase-desc{padding:12px 14px 0}.badge-showcase-desc strong{font-weight:700}.badge-showcase-desc{font-size:.75rem;color:#7a7a72;line-height:1.5;margin:0;font-family:Caladea,Georgia,serif}.badge-spec{padding:12px 14px;font-size:.6875rem;background:#f3f3ef;border-top:1px solid #e2e2da;display:flex;flex-direction:column;gap:6px;font-family:JetBrains Mono,monospace}.badge-spec div{display:flex;justify-content:space-between}.badge-spec dt{color:#7a7a72;font-weight:400}.badge-spec dd{color:#1a1a18;font-weight:600;margin:0}.preferred-rules{display:flex;flex-direction:column;gap:32px;margin:32px 0}.preferred-rule{border:1px solid #e2e2da;border-radius:8px;overflow:hidden;background:#fff}.preferred-rule-header{padding:8px 14px;background:#f3f3ef;border-bottom:1px solid #e2e2da;display:flex;justify-content:space-between;align-items:center;gap:12px}.preferred-rule-title{font-size:.6875rem;font-weight:600;color:#7a7a72;text-transform:uppercase;letter-spacing:.05em;font-family:JetBrains Mono,monospace}.preferred-rule-badge{font-size:.625rem;font-weight:600;padding:3px 9px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase;flex-shrink:0}.preferred-rule-badge.show{background:#d4f4dd;color:#1a7a3a}.preferred-rule-badge.hide{background:#ffeaea;color:#c0392b}.preferred-rule-desc{padding:12px 14px;font-size:.8125rem;color:#374452;line-height:1.6;border-bottom:1px solid #e2e2da;margin:0;font-family:Caladea,Georgia,serif}.preferred-rule-demo{padding:10px 20px 20px;background:#fff}.preferred-rule-demo .radio-group>.radio-item{margin:0 -20px;padding-left:20px;padding-right:20px;border-radius:0}.grouped-section-label{font-size:.6875rem;font-weight:600;color:#7a7a72;letter-spacing:.06em;text-transform:uppercase;margin-bottom:6px;font-family:JetBrains Mono,monospace}.section-header-row{display:flex;align-items:center;gap:12px;margin:104px 0 12px}.section-header-row h2{margin:0}.section-header-row .view-toggle{margin-bottom:0}.view-toggle{display:flex;gap:4px;margin-bottom:12px}.view-toggle-btn{font-size:.625rem;font-weight:600;padding:3px 8px;border:1px solid #e2e2da;border-radius:4px;background:#fff;color:#7a7a72;cursor:pointer;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:.04em;transition:background .1s,color .1s,border-color .1s}.view-toggle-btn.active{background:#1a1a18;color:#fff;border-color:#1a1a18}.tile-grid{display:flex;flex-wrap:wrap;gap:8px}.option-tile{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:28px 12px 16px;border:1.5px solid #e2e2da;border-radius:8px;background:#fff;cursor:pointer;flex:1;min-width:60px;transition:border-color .12s,background .1s;-webkit-user-select:none;user-select:none}.option-tile:hover{background:#f3f3ef}.option-tile.selected{border-color:#1a1a18}.option-tile-badge{position:absolute;top:-1.5px;right:-1.5px;font-size:.5rem;font-weight:600;padding:2px 6px;background:#1a1a18;color:#fff;border-radius:0 8px;text-transform:uppercase;letter-spacing:.06em}.option-tile-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px}.option-tile-name{font-size:.8125rem;color:#1a1a18}.radio-group{display:flex;flex-direction:column;gap:2px}.radio-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:4px;cursor:pointer;font-size:.875rem;color:#374452;transition:background .1s;-webkit-user-select:none;user-select:none}.radio-item:hover{background:#f3f3ef}.radio-item.cherry-radio{color:#1a1a18}.radio-circle{width:16px;height:16px;border:1.5px solid #c8cdd4;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:border-color .12s}.radio-circle:after{content:"";width:7px;height:7px;border-radius:50%;background:#1a1a18;opacity:0;transition:opacity .12s}.radio-item.selected .radio-circle{border-color:#1a1a18}.radio-item.selected .radio-circle:after{opacity:1}.radio-item-icon{width:22px;height:22px;background:#f3f3ef;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:.8125rem;flex-shrink:0}.radio-item-icon.cherry-ri{background:transparent;width:21px;height:21px}.radio-item-icon.cherry-ri img{width:21px;height:21px;display:block}.badge{display:inline-flex;align-items:center;font-size:.625rem;font-weight:500;padding:2px 8px;border-radius:20px;letter-spacing:.04em;text-transform:uppercase;background:#1a1a18;color:#fff;flex-shrink:0}.logo-rule{background:#f3f3ef;border:1px solid #e2e2da;border-radius:6px;padding:14px 16px;font-size:.875rem;color:#374452;margin-bottom:10px;display:flex;gap:10px;align-items:flex-start;font-family:Caladea,Georgia,serif}.logo-rule-icon{font-size:.9375rem;flex-shrink:0;margin-top:1px}.context-example{margin-top:20px;border:1px solid #e2e2da;border-radius:8px;overflow:hidden;background:#fff}.context-list-item{display:flex;align-items:center;gap:12px;padding:16px;min-height:72px;background:#fff;cursor:pointer;transition:background .1s;-webkit-user-select:none;user-select:none}.context-list-item+.context-list-item{border-top:1px solid #e2e2da}.context-list-item:hover{background:#f3f3ef}.context-list-item .radio-item-icon{width:28px;height:28px}.context-list-item.selected .radio-circle{border-color:#1a1a18}.context-list-item.selected .radio-circle:after{opacity:1}.context-text{flex:1}.context-name{font-size:.875rem;font-weight:500;color:#1a1a18;line-height:1.2}.context-sub{font-size:.625rem;color:#7a7a72;line-height:1.2}.context-badge{flex-shrink:0}.context-cherry-logo{flex-shrink:0;display:flex;align-items:center}.context-cherry-logo img{display:block}.banners-coming-soon{display:flex;gap:16px;padding:24px;border:1px solid #e2e2da;border-radius:8px;background:#f3f3ef;align-items:flex-start;margin:32px 0}.coming-soon-icon{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;border:1px solid #e2e2da;color:#7a7a72}.coming-soon-title{font-size:.875rem;font-weight:600;color:#1a1a18;margin-bottom:4px;font-family:Aeonik TRIAL,sans-serif}.coming-soon-desc{font-size:.8125rem;color:#7a7a72;line-height:1.5;font-family:Caladea,Georgia,serif}.btn-demo-pair{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:40px 0}@media (max-width: 600px){.btn-demo-pair{grid-template-columns:1fr}}.btn-demo-card{border:1px solid #e2e2da;border-radius:8px;overflow:hidden;background:#fff}.btn-demo-label{padding:8px 14px;background:#f3f3ef;border-bottom:1px solid #e2e2da;font-size:.6875rem;font-weight:600;color:#7a7a72;letter-spacing:.05em;text-transform:uppercase;font-family:JetBrains Mono,monospace}.btn-demo-preview{padding:32px 24px;background:#fff;display:flex;align-items:center;justify-content:center;min-height:240px;max-height:240px}.cherry-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#1a1a18;color:#fff;border:none;border-radius:6px;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s}.cherry-cta-btn:hover{opacity:.88}.cherry-cta-btn img{flex-shrink:0}.cherry-cta-badge{font-size:.625rem;font-weight:600;padding:2px 7px;border-radius:20px;background:#ffffff2e;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-left:4px}.code-block-wrap{border-top:1px solid #e2e2da}.code-block-header{display:flex;justify-content:space-between;align-items:center;padding:8px 14px;background:#f3f3ef;border-bottom:1px solid #e2e2da}.code-block-header span{font-size:.625rem;font-weight:600;color:#7a7a72;letter-spacing:.06em;text-transform:uppercase;font-family:JetBrains Mono,monospace}.copy-btn{font-size:.6875rem;font-weight:600;padding:3px 8px;background:#fff;color:#1a1a18;border:1px solid #e2e2da;border-radius:4px;cursor:pointer;transition:background .15s;font-family:inherit}.copy-btn:hover{background:#f3f3ef}.copy-btn.copied{background:#1a1a18;color:#fff;border-color:#1a1a18}.code-block{padding:10px 16px;background:#fafbfc;overflow-x:auto;overflow-y:auto;height:160px;margin:0}.code-block code{font-family:JetBrains Mono,monospace;font-size:.75rem;line-height:1.45;color:#374452;background:transparent;padding:0;border:none}.section-divider{border:none;border-top:1px solid #e2e2da;margin:64px 0}@font-face{font-family:Aeonik TRIAL;font-style:normal;font-weight:300;src:url(/fonts/AeonikTRIAL-Light.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:italic;font-weight:300;src:url(/fonts/AeonikTRIAL-LightItalic.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:normal;font-weight:400;src:url(/fonts/AeonikTRIAL-Regular.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:italic;font-weight:400;src:url(/fonts/AeonikTRIAL-RegularItalic.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:normal;font-weight:500;src:url(/fonts/AeonikTRIAL-Medium.otf) format("opentype")}@font-face{font-family:Aeonik TRIAL;font-style:italic;font-weight:500;src:url(/fonts/AeonikTRIAL-MediumItalic.otf) format("opentype")}*{margin:0;padding:0;box-sizing:border-box}html{font-size:15px;scroll-behavior:smooth}@media (min-width: 480px){html{font-size:16px}}@media (min-width: 768px){html{font-size:17px}}@media (min-width: 1024px){html{font-size:20px}}@media (min-width: 1800px){html{font-size:24px}}body{font-family:Aeonik TRIAL,sans-serif;font-size:1.125rem;line-height:1.4;letter-spacing:.85;color:#1a1a1a;background-color:#fafaf8;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:400;line-height:1.2;margin-bottom:1rem}h1{font-size:2.25rem}@media (min-width: 768px){h1{font-size:3.5rem}}h2{font-size:1.75rem}@media (min-width: 768px){h2{font-size:3rem}}h3{font-size:1.5rem}@media (min-width: 768px){h3{font-size:2.75rem}}h4{font-size:1.25rem}@media (min-width: 768px){h4{font-size:2.25rem}}p{line-height:1.4;margin-bottom:1rem}a{color:inherit;text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.7}.container{margin:0 auto;max-width:1440px;padding:0 1rem}@media (min-width: 768px){.container{padding:0 1.5rem}}.text-italic{font-style:italic}.text-bold{font-weight:600}
