.two-sides {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: 1000px;
    margin: 0 auto 28px;
    text-align: left
}

.two-sides a {
    font-size: 14px;
    line-height: 1.7
}

.two-sides a>span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px
}

.two-sides a:hover {
    text-decoration: underline
}

.brand-chapter,.improve-chapter {
    padding: 50px 7% 70px
}

.platform-heading {
    max-width: 1200px;
    margin: 45px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 65px
}

.platform-heading p {
    font-size: 18px;
    line-height: 1.65;
    max-width: 380px
}

.brand-controls {
    max-width: 1200px;
    margin: 0 auto 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap
}

.brand-presets {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.brand-presets button {
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--ink);
    background: transparent;
    padding: 11px 15px;
    border-radius: 30px;
    font-size: 14px
}

.brand-presets button>span {
    width: 17px;
    height: 17px;
    border: 1px solid #ffffff80;
    border-radius: 50%
}

.brand-presets button[aria-pressed="true"] {
    box-shadow: 3px 4px 0 var(--purple);
    transform: rotate(-3deg);
    background: var(--white)
}

.brand-custom {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px
}

.brand-custom input {
    border: 0;
    background: none;
    padding: 0;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.brand-window {
    --store-accent: #46604c;
    --store-surface: #edf0e5;
    --store-contrast: #fff;
    --store-radius: 22px;
    max-width: 1200px;
    margin: auto;
    border: 1.5px solid var(--ink);
    box-shadow: 7px 8px 0 var(--purple);
    border-radius: 15px;
    overflow: hidden;
    rotate: -1deg;
    color: #272623;
    background: var(--store-surface);
    transition: background .55s
}

.brand-browser {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #27262340;
    font-size: 11px;
    gap: 15px;
    background: #fffdf8
}

.brand-browser>span:first-child {
    font-size: 22px
}

.brand-store {
    position: relative;
    padding: 28px 35px 35px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 20px 60px
}

.store-nav {
    grid-column: 1/-1;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #27262330;
    align-items: center;
    padding-bottom: 24px;
    gap: 20px
}

.store-nav b {
    font: 600 22px 'Space Grotesk',sans-serif;
    letter-spacing: 2px;
    color: var(--store-accent)
}

.store-nav>span {
    font-size: 11px
}

.store-editorial {
    padding: 30px 0;
    position: relative
}

.store-editorial>span:first-child {
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 700
}

.store-editorial h3 {
    font: 400 64px/1.04 Georgia;
    letter-spacing: -3px;
    margin: 25px 0;
    color: var(--store-accent)
}

.store-editorial p {
    font-size: 16px;
    line-height: 1.5
}

.store-collection {
    display: inline-block;
    padding: 12px 0;
    font-size: 12px;
    border-bottom: 1px solid
}

.store-product {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #27262340;
    margin-top: 30px;
    padding-top: 15px;
    font-size: 13px;
    max-width: 340px
}

.branded-chat {
    align-self: center;
    background: #fffdf8;
    border: 1.5px solid #272623;
    border-radius: var(--store-radius);
    overflow: hidden;
    box-shadow: 4px 5px 0 #272623;
    transition: border-radius .55s,transform .6s cubic-bezier(.2,1.3,.3,1);
    position: relative;
    z-index: 2
}

.branded-chat-head {
    background: var(--store-accent);
    color: var(--store-contrast);
    padding: 22px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: background .55s,color .55s
}

.branded-chat-head>span {
    font-size: 28px
}

.branded-chat-head b {
    font-size: 15px
}

.branded-chat-head small {
    display: block;
    margin-top: 5px;
    font-size: 11px
}

.branded-chat-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 14px;
    line-height: 1.5
}

.branded-chat-content>span:not(.brand-quick-reply) {
    border-radius: calc(var(--store-radius) * .65);
    padding: 12px 14px;
    background: var(--store-surface);
    transition: background .55s,border-radius .55s
}

.branded-chat-content .branded-question {
    align-self: flex-end;
    background: var(--store-accent)!important;
    color: var(--store-contrast);
    max-width: 90%
}

.brand-quick-reply {
    font-size: 12px;
    border: 1px solid var(--store-accent);
    border-radius: var(--store-radius);
    padding: 9px 12px;
    color: var(--store-accent);
    align-self: flex-start
}

