@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@700&display=swap");:root{color-scheme:light;font-family:Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;line-height:1.3}.redesign-gallery{display:grid;grid-gap:2rem;gap:2rem}.redesign-gallery__header{display:grid;grid-gap:1rem;gap:1rem}.redesign-gallery__title{margin:0;font-size:2rem;font-weight:700;color:#362a2f}.redesign-gallery__intro{margin:0;color:#6a7b71;font-size:1.05rem;line-height:1.5}.redesign-gallery__actions{display:flex;flex-wrap:wrap;gap:.75rem}.redesign-gallery__status{padding:1.5rem;border-radius:.39062rem;background:#f3f3f3;border:1px solid #e3e0de;font-size:.95rem;color:#4f6156}.redesign-gallery__status--error{background:rgba(218,13,13,.08);border-color:rgba(218,13,13,.35);color:#da0d0d}.redesign-gallery__grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:40rem){.redesign-gallery__grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}}.redesign-gallery__card{display:grid;grid-gap:1rem;gap:1rem;border:1px solid #e3e0de;border-radius:.39062rem;background:#fff;padding:0;text-align:left;cursor:pointer;box-shadow:0 10px 30px rgba(54,42,47,.08);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.redesign-gallery__card:focus-visible,.redesign-gallery__card:hover{transform:translateY(-2px);box-shadow:0 16px 32px rgba(12,212,158,.25);outline:none}.redesign-gallery__image{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.redesign-gallery__card-body{display:grid;grid-gap:.5rem;gap:.5rem;padding:1rem 1.25rem 1.5rem}.redesign-gallery__card-tags{font-weight:600;color:#362a2f;font-size:.95rem}.redesign-gallery__card-date{font-size:.85rem;color:#6a7b71}.redesign-gallery__card-prompt{margin:0;font-size:.85rem;color:#8a8a8a;line-height:1.4}html{font-size:80%;box-sizing:border-box;background-color:#f3f3f3}*,:after,:before{box-sizing:inherit}body{margin:0;background-color:#f1f1ef;color:#362a2f;font-size:1rem;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:#0cd49e}.layout{min-height:100vh;max-width:91.09375rem;margin:0 auto;display:flex;flex-direction:column;padding:3rem .78125rem;gap:2rem}@media (min-width:45em){.layout{padding:4rem 1.17188rem}}.layout__header{margin-bottom:1.5rem}.layout__logo{display:block;width:clamp(12rem,40vw,22rem);height:auto;filter:drop-shadow(0 10px 25px rgba(37,200,184,.25))}.layout__subtitle{margin:.75rem 0 0;max-width:36rem;color:#4f6156;font-size:1rem;line-height:1.5}.layout__main{flex:1 1;display:flex;flex-direction:column;gap:2rem}.layout__footer{margin-top:3.5rem;padding-top:2rem;border-top:1px solid #d8d6d4;font-size:.95rem;color:#6a7b71}.site-footer{margin-top:3rem;padding:2.5rem 0;display:grid;grid-gap:2rem;gap:2rem}@media (min-width:48rem){.site-footer{grid-template-columns:repeat(2,minmax(0,1fr));padding:3rem 0}}@media (min-width:70rem){.site-footer{grid-template-columns:repeat(4,minmax(0,1fr))}}.site-footer__note,.site-footer__seo{grid-column:1/-1}.site-footer__seo{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid #d8d6d4;display:grid;grid-gap:.4rem;gap:.4rem}@media (min-width:48rem){.site-footer__seo{padding-bottom:2rem;margin-bottom:2rem}}.site-footer__seo-label{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#0ab486}.site-footer__seo-text{margin:0;color:#4f6156;font-size:1rem;line-height:1.5}.site-footer__group{display:flex;flex-direction:column;gap:.5rem}.site-footer__headline{margin:0;font-size:1.125rem;font-weight:600;color:#1f2622}.site-footer__links{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.35rem}.site-footer__link{display:inline-flex;align-items:center;gap:.35rem;font-size:.95rem;color:#4f6156}.site-footer__link:hover{color:#0cd49e}.site-footer__note{margin:0;padding-top:.75rem;border-top:1px solid #e3e0de;text-align:center;font-size:.9rem;color:#8a8a8a}.card{background:#fff;border:1px solid #e3e0de;border-radius:.39062rem;padding:2rem;box-shadow:0 18px 40px rgba(54,42,47,.08)}.card+.card{margin-top:2rem}.field{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.field label{font-size:.95rem;font-weight:600;color:#362a2f}.field input,.field textarea{border:1px solid #e3e0de;border-radius:0;padding:.75rem .875rem;font-size:.95rem;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.field input::placeholder,.field textarea::placeholder{color:#8a8a8a}.field input:focus,.field textarea:focus{border-color:#0cd49e;box-shadow:0 0 0 3px rgba(12,212,158,.2);outline:none}.button{display:inline-block;line-height:1;border:1px solid transparent;border-radius:.39062rem;padding:.85rem 1.8rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.05rem;background-color:#0cd49e;color:#fff;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .2s ease}.button:focus-visible:not(:disabled),.button:hover:not(:disabled){background-color:#0ab486;box-shadow:0 12px 28px rgba(12,212,158,.25);transform:translateY(-1px);color:#fff}.button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.notice{border-radius:.39062rem;padding:1.5rem;font-size:.95rem;line-height:1.5;background:#f3f3f3;border:1px solid #e3e0de;color:#362a2f}.notice--success{border-color:rgba(12,212,158,.35);background:rgba(12,212,158,.08);color:#0ab486}.notice--error{border-color:rgba(218,13,13,.4);background:rgba(218,13,13,.08);color:#da0d0d}.notice pre{margin-top:.75rem;padding:.75rem 1rem;background:#fff;border-radius:.25rem;font-size:.85rem;overflow-x:auto;border:1px solid #e3e0de}.section{display:grid;grid-gap:2.5rem;gap:2.5rem}.section__intro h2{margin:0;display:inline-block;padding:.75rem 1.2rem;background:#fff;font-family:Caveat,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:1.8rem;line-height:1.8rem;color:#362a2f;box-shadow:0 10px 24px rgba(54,42,47,.08)}@media (min-width:64em){.section__intro h2{font-size:2.2rem;line-height:2rem}}.section__intro p{margin:.5rem 0 0;max-width:40rem;color:#8a8a8a;font-size:1rem;line-height:1.5}.notice p{margin:0}.notice p+p{margin-top:.75rem}.hidden-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.home-hero{display:grid;grid-gap:2rem;gap:2rem;padding:3rem 1.5rem;margin:0 auto;max-width:62rem;background:#fff;border:1px solid #e3e0de;border-radius:1rem;box-shadow:0 18px 40px rgba(54,42,47,.08)}.home-hero__intro{display:grid;grid-gap:1.25rem;gap:1.25rem;text-align:center}.home-hero__logo{display:block;width:clamp(10rem,60vw,15rem);height:auto;margin:0 auto}.home-hero__title{margin:0;font-family:Caveat,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;font-size:2.1rem;line-height:1.1;color:#362a2f}.home-hero__copy{margin:0;color:#8a8a8a;font-size:1rem;line-height:1.6}.home-hero__button,.home-hero__buttons{display:flex;gap:1rem;justify-content:center}.home-hero__button{flex:1 1;min-width:0;align-items:center;padding:1.4rem 1.2rem;font-weight:700}.home-hero__button--redesign{background-color:#f4a261;color:#fff}.home-hero__button--redesign:focus-visible:not(:disabled),.home-hero__button--redesign:hover:not(:disabled){background-color:#e98b3a;box-shadow:0 12px 28px rgba(233,139,58,.25);color:#fff}.home-hero__button[disabled]{opacity:.6;cursor:not-allowed}.home-hero__button-icon{width:2.5rem;height:2.5rem;display:inline-flex;color:#fff}.home-hero__button-icon svg{width:100%;height:100%}.home-hero__button-label{font-size:1.05rem;letter-spacing:0;text-transform:none}.home-hero__preview{display:grid;grid-gap:1.5rem;gap:1.5rem}.home-hero__preview-text{display:grid;grid-gap:.75rem;gap:.75rem}.home-hero__preview-title{margin:0;font-size:1.25rem;font-weight:700;color:#362a2f}.home-hero__status{margin:0;font-size:.95rem;color:#8a8a8a}.home-hero__status strong{font-weight:700;color:#362a2f}.home-hero__status--error{color:#da0d0d}.home-hero__status--success{color:#0ab486}.home-hero__image{width:100%;border-radius:.75rem;box-shadow:0 18px 40px rgba(54,42,47,.08)}.home-hero__tags{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.home-hero__tags-title{margin:0;font-size:1.3rem;font-weight:700;color:#362a2f;text-align:center}.home-hero__tags-copy{margin:0;color:#6a7b71;font-size:.95rem;text-align:center}.home-hero__tag-options{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.home-hero__tag-group{display:grid;grid-gap:.35rem;gap:.35rem}.home-hero__tag-option{border:1px solid #d8d6d4;border-radius:999px;padding:.5rem 1.25rem;background:#fff;color:#314238;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.home-hero__tag-option:hover{border-color:rgba(12,212,158,.65);color:#0ab486;transform:translateY(-1px)}.home-hero__tag-option--active{background:rgba(12,212,158,.12);border-color:rgba(12,212,158,.65);color:#0ab486}.home-hero__tag-option:disabled{opacity:.45;cursor:not-allowed;transform:none}.home-hero__tag-form{display:grid;grid-gap:.75rem;gap:.75rem}.home-hero__tag-label{font-size:.95rem;font-weight:600;color:#362a2f;text-align:center}.home-hero__tag-input-row{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.home-hero__tag-input{flex:1 1 16rem;min-width:12rem;border:1px solid #d8d6d4;border-radius:999px;padding:.65rem 1rem;font-size:.95rem}.home-hero__tag-input:focus{border-color:#0cd49e;box-shadow:0 0 0 3px rgba(12,212,158,.2);outline:none}.home-hero__tag-submit{padding:.65rem 1.6rem;border-radius:999px}.home-hero__tag-selected{display:grid;grid-gap:.5rem;gap:.5rem}.home-hero__tag-selected-heading{font-weight:700;color:#362a2f;text-align:center}.home-hero__tag-selected-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.home-hero__tag-chip{border:none;border-radius:999px;padding:.45rem 1.1rem;background:#0cd49e;color:#fff;font-size:.9rem;font-weight:600;display:inline-flex;align-items:center;gap:.45rem;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.home-hero__tag-chip:hover{background:#0ab486;box-shadow:0 10px 20px rgba(12,212,158,.2)}.home-hero__tag-chip span{font-size:1.1rem;line-height:1}.home-hero__tag-hint{margin:0}.home-hero__slider-row,.home-hero__tag-hint{font-size:.9rem;color:#6a7b71;text-align:center}.home-hero__slider-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.75rem;gap:.75rem}.home-hero__slider{width:100%;accent-color:#0cd49e}.home-hero__slider-labels{display:grid;grid-template-columns:repeat(3,1fr);text-align:center;font-size:.82rem;color:#6a7b71}.home-hero__share-option{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;border:1px solid #d8d6d4;border-radius:.85rem;background:#f9f7f4;margin:.5rem 0 0;text-align:left}.home-hero__share-option:focus-within{border-color:#0cd49e;box-shadow:0 0 0 2px rgba(12,212,158,.15)}.home-hero__share-checkbox{width:1.15rem;height:1.15rem;margin-top:.2rem;accent-color:#0cd49e}.home-hero__share-copy{display:flex;flex-direction:column;gap:.15rem;font-size:.9rem;color:#362a2f}.home-hero__share-headline{font-weight:700;font-size:.95rem}.home-hero__share-text{color:#5a6a61;line-height:1.4}.home-hero__tag-limit{margin:0;font-size:.9rem;color:#0ab486;text-align:center;font-weight:600}.home-hero__result{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.home-hero__result-title{margin:0;font-size:1.3rem;font-weight:700;color:#362a2f;text-align:center}.home-hero__result-processing{display:grid;grid-gap:1rem;gap:1rem;justify-items:center;text-align:center;color:#6a7b71}.home-hero__spinner{width:3rem;height:3rem;border-radius:50%;border:3px solid rgba(12,212,158,.25);border-top-color:#0cd49e;animation:home-hero-spin 1s linear infinite}@keyframes home-hero-spin{to{transform:rotate(1turn)}}.home-hero__result-message{margin:0;font-size:.95rem}.home-hero__result-content{display:grid;grid-gap:1rem;gap:1rem}.home-hero__result-meta{display:grid;grid-gap:.35rem;gap:.35rem;font-size:.95rem;color:#6a7b71}.home-hero__result-meta-line{margin:0}.home-hero__result-details{border:1px dashed rgba(12,212,158,.35);border-radius:.5rem;padding:.65rem .85rem;background:rgba(12,212,158,.06)}.home-hero__result-details summary{cursor:pointer;font-weight:600;color:#362a2f}.home-hero__result-details p{margin:.5rem 0 0;font-size:.95rem;color:#4f6156}.home-hero__result-download{display:inline-block;margin-top:.75rem;font-weight:600;color:#0ab486}.home-hero__result-download:hover{color:#08936e}.home-hero__products{display:grid;grid-gap:.75rem;gap:.75rem;padding:0 .5rem .75rem}.home-hero__products-loading{display:inline-flex;align-items:center;gap:.5rem;color:#4f6156}.home-hero__spinner--small{width:1.6rem;height:1.6rem;border-width:2px}.home-hero__products-button{justify-self:start;border-radius:999px;padding-inline:1.5rem}.home-hero__products-status{margin:0;font-size:.95rem;color:#4f6156}.home-hero__products-status--error{color:#da0d0d}.home-hero__product-groups{display:grid;grid-gap:1rem;gap:1rem}.home-hero__product-row{display:flex;align-items:flex-start;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;width:100%;min-width:0;scroll-snap-type:x proximity;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.home-hero__product-row::-webkit-scrollbar{height:.35rem}.home-hero__product-row::-webkit-scrollbar-thumb{background:rgba(12,212,158,.35);border-radius:999px}.home-hero__product-row-image{position:relative;flex:0 0 9rem;width:9rem;height:9rem;border-radius:.55rem;overflow:hidden;border:1px solid rgba(54,42,47,.1);background:#fff;display:flex;align-items:center;justify-content:center;scroll-snap-align:start}.waitlist{display:flex;justify-content:center;padding:3rem 1.5rem}.waitlist__card{max-width:32rem;width:100%;display:grid;grid-gap:1.25rem;gap:1.25rem;text-align:left}.waitlist__eyebrow{margin:0;text-transform:uppercase;font-size:.85rem;letter-spacing:.12rem;font-weight:700;color:#0ab486}.waitlist__title{margin:0;font-size:2rem;line-height:1.2;color:#362a2f}.waitlist__copy{margin:0;color:#4f6156;line-height:1.6}.waitlist__form{display:grid;grid-gap:.75rem;gap:.75rem}.waitlist__label{font-weight:600;color:#362a2f;font-size:.95rem}.waitlist__input-row{display:flex;gap:.75rem;flex-wrap:wrap}.waitlist__input{flex:1 1 14rem;border:1px solid #d8d6d4;border-radius:.39062rem;padding:.85rem 1rem;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.waitlist__input:focus{border-color:#0cd49e;box-shadow:0 0 0 3px rgba(12,212,158,.2);outline:none}.waitlist__submit{flex:0 0 auto}.waitlist__status{margin:0;padding:.75rem 1rem;border-radius:.5rem;font-size:.95rem}.waitlist__status--success{background:rgba(12,212,158,.12);color:#0ab486;border:1px solid rgba(12,212,158,.35)}.waitlist__status--error{background:rgba(218,13,13,.12);color:#da0d0d;border:1px solid rgba(218,13,13,.35)}.waitlist__status--loading{background:rgba(54,42,47,.06);color:#4f6156}.waitlist__timestamp{margin:0;font-size:.85rem;color:#8a8a8a}.waitlist__links{display:flex;justify-content:flex-start}.waitlist__link{font-weight:600;color:#0ab486}.quota-modal{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:1.5rem;overflow-y:auto}.quota-modal__content{position:relative;background:#fff;border:1px solid #e3e0de;border-radius:.75rem;box-shadow:0 25px 60px rgba(54,42,47,.25);width:min(28rem,100%);padding:2.25rem 2rem 2rem;display:grid;grid-gap:1rem;gap:1rem}.quota-modal__title{margin:0;font-size:1.35rem;font-weight:700;color:#362a2f}.quota-modal__copy{margin:0;color:#4f6156;font-size:.98rem;line-height:1.5}.quota-modal__hint{margin:0;color:#8a8a8a;font-size:.85rem}.quota-modal__actions{display:flex;flex-wrap:wrap;gap:.75rem}.quota-modal__cta{flex:1 1 10rem;text-align:center}.quota-modal__dismiss{flex:1 1 8rem;border:none;background:transparent;padding:.85rem 1rem;font-size:.95rem;font-weight:600;color:#4f6156;cursor:pointer;border-radius:.39062rem}.quota-modal__dismiss:focus-visible,.quota-modal__dismiss:hover{color:#0ab486}.quota-modal__close{position:absolute;top:.5rem;right:.5rem;border:none;background:transparent;font-size:1.25rem;font-weight:700;color:#8a8a8a;cursor:pointer;line-height:1;padding:.25rem}.quota-modal__close:focus-visible,.quota-modal__close:hover{color:#362a2f}.error-modal{position:fixed;inset:0;z-index:1100;background:rgba(0,0,0,.45);display:flex;align-items:center;justify-content:center;padding:1rem}.error-modal__content{position:relative;width:min(22rem,100%);background:#fff;border:1px solid rgba(218,13,13,.2);border-radius:.75rem;padding:2rem 1.75rem 1.5rem;text-align:center;box-shadow:0 20px 40px rgba(54,42,47,.2)}.error-modal__icon{margin:0 auto .75rem;width:3rem;height:3rem;border-radius:50%;background:rgba(218,13,13,.12);color:#da0d0d;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.error-modal__title{margin:0 0 .5rem;font-size:1.2rem;color:#362a2f}.error-modal__message{margin:0 0 1.25rem;color:#4f6156;font-size:.95rem;line-height:1.45}.error-modal__action{width:100%}.error-modal__close{position:absolute;top:.4rem;right:.4rem;border:none;background:transparent;font-size:1.25rem;font-weight:700;color:#8a8a8a;cursor:pointer;line-height:1;padding:.25rem}.error-modal__close:focus-visible,.error-modal__close:hover{color:#362a2f}.home-hero__product-row-image img{width:100%;height:100%;object-fit:cover}.home-hero__product-row-link{display:flex;width:100%;height:100%;text-decoration:none;cursor:pointer}.home-hero__product-row-link img{width:100%;height:100%;object-fit:cover;transition:transform .15s ease-in-out}.home-hero__product-row-link:hover img{transform:scale(1.03)}.home-hero__product-label-badge{position:absolute;left:.35rem;bottom:.35rem;padding:.15rem .45rem;border-radius:999px;background:rgba(12,212,158,.92);color:#fff;font-size:.7rem;font-weight:600;text-transform:capitalize;letter-spacing:.01em}.home-hero__product-label-badge--inline{position:static;align-self:center;margin-right:.5rem;display:inline-flex;white-space:nowrap}.home-hero__product-match-placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgba(12,212,158,.12),rgba(12,212,158,.04));display:flex;align-items:center;justify-content:center;color:rgba(54,42,47,.45);font-size:.75rem;text-align:center;padding:.5rem}.home-hero__start-button{margin-top:1rem;padding:.9rem 2.5rem;border-radius:999px;justify-self:center}@media (max-width:28rem){.home-hero__buttons{flex-direction:column}}@media (min-width:48em){.home-hero{padding:3.5rem 2.5rem}.home-hero__title{font-size:2.4rem}.home-hero__buttons{gap:1.25rem}.home-hero__button{padding:1.6rem 1.8rem}.home-hero__button-icon{width:3rem;height:3rem}}