.brand-compose {
    border: 1px solid #27262340;
    border-radius: var(--store-radius);
    margin: 0 16px 18px;
    padding: 12px;
    color: #666;
    display: flex;
    justify-content: space-between;
    font-size: 12px
}

.brand-compose>span {
    background: var(--store-accent);
    color: var(--store-contrast);
    padding: 0 6px;
    border-radius: 50%
}

.brand-caption {
    padding: 16px 25px;
    border-top: 1px solid #27262330;
    display: flex;
    gap: 15px;
    align-items: center;
    font-size: 13px
}

.brand-sample-route {
    position: absolute;
    right: -35px;
    top: 45%;
    display: flex;
    gap: 8px;
    pointer-events: none
}

.brand-sample-route span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--store-accent);
    opacity: 0
}

.brand-window.is-matching .brand-sample-route span {
    animation: sample-palette .85s both
}

.brand-window.is-matching .brand-sample-route span:nth-child(2) {
    animation-delay: .1s
}

.brand-window.is-matching .brand-sample-route span:nth-child(3) {
    animation-delay: .2s
}

.brand-window.is-matching .branded-chat {
    animation: brand-settle .8s both
}

.brand-window[data-brand="field"] .store-editorial h3 {
    font-family: 'Space Grotesk',sans-serif;
    font-weight: 600
}

.brand-window[data-brand="studio"] .store-editorial h3 {
    font-style: italic
}

.platform-demo-note {
    font-size: 12px;
    line-height: 1.6;
    opacity: .75;
    max-width: 1200px;
    margin: 20px auto 0
}

.rescue-merchant-note {
    max-width: 1200px;
    margin: 30px auto 0;
    background: #fffdf8;
    border: 1.5px solid #272623;
    padding: 25px;
    box-shadow: 6px 6px 0 #272623;
    transform: rotate(-1deg)
}

.rescue-merchant-note[hidden] {
    display: none
}

.rescue-note-title {
    display: flex;
    align-items: center;
    gap: 18px
}

.rescue-note-title small {
    font-size: 10px;
    letter-spacing: 1px
}

.rescue-note-title h3 {
    font: 500 25px 'Space Grotesk',sans-serif;
    letter-spacing: -1px;
    margin: 8px 0 0
}

.opportunity-label {
    margin-left: auto;
    border: 1px solid;
    border-radius: 30px;
    padding: 8px 12px;
    font-size: 11px
}

.rescue-action-details {
    display: grid;
    grid-template-columns: 1fr 1fr 1.3fr;
    gap: 25px;
    border-top: 1px solid #27262340;
    border-bottom: 1px solid #27262340;
    margin: 25px 0;
    padding: 20px 0
}

.rescue-action-details small {
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 8px
}

.rescue-action-details b {
    font-size: 15px;
    font-weight: 500
}

.rescue-merchant-note blockquote {
    font: italic 21px Georgia;
    margin: 15px 0
}

.rescue-merchant-note>p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 800px
}

.rescue-merchant-note .button {
    font-size: 14px;
    margin-top: 10px
}

.rescue-merchant-note .button:disabled {
    opacity: .65;
    cursor: default;
    transform: none;
    box-shadow: none
}

#merchant-action-status {
    font-size: 12px;
    display: inline-block;
    margin: 15px 20px
}

.improve-chapter {
    background: #e8d5f3;
    color: #272623;
    --ink: #272623;
    --paper: #f5f0e8;
    --white: #fffdf8;
    --line: #27262330;
    border-radius: 55px 55px 0 0
}

.pattern-tabs {
    max-width: 1200px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 0 auto 35px
}

.pattern-tabs button {
    border: 1px solid #272623;
    background: transparent;
    border-radius: 30px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px
}

.pattern-tabs button>span {
    font-size: 11px
}

.pattern-tabs button[aria-pressed="true"] {
    background: #e8ef79;
    box-shadow: 3px 4px 0 #272623;
    transform: rotate(-2deg)
}

.improvement-workbench {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

#pattern-quotes {
    display: flex;
    flex-direction: column;
    gap: 14px
}

#pattern-quotes>blockquote {
    border: 1px solid #272623;
    background: #fffdf8;
    border-radius: 12px 12px 12px 2px;
    padding: 15px 18px;
    font: italic 18px/1.4 Georgia;
    margin: 0;
    max-width: 95%;
    transform: rotate(-2deg)
}

#pattern-quotes>blockquote:nth-child(2) {
    align-self: flex-end;
    transform: rotate(2deg)
}

#pattern-quotes small {
    display: block;
    font: 10px 'DM Sans',sans-serif;
    margin-top: 8px;
    letter-spacing: .5px
}

.pattern-finding {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px
}

.pattern-finding .mascot-portrait {
    width: 85px;
    height: 85px;
    flex-shrink: 0
}

.pattern-finding small {
    font-size: 10px;
    letter-spacing: 1px
}

.pattern-finding h3 {
    font: 500 25px/1.2 'Space Grotesk',sans-serif;
    letter-spacing: -1px;
    margin: 8px 0
}

.pattern-finding p {
    font-size: 13px;
    line-height: 1.5
}

.answer-editor {
    background: #f5f0e8;
    border: 1.5px solid #272623;
    box-shadow: 6px 7px 0 #272623;
    padding: 25px;
    rotate: 2deg
}

.answer-editor-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #27262340;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px
}

.answer-editor-head>span:last-child {
    font-size: 29px
}

.answer-editor label {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 14px
}

.answer-editor textarea {
    font: 15px/1.65 'DM Sans',sans-serif;
    width: 100%;
    background: #fffdf8;
    color: #272623;
    border: 1px solid #27262370;
    border-radius: 9px;
    padding: 14px;
    resize: vertical;
    min-height: 150px
}

.editor-hint {
    font-size: 11px;
    line-height: 1.6
}

.answer-editor .button {
    font-size: 13px;
    margin-top: 10px
}

#improve-status {
    font-size: 12px;
    line-height: 1.6;
    min-height: 35px
}

.better-answer {
    max-width: 1200px;
    margin: 65px auto 0;
    padding-top: 35px;
    border-top: 1px solid #27262340;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center
}

.better-answer small {
    font-size: 10px;
    letter-spacing: 1px
}

.better-answer h3 {
    font: 500 39px/1.12 'Space Grotesk',sans-serif;
    letter-spacing: -1.5px;
    margin: 18px 0
}

.better-answer>div>p {
    font-size: 15px
}

.improved-conversation {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.improved-conversation>span {
    align-self: flex-end;
    border: 1px solid #272623;
    border-radius: 12px;
    background: #e8ef79;
    padding: 14px;
    font-size: 14px
}

.improved-conversation>div {
    background: #fffdf8;
    border: 1px solid #272623;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 4px 4px 0 #272623
}

.improved-conversation p {
    font-size: 15px;
    line-height: 1.65;
    margin: 12px 0
}

.improved-conversation>div>span {
    font-size: 11px;
    display: inline-block;
    border-top: 1px solid #27262330;
    padding-top: 10px
}

.improvement-loop {
    max-width: 1200px;
    margin: 35px auto 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px
}

.improvement-loop a {
    margin-left: auto;
    white-space: nowrap;
    font-weight: 600
}

.improvement-workbench.is-grouping #pattern-quotes blockquote {
    animation: gather-question .65s both
}

.improvement-workbench.is-grouping #pattern-quotes blockquote:nth-child(2) {
    animation-delay: .1s
}

.improvement-workbench.is-grouping #pattern-quotes blockquote:nth-child(3) {
    animation-delay: .2s
}

.better-answer.is-improved .improved-conversation>div {
    animation: note-land .6s both
}

.better-answer.is-improved #answer-version {
    font-weight: 600
}

.platform-support {
    padding: 55px 7% 65px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10%;
    align-items: center;
    background: #e8ef79;
    color: #272623;
    --ink: #272623;
    --paper: #f5f0e8;
    --line: #27262330;
    border-radius: 55px 55px 0 0
}

.support-copy p {
    font-size: 16px;
    line-height: 1.65;
    max-width: 400px
}

.support-copy h2 {
    font-size: 58px
}

.support-demo {
    background: #fffdf8;
    border: 1.5px solid #272623;
    padding: 25px;
    box-shadow: 5px 6px 0 #272623;
    border-radius: 14px;
    rotate: 2deg
}

.support-demo-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #27262330;
    padding-bottom: 20px;
    margin-bottom: 22px
}

.support-demo-head>b {
    font-size: 17px
}

.support-demo-head>span {
    font-size: 9px;
    letter-spacing: .7px
}

#platform-ticket-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 12px
}

#support-issue {
    width: 100%;
    background: #f5f0e8;
    color: #272623;
    border: 1px solid #27262360;
    border-radius: 8px;
    font: 15px/1.6 'DM Sans',sans-serif;
    padding: 12px;
    min-height: 110px;
    resize: vertical
}

#platform-ticket-form .button {
    font-size: 13px;
    margin-top: 17px
}

.ticket-confirmation {
    display: flex;
    gap: 15px;
    animation: note-land .5s both
}

.ticket-confirmation[hidden],#platform-ticket-form[hidden] {
    display: none
}

.ticket-confirmation small {
    font-size: 10px;
    letter-spacing: 1px
}

.ticket-confirmation h3 {
    font: 500 27px 'Space Grotesk',sans-serif;
    letter-spacing: -1px;
    margin: 10px 0
}

.ticket-confirmation p {
    font-size: 14px;
    line-height: 1.6;
    overflow-wrap: anywhere
}

.ticket-state {
    background: #e8ef79;
    border: 1px solid #27262360;
    border-radius: 15px;
    padding: 6px 10px;
    font-size: 11px;
    display: inline-block
}

.text-button {
    background: none;
    border: 0;
    border-bottom: 1px solid;
    padding: 8px 0;
    font-size: 13px
}

.support-demo-note {
    font-size: 11px;
    line-height: 1.5;
    margin: 20px 0 0;
    opacity: .8
}

@keyframes sample-palette {
    0% {
        opacity: 0;
        transform: translate(-40px,0) scale(.5)
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: 0;
        transform: translate(90px,-20px) scale(1.15)
    }
}

@keyframes brand-settle {
    0% {
        transform: rotate(-2deg) scale(.985)
    }

    65% {
        transform: rotate(1deg) scale(1.01)
    }

    100% {
        transform: none
    }
}

@keyframes gather-question {
    0% {
        translate: 0 0
    }

    50% {
        translate: 15px 6px;
        scale: .97
    }

    100% {
        translate: 0 0;
        scale: 1
    }
}

@media(max-width: 900px) {
    .brand-chapter,.improve-chapter {
        padding-left:5%;
        padding-right: 5%
    }

    .platform-heading {
        gap: 30px
    }

    .brand-store {
        gap: 25px;
        padding: 25px
    }

    .store-editorial h3 {
        font-size: 49px
    }

    .improvement-workbench,.better-answer {
        gap: 35px
    }

    .platform-support {
        padding-left: 5%;
        padding-right: 5%;
        gap: 6%
    }

    .support-copy h2 {
        font-size: 50px
    }

    .opportunity-label {
        max-width: 150px;
        line-height: 1.4
    }

    .rescue-note-title h3 {
        font-size: 23px
    }

    .rescue-action-details {
        gap: 15px
    }
}

@media(max-width: 650px) {
    .two-sides {
        gap:12px;
        align-items: flex-start;
        margin-top: 10px
    }

    .two-sides a {
        font-size: 12px;
        flex: 1
    }

    .two-sides a>span {
        font-size: 9px
    }

    .two-sides .spark {
        font-size: 22px;
        margin-top: 5px
    }

    .brand-chapter,.improve-chapter {
        padding-top: 35px;
        padding-bottom: 45px
    }

    .platform-heading {
        display: block;
        margin: 30px auto
    }

    .platform-heading p {
        font-size: 16px;
        max-width: 100%
    }

    .brand-controls {
        gap: 18px
    }

    .brand-presets {
        gap: 9px
    }

    .brand-presets button {
        font-size: 12px;
        padding: 11px 12px
    }

    .brand-custom {
        font-size: 12px
    }

    .brand-window {
        rotate: 0deg;
        box-shadow: 4px 5px 0 var(--purple)
    }

    .brand-browser {
        font-size: 9px;
        padding: 10px 12px;
        gap: 8px
    }

    .brand-store {
        grid-template-columns: 1fr;
        padding: 20px;
        gap: 20px
    }

    .store-nav {
        gap: 10px;
        padding-bottom: 16px
    }

    .store-nav b {
        font-size: 19px
    }

    .store-nav>span {
        font-size: 9px
    }

    .store-editorial {
        padding: 5px 0 0
    }

    .store-editorial h3 {
        font-size: 47px;
        letter-spacing: -2px;
        margin: 15px 0
    }

    .store-editorial p {
        font-size: 14px
    }

    .store-product {
        font-size: 12px;
        margin-top: 18px;
        max-width: 100%
    }

    .store-collection {
        font-size: 11px;
        padding: 7px 0
    }

    .branded-chat {
        margin: 0 8px 8px
    }

    .branded-chat-head {
        padding: 16px
    }

    .branded-chat-content {
        font-size: 13px;
        padding: 16px;
        gap: 11px
    }

    .brand-caption {
        font-size: 12px;
        padding: 15px
    }

    .brand-sample-route {
        top: auto;
        bottom: -25px;
        right: 25px;
        rotate: 90deg
    }

    .platform-demo-note {
        font-size: 11px
    }

    .rescue-merchant-note {
        padding: 18px;
        transform: none
    }

    .rescue-note-title {
        flex-wrap: wrap;
        gap: 12px
    }

    .rescue-note-title>div {
        flex: 1
    }

    .rescue-note-title h3 {
        font-size: 23px
    }

    .opportunity-label {
        margin: 5px 0 0;
        max-width: none
    }

    .rescue-action-details {
        grid-template-columns: 1fr;
        gap: 17px;
        margin: 20px 0;
        padding: 18px 0
    }

    .rescue-action-details small {
        font-size: 9px;
        margin-bottom: 5px
    }

    .rescue-action-details b {
        font-size: 14px
    }

    .rescue-merchant-note blockquote {
        font-size: 18px;
        line-height: 1.4
    }

    .rescue-merchant-note>p {
        font-size: 14px
    }

    #merchant-action-status {
        margin: 15px 0 0;
        line-height: 1.6
    }

    .pattern-tabs {
        gap: 10px;
        margin-bottom: 30px
    }

    .pattern-tabs button {
        font-size: 12px;
        padding: 10px 12px;
        gap: 10px
    }

    .improvement-workbench,.better-answer {
        grid-template-columns: 1fr;
        gap: 30px
    }

    #pattern-quotes>blockquote {
        font-size: 17px;
        padding: 14px
    }

    .pattern-finding {
        gap: 15px
    }

    .pattern-finding h3 {
        font-size: 23px
    }

    .answer-editor {
        margin: 0 6px;
        padding: 20px
    }

    .answer-editor textarea {
        font-size: 16px
    }

    .better-answer {
        margin-top: 40px;
        gap: 15px
    }

    .better-answer h3 {
        font-size: 35px
    }

    .improved-conversation {
        margin: 5px
    }

    .improvement-loop {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 12px;
        line-height: 1.5
    }

    .improvement-loop>span:nth-child(2) {
        flex: 1
    }

    .improvement-loop a {
        margin: 0 0 0 35px
    }

    .platform-support {
        padding-top: 40px;
        padding-bottom: 45px;
        border-radius: 35px 35px 0 0;
        grid-template-columns: 1fr;
        gap: 25px
    }

    .support-copy h2 {
        font-size: 50px
    }

    .support-demo {
        padding: 20px;
        margin: 0 5px
    }

    .support-demo-head>span {
        font-size: 8px
    }

    #support-issue {
        font-size: 16px
    }

    .platform-support .eyebrow {
        font-size: 10px
    }
}

@media(prefers-reduced-motion:reduce) {
    .brand-window,.branded-chat,.branded-chat-head,.branded-chat-content>span {
        transition: none!important
    }

    .brand-window.is-matching .brand-sample-route span {
        display: none
    }
}

.brand-window {
    --store-ink: #46604c
}

.store-nav b,.store-editorial h3 {
    color: var(--store-ink)
}

.brand-quick-reply {
    color: var(--store-ink);
    border-color: var(--store-ink)
}
