:root {
    --mrdev-opacity: 0.1;
    --hr-width: clamp(0.5rem, 1.5vw ,1rem);
    --hr-blur: 0.5em;
    --hr-shadow-opacity: 0.7;
    --quote-bg-opacity: 0.15;
    --white: #ffffff;
    --white-rgb: 255,255,255;
    --gray: #697B84;
    --gray-rgb: 105,123,132;
    --black: #031926;
    --black-rgb: 3,25,38;
    --red: #FF004C;
    --red-rgb: 255,0,76;
    --green: #a9ff68;
    --green-rgb: 169, 255, 104;
    --blue: #52e5ff;
    --blue-rgb: 82, 229, 255;
    --pic-color: #031926;
    --vh: 100vh;
    --sy: 0;
    --op: 0;
    --ir: 0;
    --bqurl: url(/blockquote.png);
    --mrurl: url(/mattrandles.png);
    --dot: min(20vw, 20vh);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 0.06rem}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-0.13rem}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
*, *::before, *::after {
    box-sizing: border-box;
}
::selection {
    background-color: var(--red);
    color: var(--white);
}
[data-theme="dark"] ::selection {
    color: var(--black);
}
span.h {
    display: inline-block;
    width: 1px;
    height: 1px;
    text-indent: 1px;
    color: transparent;
    opacity: 0;
    position: absolute;
}
button:focus,
input:focus,
a:focus {
    outline: 0.1rem solid rgba(var(--red-rgb), 0.3);
    outline-offset: 0.5rem;
    border-radius: 0.065rem;
}
[data-theme="dark"] button:focus,
[data-theme="dark"] input:focus,
[data-theme="dark"] a:focus {
    outline: 0.05rem solid rgba(var(--black-rgb), 0.5);
}
.open-dialog {
    cursor: pointer;
}
html {
    font-family: 'Lexend', "Lexend-fallback", sans-serif;
    background: var(--white);
    color: var(--black);
    overflow-x: hidden;
    line-height: 1.33;
    transition: line-height 0.2s ease-in-out;
}
html:has(dialog[open]) {
    overflow: hidden;
}
html, body {
    font-size: max(16px, 1.2vw);
    scroll-behavior: smooth;
    overflow-x: hidden;
}
/* body::before,
body::after {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: max(4rem, 10vh);
    background: linear-gradient(0deg, rgba(var(--white-rgb), 0) 0%, rgba(var(--white-rgb), 1) 95%);
    z-index: 10;
    pointer-events: none;
} */
body::after {
    top: initial;
    bottom: 0;
    background: linear-gradient(0deg, rgba(var(--white-rgb), 1) 0%, rgba(var(--white-rgb), 0) 95%);
}
h1.mrdev {
    position: fixed;
    top: 0;
    left: calc(-1 * 5vh * var(--op));
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: var(--black);
    font-weight: 800;
    font-size: 15.5vh;
    line-height: 10vh;
    opacity: var(--mrdev-opacity);
    z-index: 11;
    margin-left: -0.1em;
    transform: translateX(-25%);
    transition: transform 0.2s ease-out;
    pointer-events: none;
    user-select: none;
}
h1.mrdev span {
    color: var(--red);
    font-weight: 400;
}
[data-theme="dark"] h1.mrdev {
    mix-blend-mode: difference;
}
section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: max(4rem, 10vh) 8vw;
    position: relative;
    scroll-snap-align: start;
    z-index: 2;
}
    /*  transform: translateY(calc(var(--ir) * -0.5rem));
    transition: transform 0.25s linear; 
    opacity: calc(1.5 - var(--ir));
    transition: opacity 0.1s linear;
}*/
section.m1h {
    min-height: 60vh;
} 
section.hero.m1h {
    min-height: 70vh;
} 
h2.h1,
h1 {
    font-size: max(2rem, 8vw);
    font-weight: 800;
    line-height: max(2.5rem, 10vw);
    margin: 0;
    position: relative;
}
h1>svg {
    position: absolute;
    width: auto;
    height: 0.7em;
    top: 0.3em;
    margin-left: 2rem;
    transform: rotate(-1deg);
}
div.h1 {
    font-size: max(1.33325rem, 5.333vw);
    font-weight: 500;
    line-height: max(1.66675rem, 6.667vw);
    color: var(--red);
    position: relative;
}
h2.h1>a,
div.h1>a {
    position: absolute;
    width: auto;
    height: 0.7em;
    top: 0.3em;
    right: -2rem;
    transform: rotate(2deg);
    display: block;
    text-decoration: none;
    transform-origin: bottom center;
}
h2.h1>a:hover,
h2.h1>a:focus,
h2.h1>a:active,
div.h1>a:hover,
div.h1>a:focus,
div.h1>a:active {
    /* outline: none; */
    transform: rotate(5deg) translateX(0.125rem) translateY(0.125rem);
}
h2.h1>a::after,
div.h1>a::after {
    display: none;
}
h2.h1 a>svg,
div.h1 a>svg {
    width: auto;
    height: 0.7em;
    display: inline-block;
    vertical-align: top;
}
section.hero p {
    max-width: max(16rem, 45.5333vw);
    margin: 1.25rem auto;
    font-size: max(1.15rem, 2.4vw);
    font-weight: 700;
}
a {
    color: var(--black);
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    transform: translate(0, 0) rotate(0deg);
    transform-origin: center center;
    transition: transform 0.2s ease-in-out;
}
a:hover,
a:active,
a:focus {
    transform: translate(-0.13rem, -0.13rem) rotate(-0.5deg);
}
.nowrap {
    white-space: nowrap;
}
a::after {
    content: '';
    position: absolute;
    bottom: -0.25vw;
    left: 0;
    width: 100%;
    height: 0.2vw;
    background-color: transparent;
    z-index: -1;
    transition: background-color 0.15s ease-in-out, background-position 0.5s ease-in-out;
    background-image: linear-gradient(160deg, var(--red) 5%, var(--green) 50%, var(--blue) 95%);
    background-size: 400% 400%;
    background-position: 0% 0%;
    transform: translate(0, 0) rotate(0deg);
}
a:hover::after,
a:active::after,
a:focus::after {
    background-color: var(--blue);
    background-position: 100% 100%;
}
strong.red {
    color: var(--red);
}
span.red {
    color: var(--red);
}
section.hero p a::after {
    transform-origin: center center;
    transform: rotate(-1.5deg);
}
section.hero p a:not(.highlight-link)::after {
    transform: rotate(1deg);
}
@keyframes wobble {
    0% {
        transform: none;
        transform: none;
    }

    5% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    10% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    15% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    20% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    25% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    30% {
        transform: none;
        transform: none;
    }

    100% {
        transform: none;
        transform: none;
    }
}
/*.arrow*/
section.hero>a:last-child {
    position: absolute;
    bottom: 4vh;
    left: 50%;
    transform: translateX(-50%) rotate(2deg);
    transform-origin: bottom center;
    width: auto;
    height: clamp(2rem, 10vh, 3rem);
    text-decoration: none;
}
section.hero>a:last-child:after {
    display: none;
}
section.hero>a:last-child>svg.arrow {
    width: auto;
    height: 100%;
    display: block;
    
    animation-name: wobble;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    transform-origin: 100% 100%;
}
section.hero>a:last-child:focus,
section.hero>a:last-child:active,
section.hero>a:last-child:hover {
    transform: translateX(-50%) rotate(-2deg);
    /* outline: none; */
}
.cols {
    width: 100%;
    margin: 0 auto 3rem;
    /* padding-top: 2rem; */
}
.cols>div {
    position: relative;
    width: 100%;
    padding-bottom:5rem;}
.cols>div.left::after,
.cols>div.first::after {
    content: '';
    position: absolute;
    right: 12%;
    bottom: 3rem;
    width: 75%;
    height: var(--hr-width);
    border-radius: calc(var(--hr-width) / 2);
    background-color: var(--blue);
    box-shadow: 0.6rem 1rem var(--hr-blur) rgba(var(--green-rgb),var(--hr-shadow-opacity));
    transform: rotate(-2deg);
    transition: box-shadow 1.2s ease-in-out;
    z-index: 3;
}

.cols>div.right::after,
.cols>div.third::after {
    content: '';
    position: absolute;
    right: 10%;
    bottom: 3rem;
    width: 77%;
    height: var(--hr-width);
    border-radius: calc(var(--hr-width) / 2);
    background-color: var(--blue);
    box-shadow: -1.5rem 1rem var(--hr-blur) rgba(var(--green-rgb),var(--hr-shadow-opacity));
    transform: rotate(0.5deg);
    z-index: 3;
}
.cols>div.first::after,
.cols>div.third::after {
    bottom: 1rem;
    background-color: var(--green);
    box-shadow: 0.6rem 1.2rem var(--hr-blur) rgba(var(--blue-rgb),var(--hr-shadow-opacity));
    transform: rotate(-0.25deg);
}
.cols>div.third::after {
    bottom: auto;
    top: -1.9rem;
    background-color: var(--green);
    box-shadow: -0.8rem 1.2rem var(--hr-blur) rgba(var(--blue-rgb),var(--hr-shadow-opacity));
    transform: rotate(0.2deg);
}
section.social-proof {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    overflow: visible;
    padding: 6rem 8vw 6.5rem;
}
section.social-proof .notice {
    position: absolute;
    bottom: 2vh;
    right: 8vw;
    width: 70vw;
    font-size: 0.8125rem;
    text-align: center;

}
section.social-proof blockquote {
    width: 100%;
    position: relative;
    padding: 3.5rem 0 clamp(3.5rem, calc(3.5rem + ((1vw - 3.2rem) * 0.7386)), 10rem);
    overflow: visible;
    z-index: 2;

}
section.social-proof blockquote p {
    display: block;
    max-width: calc(100% - 2rem);
    margin: 0 auto;
    font-size: min(1.5rem, 5vw);
    font-weight: 800;
    line-height: min(1.8rem, 6.25vw);
    position: relative;
    z-index: 5;
}
section.social-proof blockquote cite {
    display: block;
    color: var(--gray);
    font-size: min(1.125rem, 4vw);
    font-weight: 800;
    line-height: min(1.40625rem, 5vw);
    font-style: normal;
    padding: 1rem 0 0;
    position: relative;
    z-index: 5;
}
section.social-proof:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 6rem;
    width: 70%;
    height: var(--hr-width);
    border-radius: calc(var(--hr-width) / 2);
    background-color: var(--green);
    box-shadow: 1rem -1.2rem var(--hr-blur) rgba(var(--blue-rgb),var(--hr-shadow-opacity));
    transform: rotate(-3deg) translateX(50%) translateY(2rem);
    z-index: 1;
    transform-origin: bottom left;
}
section.social-proof:after {
    content: '';
    position: absolute;
    right: 50%;
    bottom: 6.9rem;
    width: 70%;
    height: var(--hr-width);
    border-radius: calc(var(--hr-width) / 2);
    background-color: var(--green);
    box-shadow: -1.3rem 1.2rem var(--hr-blur) rgba(var(--blue-rgb),var(--hr-shadow-opacity));
    transform: rotate(-3deg) translateX(50%);
    z-index: 1;
    transform-origin: top left;
}
section.social-proof blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 3.2rem;
    bottom: 3.2rem;
    background-image: var(--bqurl);
    background-size: 47.8125rem 7.375rem;
    background-repeat: repeat;
    background-position: center;
    background-attachment: local;
    transform: rotate(-4deg) translate3d(0,0,0);
    opacity: var(--quote-bg-opacity);
    z-index: 4;
}

section.social-proof>svg:first-child {
    position: absolute;
    top: max(4rem, 10vh);
    right: 10%;
    transform: translateY(-1.2rem) rotate(3deg);
    width: auto;
    height: 3rem;
}
section.social-proof blockquote + svg {
    position: absolute;
    bottom: 2rem;
    left: 10%;
    transform: rotate(-3deg);
    width: auto;
    height: 3rem;
}
.way ul {
    list-style: none;
    padding: 0;
    margin: 2rem 0 2.7rem;
}
.way ul li {
    padding: 0;
    margin: 1em auto 0;
    font-size: max(1.6rem, 2.4vw);
    font-weight: 700;
    position: relative;
}
h3 {
    margin: 3rem 0 3rem;
    font-size: max(1.33325rem, 2.333vw);
    font-weight: 700;
    line-height: max(1.66675rem, 2.7996vw);
}
.wtf-arrow {
    position: absolute;
    /* display: block; */
    display: inline-block;
    text-decoration: none;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(-0.5deg);
    padding-bottom: 1rem;
    /* width: 100%; */
}
a.wtf-arrow:hover,
a.wtf-arrow:focus,
a.wtf-arrow:active {
    transform: translateX(-50%) rotate(-2deg) translateY(-0.3rem);
    /* outline: none; */
}
.wtf-arrow::after {
    display: none;
}
.wtf-arrow.whome {
    bottom: -2.5rem;
    transform: translateX(-50%) rotate(-2deg);
    transform-origin: bottom right;
}
a.wtf-arrow.whome:hover,
a.wtf-arrow.whome:focus,
a.wtf-arrow.whome:active {
    transform: translateX(-50%) rotate(-0.5deg) translateY(-0.6rem);
    /* outline: none; */
}
.wtf-arrow strong {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 2.7rem;
    position: relative;
    display: block;
}
.wtf-arrow span {
    display: block;
    color: var(--red);
    font-size: 1rem;
    line-height: 1.2rem;
}
.wtf-arrow svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(6rem) translateY(-1.2rem) rotate(4deg);
    width: auto;
    height: 3rem;
}
.wtf-arrow.whome svg {
    left: auto;
    right: 50%;
    transform: translateX(-8rem) translateY(-1.2rem) rotate(-2deg);
}
section.price-grid {
    /*flex spacing between */
    justify-content: space-between;
    padding: max(5.5rem, 15vh) 8vw 0;
}
section.price-grid .anchor {
    position: absolute;
    top: -3rem;
    left: 50%;
    height: 0.001rem;
    width: 0.001rem;
    opacity: 0.01;
}
section.price-grid>p {
    max-width: 29rem;
    font-size: 0.9rem;
}
section.price-grid h3 {
    margin: 0 auto 0;
    transition: font-size 0.2s ease-in-out;
}
section.price-grid .price {
    margin: 0 auto 0;
    font-weight: 700;
    font-size: 1.75rem; 
    opacity: 1;
    scale: 0.9;
    color: var(--gray);
    transition: color 0.2s ease-in-out, scale 0.2s ease-in-out;
    user-select: none;
}

section.price-grid .cols>div:hover .price,
section.price-grid .cols>div:focus-within .price {
    opacity: 1;
    scale: 1;
    color: var(--black);
}
section.price-grid .pg-footer,
section.price-grid>div:first-child,
section.price-grid .cols>div,
section.price-grid .cols>div::before,
section.price-grid .cols>div::after {
    transition: opacity 0.5s ease-in-out;
}

[data-dl="yes"] section.price-grid .pg-footer,
[data-dl="yes"] section.price-grid>div:first-child,
[data-dl="yes"] section.price-grid .cols>div,
[data-dl="yes"] section.price-grid .cols>div::before {
    opacity: 0.1;
    cursor: progress;
}
[data-dl="yes"] section.price-grid .cols>div::after {
    opacity: 0;
}

[data-dl="yes"][data-dla="quick-chat"] section.price-grid .cols>div[data-anchor="quick-chat"],
[data-dl="yes"][data-dla="advice-and-assistance"] section.price-grid .cols>div[data-anchor="advice-and-assistance"],
[data-dl="yes"][data-dla="review-and-report"] section.price-grid .cols>div[data-anchor="review-and-report"] {
    opacity: 1;
    cursor: auto;
}


.price-grid div.h1 {
    font-size: max(1.33325rem, 3.333vw);
    font-weight: 500;
    line-height: max(1.66675rem, 4.667vw);
}
section.price-grid p {
    margin: 0 auto;
    font-size: 1.125em;
    padding: 0 1rem;
    max-width: 22rem;
    user-select: none;
}
section.price-grid h3 {
    font-size: 2.05rem;
    font-weight: 700;
    line-height: 2.7rem;
    user-select: none;
}
section.price-grid p em {
    font-size: 0.7em;
    color: var(--gray);
    font-style: normal;
}
.price-grid .cols>div {
    padding-bottom: 6rem;
    padding-top: 4rem;
    position: relative;
}
.price-grid .cols>div:first-child {
    padding-top: 3rem;
}
.price-grid .cols>div:last-child {
    padding-bottom: 3rem;
}
section.price-grid .desc {
    margin-bottom: 0;
}
section.price-grid .cols>div div.desc,
section.price-grid .cols>div div.h3 {
    position: relative;
}
section.price-grid .cols>div::before {
    content: '';
    display: block;
    display: none;
    position: absolute;
    width: 0.4rem;
    top: 4rem;
    bottom: 6rem;
    background-color: var(--white);
    background-image:  linear-gradient(135deg, var(--red) 25%, transparent 25%), linear-gradient(225deg, var(--red) 25%, transparent 25%), linear-gradient(45deg, var(--red) 25%, transparent 25%), linear-gradient(315deg, var(--red) 25%, var(--white) 25%);
    background-position:  0.2rem 0, 0.2rem 0, 0 0, 0 0;
    background-size: 0.4rem 0.4rem;
    background-repeat: repeat;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.price-grid .cols {
    align-items: center;
}
div.fluff {
    position: relative;
    z-index: 2;
    min-height: 2rem;
    width: 0.4rem;
    background-color: transparent;
    background-image:  linear-gradient(135deg, var(--red) 25%, transparent 25%), linear-gradient(225deg, var(--red) 25%, transparent 25%), linear-gradient(45deg, var(--red) 25%, transparent 25%), linear-gradient(315deg, var(--red) 25%, transparent 25%);
    background-position:  0.2rem 0, 0.2rem 0, 0 0, 0 0;
    background-size: 0.4rem 0.4rem;
    background-repeat: repeat;
    margin: 0.5rem auto;
}
section.price-grid .desc + div.fluff {
    min-height: 2.5rem;
    margin: 0.5rem auto 0.75rem;
}
section.price-grid .cols>div:first-child::before {
    top: 3rem;
}
section.price-grid .cols>div .button-wrap,
section.price-grid .cols>div h3,
section.price-grid .cols>div .price,
section.price-grid .cols>div .desc {
    z-index: 2;
    position: relative;
}
section.price-grid .cols>div .button-wrap,
section.price-grid .cols>div h3 span,
section.price-grid .cols>div .price span,
section.price-grid .cols>div .desc .span {
    /* background: var(--white);
    box-shadow: 0 0 0.2rem 0.3rem var(--white); */
    display: inline-block;
}
section.price-grid .cols>div .button-wrap {
    padding-bottom: 0.5rem;
    /* box-shadow: 0 -0.3rem 0.2rem 0.3rem var(--white); */
}
section.price-grid .cols>div button {
    z-index: 2;
}
section.price-grid .pg-footer p.get-roasted {
    margin-bottom: 5rem;
    max-width: 30rem;
    background: var(--black);
    color: var(--white);
    padding: 2rem;
    border-radius: 2rem;
    line-height: 3;
}
section.price-grid .pg-footer p.get-roasted a {
    background-image: linear-gradient(
                                    40deg,
                                    hsl(27deg 100% 54%) 0%,
                                    hsl(26deg 100% 53%) 3%,
                                    hsl(26deg 100% 52%) 6%,
                                    hsl(25deg 100% 51%) 10%,
                                    hsl(25deg 100% 50%) 14%,
                                    hsl(31deg 100% 50%) 19%,
                                    hsl(36deg 100% 50%) 25%,
                                    hsl(42, 100%, 44%) 33%,
                                    hsl(47, 100%, 45%) 42%,
                                    hsl(44, 100%, 44%) 51%,
                                    hsl(28deg 100% 50%) 87%,
                                    hsl(19deg 100% 50%) 92%,
                                    hsl(9deg 100% 50%) 97%,
                                    hsl(0deg 100% 50%) 100%
                                    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    transform-origin: top center;
    line-height: 1.5;
    font-weight: 800;
    font-size: 1.5em;
}
section.price-grid .pg-footer p.get-roasted:hover a,
section.price-grid .pg-footer p.get-roasted a:hover,
section.price-grid .pg-footer p.get-roasted a:focus,
section.price-grid .pg-footer p.get-roasted a:active {
    transform: scale(1.3) rotate(1deg) translateY(-0.1rem);
    outline-color: var(--white);
}
section.price-grid .pg-footer p.get-roasted a::after {
    /* display: none; */
    background-image: linear-gradient(315deg, #f5df2e 0%, #f07654 74%);
    background-position: 75% 75%;
    bottom: -0.2em;
    left: 3%;
    transform-origin: bottom left;
    transform: rotate(-1deg) scaleY(1.5) translateX(-0.2rem);
}
section.price-grid .pg-footer p.get-roasted a:hover::after {
    background-position: 15% 15%;
}
section.who-am-i h2 {
    margin-bottom: 2rem;
}
section.who-am-i .notsvg,
section.who-am-i svg {
    width: 100%;
    max-width: 100%;
    max-width: 25rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translate3d(0,0,0);
}
section.who-am-i .notsvg {
    aspect-ratio: 1084 / 1442;
    background-image: var(--mrurl);
    background-size: cover;
    background-position: top center;
    background-color: var(--white);
}
[data-theme="dark"] section.who-am-i .notsvg {
    background-color: var(--black);
}
section.who-am-i p {
    text-align: left;
    max-width: 25rem;
    margin: 0 auto 2rem;
    font-size: 1.1rem;
}
.who-am-i .cols>div.right {
    padding-top: 3rem;
    padding-bottom: 6rem;
}
section.way .left ul>li:first-child a::after {
    transform: rotate(-2deg);
}
section.way .left ul>li:last-child a::after {
    transform: rotate(1deg);
}
section.way .right ul>li:first-child a::after {
    transform: rotate(1deg);
}
section.way .right ul>li:last-child a::after {
    transform: rotate(-0.5deg);
}
section.footer {
    display: flex;
    flex-direction: column;
    padding: 0 8vw max(2rem, 5vh);
}
section.footer .notice {
    font-size: 0.9rem;
    margin: 4rem auto 2rem;
}
section.footer .socials {
    transform: rotate(-1deg);
    user-select: none;
    position: relative;
}
section.footer .socials span a {
    text-decoration: none;
    display: inline-block;
    margin: 0.8rem;
    transform: translate3d(0, 0, 0) rotate(0deg);
    transition: transform 0.2s ease-in-out;
}
section.footer .socials span a path:not([fill="none"]),
section.footer .socials span a path:not([fill="none"]),
section.footer .socials span a path:not([fill="none"]) {
    transition: fill 0.2s ease-in-out;
    fill: var(--black);
}
section.footer .socials span a:hover,
section.footer .socials span a:active,
section.footer .socials span a:focus {
    transform: translate3d(-0.13rem, -0.13rem, 0) rotate(1deg);
}
section.footer .socials span a:hover path:not([fill="none"]),
section.footer .socials span a:active path:not([fill="none"]),
section.footer .socials span a:focus path:not([fill="none"]) {
    fill: var(--red);
}
section.footer .socials .nowrap {
    display: inline-block;
}
.mrdevfoot::after,
section.footer .socials a::after {
    display: none;
}

section.footer .socials>a {
    font-size: 1.5rem;
    position: absolute;
    top: calc( -1 * max(3rem, 7.5vh));
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(3deg);
    text-decoration: none;
    transform-origin: center center;
}
section.footer .socials>a:hover,
section.footer .socials>a:focus,
section.footer .socials>a:active {
    transform: translateX(-50%) translateY(-50%) rotate(2deg) scale(1.1);
}
section.footer .socials>a::after {
    display: none;
}
section.footer .socials>a>svg {
    height: 1.5rem;
    width: auto;
    transform: rotate(180deg) translateX(-0.5rem) translateY(-0.25rem);
}
section.footer .socials>a.bttt>svg {
    position: absolute;
    left: calc(100% + 1rem);
    top: 0;
}
.mrdevfoot span {
    color: var(--red);
}
.mrdevfoot {
    margin-bottom: 3rem;
}
div.hr {
    position: relative;
    width: 100%;
    margin: 2.5rem auto 4rem;
}
hr {
    appearance: none;
    height: var(--hr-width);
    border-radius: calc(var(--hr-width) / 2);
    width: 100%;
    border: none;
    background: var(--black);
    transform: rotate(-1deg);
    position: relative;
    z-index: 3;
}
div.hr::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--hr-width);
    border-radius: calc(var(--hr-width) / 2);
    transform: translateY(-20%) rotate(-0.5deg);
    background: var(--green);
    z-index: 2;
    filter: blur(0.5rem);
    will-change: filter;
}
div.hr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--hr-width);
    border-radius: calc(var(--hr-width) / 2);
    transform: translateY(140%) rotate(-1.25deg);
    background: var(--blue);
    z-index: 1;
    filter: blur(0.5rem);
    will-change: filter;
}
button {
    position: relative;
    appearance: none;
    border-radius: 0.5rem 1rem 0.5rem 1rem;
    border: 0.3rem solid var(--black);
    background: var(--white);
    color: var(--red);
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: center;
    padding: 0 1.5rem;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.2s ease-in-out;
}
button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"])::before {
    z-index: 2;
    content: attr(data-label);
    position: absolute;
    border-radius: 0.5rem 1rem 0.5rem 1rem;
    border: 0.3rem solid var(--black);
    top: -0.3rem;
    bottom: -0.3rem;
    left: -0.3rem;
    right: -0.3rem;
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.6rem);
    background: var(--white);
    color: var(--red);
    font-size: 1.5rem;
    line-height: 3rem;
    font-weight: 400;
    text-align: center;
    padding: 0 0.5rem;
    cursor: pointer;
}
[data-theme="dark"] button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"])::before {
    background: var(--black);
}
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"])::after {
    content: '';
    position: absolute;
    border-radius: 0.5rem 1rem 0.5rem 1rem;
    top: 0.5rem;
    left: 0.4rem;
    width: 100%;
    height: 100%;
    transform: translateZ(-0.625rem) translateX(0.25rem) translateY(0.25rem);
    background-color: transparent;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-radius 0.2s ease-in-out, background-color 0.15s ease-in-out, background-position 0.3s ease-in-out;
    background-image: linear-gradient(100deg, var(--red) 5%, var(--green) 50%, var(--blue) 95%);
    background-size: 400% 400%;
    background-position: 0% 0%;
    z-index: 1;
}
button:hover,
button:active,
button:focus {
    transform: translateX(-0.1875rem) translateY(-0.1875rem);
}
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):hover,
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):active,
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):focus {
    outline-offset: 1.8rem;
}
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):hover::after,
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):active::after,
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):focus::after {
    transform: translateZ(-0.625rem) translateX(0.4375rem) translateY(0.4375rem);
    background-position: 100% 100%;
}

button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):active::before,
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):focus::before {
    border-radius: 0;
}
button:not(#theme-toggle):not(#roasty):not([formmethod="dialog"]):focus::after {
    border-radius: 0;
}
dialog {
    padding: 0;
    border: 0.5rem solid var(--black);
    border-radius: 0.5rem;
    max-width: 95vw;
    background-color: var(--white);
    color: var(--black);
}
dialog .pad {
    padding: 4rem 1rem;
}
dialog#stalker {
    padding-top: 5rem;
}
dialog img {
    max-width: 100%;
    height: auto;
}
dialog video {
    max-width: 100%;
    width: 100%;
    aspect-ratio: 480 / 272;
    height: auto;
    min-width: 70vw;
}
dialog form.close {
    text-align: center;
    position: absolute; 
    top: 0.5rem;
    right: 0.7rem
}
dialog form.close button {
    border: none;
    border-width: 0.15rem;
    line-height: 1;
    box-shadow: none;
    padding: 0;
    border-radius: 0.625rem;
    background: transparent;
    margin: 0 auto;
    font-size: 0;
    transform: translateX(0) translateY(0);
    display: inline-block;
    width: 3rem;
    height: 3rem;
}
dialog form.close button span {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    z-index: 3;
}
dialog form.close button::before,
dialog form.close button::after {
    content: '';
    display: block;
    position: absolute;
    width: 3rem;
    top: calc(50% + 0.25rem);
    left: calc(50% + 0.25rem);
    height: 20%;
    background-color: transparent;
    border-radius: 0.125rem;
    transform-origin: center center;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    z-index: 2;
    transition: background-color 0.15s ease-in-out, background-position 0.5s ease-in-out, top 0.2s ease-in-out, left 0.2s ease-in-out;
    background-image: linear-gradient(160deg, var(--red) 5%, var(--green) 50%, var(--blue) 95%);
    background-size: 400% 400%;
    background-position: 0% 0%;
}
dialog form.close button::after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
dialog form.close button span::before,
dialog form.close button span::after {
    content: '';
    display: block;
    position: absolute;
    width: 3rem;
    top: 50%;
    left: 50%;
    height: 20%;
    background-color: var(--black);
    border-radius: 0.125rem;
    transform-origin: center center;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
} 
dialog form.close button span::after {
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
dialog form.close svg {
    display: none;
    width: 3rem;
    height: 3rem;
    filter: drop-shadow(0.125rem 0.125rem 0 rgba(var(--red-rgb),0.5));
    transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out;
    transform: translateX(0) translateY(0);
}
dialog form.close button:hover,
dialog form.close button:active,
dialog form.close button:focus {
    transform: translateX(0) translateY(0);
    outline: 0;
}
dialog form.close button:hover::after,
dialog form.close button:active::after,
dialog form.close button:focus::after,
dialog form.close button:hover::before,
dialog form.close button:active::before,
dialog form.close button:focus::before {
    background-position: 100% 100%;
    top: calc(50% + 0.3125rem);
    left: calc(50% + 0.3125rem);
}
dialog form.close svg path[fill="#031926"] {
    fill: var(--black);
}
dialog#stalker {
    text-align: center;
}
dialog#stalker .container .socials {
    display: flex;
    flex-direction: column;
}
dialog#stalker a {
    text-decoration: none;
    display: inline-block;
    margin: 2.47vw;
}
dialog#stalker a path:not([fill="none"]),
dialog#stalker a path:not([fill="none"]),
dialog#stalker a path:not([fill="none"]) {
    transition: fill 0.2s ease-in-out;
    fill: var(--black);
}
dialog#stalker a:hover path:not([fill="none"]),
dialog#stalker a:active path:not([fill="none"]),
dialog#stalker a:focus path:not([fill="none"]) {
    fill: var(--red);
}
dialog#stalker a::after {
    display: none;
}
.who-am-i svg g {
    fill: var(--pic-color);
}
#roasty,
#theme-toggle {
    position: fixed;
    top: 1.2rem;
    right: 1rem;
    font-size: 1rem;
    line-height: 1.2rem;
    z-index: 99;
    width: 9rem;
    
    overflow: hidden;
    padding: 0.2rem calc(0.8rem + 1.5em) 0.2rem 0.5rem;

    text-indent: 0rem;
    
    font-weight: 800;
    transition: color 0.2s ease-in-out,
                background-color 0.2s ease-in-out,
                border-color 0.2s ease-in-out,
                width 0.1s ease-in-out,
                text-indent 0.4s ease-in-out,
                padding-left 0.3s ease-in-out,
                padding-right 0.3s ease-in-out;
}
#roasty {
    top: initial;
    bottom: 1.2rem;
    transition: color 0.2s ease-in-out,
                background-color 0.2s ease-in-out,
                background-position 0.2s ease-in-out,
                box-shadow 0.2s ease-in-out
                border-color 0.2s ease-in-out,
                width 0.1s ease-in-out,
                text-indent 0.4s ease-in-out,
                padding-left 0.3s ease-in-out,
                padding-right 0.3s ease-in-out;
}
[data-scrolled="yes"] #roasty:not(:hover):not(:focus):not(:active),
[data-scrolled="yes"] #theme-toggle:not(:hover):not(:focus):not(:active) {
    width: 2.53rem;
    text-indent: -4rem;
    padding-left: 0;
    padding-right: 0;
    transition: color 0.2s ease-in-out,
                background-color 0.2s ease-in-out,
                border-color 0.2s ease-in-out,
                width 0.1s ease-in-out,
                text-indent 0.1s ease-in-out,
                padding-left 0.3s ease-in-out,
                padding-right 0.3s ease-in-out;
}
[data-scrolled="yes"] #roasty:not(:hover):not(:focus):not(:active) {
    text-indent: -5.2rem;
}
@media (hover: none) {
    [data-scrolled="yes"] #roasty,
    [data-scrolled="yes"] #theme-toggle {
        width: 2.53rem;
        text-indent: -4rem;
        padding-left: 0;
        padding-right: 0;
        transition: color 0.2s ease-in-out,
                    background-color 0.2s ease-in-out,
                    border-color 0.2s ease-in-out,
                    width 0.1s ease-in-out,
                    text-indent 0.1s ease-in-out,
                    padding-left 0.3s ease-in-out,
                    padding-right 0.3s ease-in-out;
    }
    [data-scrolled="yes"] #roasty {
        text-indent: -5.2rem;
    }
}
#roasty::before,
#theme-toggle::before,
[data-theme="light"] #roasty::before,
[data-theme="light"] #theme-toggle::before {
    font-size: 1rem;
    line-height: 1.2rem;
    content: 'dark mode';
    display: inline-block;
    white-space: nowrap;
}
[data-theme="dark"] #theme-toggle::before {
    content: 'light mode';
}
#roasty::before,
[data-theme="dark"] #roasty::before,
[data-theme="light"] #roasty::before {
    content: 'get roasted';
}
[data-theme="light"] #theme-toggle {
    color: var(--white);
    background-color: var(--black);
}
[data-theme="dark"] #theme-toggle {
    color: var(--white);
    background-color: var(--black);
}

#roasty,
[data-theme="light"] #roasty,
[data-theme="dark"] #roasty {
    background-color: rgba(245, 222, 46, 1);
    background-image: linear-gradient(315deg, #f5df2e 0%, #f07654 74%);
    background-size: 200% 400%;
    background-position: 75% 75%;
    border-width: 0;
    padding: 0.5rem calc(0.8rem + 1.5em) 0.5rem 0.5rem;
    color: var(--black);

    box-shadow: 0 0 0.5rem rgba(245, 222, 46, 0),
                0 0 1rem rgba(240, 118, 84, 0);
}
[data-theme="dark"] #roasty {
    color: var(--white);
}


#roasty:hover,
[data-theme="light"] #roasty:hover,
#roasty:focus,
[data-theme="light"] #roasty:focus,
#roasty:active,
[data-theme="light"] #roasty:active {
    transform: none;
    background-position: 25% 25%;
    box-shadow: 0 0 0.5rem rgba(245, 222, 46, 1),
                0 0 1rem rgba(240, 118, 84, 1);
}

[data-theme="dark"] #roasty:focus,
[data-theme="dark"] #roasty:hover,
[data-theme="dark"] #roasty:active {
    transform: none;
    background-position: 25% 25%;
    box-shadow: 0 0 0.2rem rgba(240, 118, 84, 1),
                0 0 1rem rgba(245, 222, 46, 1);
    
}

dialog h2 {
    display: block;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 auto 2rem;
    border: 0.3rem solid var(--black);
    border-radius: 0.5rem;
    padding: 2rem 0.5rem;
    background: var(--white);
    color: var(--black);
    position: relative;
    overflow:hidden;
}
dialog h2 span {
    position: relative;
    z-index: 2;
    display: block;
}
dialog h2 span:not(:first-child) {
    font-size: max(0.6em, 1rem);
    padding-top: 0.5rem;
}
/* [data-theme="dark"] dialog h2 {
    background: var(--black);
    color: var(--white);
} */

dialog h2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -50%;
    bottom: -50%;
    background-image: var(--bqurl);
    background-size: 47.8125rem 7.375rem;
    background-repeat: repeat;
    background-position: center;
    background-attachment: local;
    transform: rotate(-4deg);
    opacity: calc(var(--quote-bg-opacity) * 0.8);
    z-index: 1;
}

dialog .container.col .header-cont p {
    position: relative;
}
dialog .container.col .header-cont p span.red {
    position: absolute;
    top: 0.3rem;
    left: 0.5rem;
}
dialog .container.col .header-cont p.interms {
    padding-left: 1rem;
    padding-right: 1rem;
}

.jump {
    text-align: center;
    transform: rotate(-2deg);
    margin-bottom: 2rem;
}
#getroasted .jump,
#quickchat .jump {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#theme-toggle:hover,
#theme-toggle:active,
#theme-toggle:focus {
    background-color: var(--red);
    border-color: var(--red);
    transform: none;
}
[data-theme="dark"] #theme-toggle:hover,
[data-theme="dark"] #theme-toggle:active,
[data-theme="dark"] #theme-toggle:focus {
    background-color: var(--red);
    border-color: var(--red);
    transform: none;
    color: var(--black);
}
#roasty::after,
#theme-toggle::after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0.3rem;
    right: 0.5rem;
    background-color: var(--white);
    vertical-align: middle;
    transition: background-color 0.2s ease-in-out;
    -webkit-clip-path: url(#darkmode);
    clip-path: url(#darkmode);
}
#roasty::after {
    top: 0.6rem;
    right: 0.8rem;
}
#roasty::after {
    background-color: var(--black);
}
[data-theme="dark"] #roasty::after {
    background-color: var(--white);
}
[data-theme="dark"] #roasty::after,
[data-theme="dark"] #theme-toggle::after {
    -webkit-clip-path: url(#lightmode);
    clip-path: url(#lightmode);
}

#roasty::after,
[data-theme="light"] #roasty::after,
[data-theme="dark"] #roasty::after {
    -webkit-clip-path: url(#flame);
    clip-path: url(#flame);
}

[data-theme="dark"] #theme-toggle:hover::after,
[data-theme="dark"] #theme-toggle:active::after,
[data-theme="dark"] #theme-toggle:focus::after {
    background-color: var(--black);
}
[data-theme="dark"] #roasty:hover::after,
[data-theme="dark"] #roasty:active::after,
[data-theme="dark"] #roasty:focus::after {
    background-color: var(--white);
}
::backdrop {
    background-color: #FFFFFF;
    backdrop-filter: blur(1rem);
}
[data-theme="dark"] ::backdrop {
    background-color: #031926;
}
#getroasted::backdrop {
    background-color: #FFFFFF;
    background-image: radial-gradient(
        farthest-side at bottom left,
        rgb(255, 238, 0), 
        transparent 90%
    ),
    radial-gradient(
        farthest-corner at bottom right,
        rgb(255, 102, 0), 
        transparent 90%
    ),
    radial-gradient(
        farthest-side at top right,
        rgb(255, 238, 0), 
        transparent 90%
    ),
    radial-gradient(
        farthest-corner at top left,
        rgb(255, 102, 0), 
        transparent 90%
    );
    background-size: 120% 120%;
    background-position: center center;
    opacity: 0.8;
}
[data-theme="dark"] #getroasted::backdrop {
    background-color: #031926;
}

@keyframes dot2Grad {
    0% {
        fill: rgba(var(--blue-rgb), 1);
    }
    17.3% {
        fill: rgba(var(--green-rgb), 1);
    }
    50.6% {
        fill: rgba(var(--red-rgb), 1);
    }
    84% {
        fill: rgba(var(--blue-rgb), 1);
    }
    100% {
        fill: rgba(var(--blue-rgb), 1);
    }
}
@keyframes dot3Grad {
    0% {
        fill: hsl(189deg 100% 66%);
    }
    11% {
        fill: hsl(168deg 100% 67%);
    }
    22% {
        fill: hsl(147deg 100% 68%);
    }
    33% {
        fill: hsl(126deg 100% 69%);
    }
    44% {
        fill: hsl(105deg 100% 70%);
    }
    56% {
        fill: hsl(82deg 100% 68%);
    }
    67% {
        fill: hsl(57deg 100% 64%);
    }
    78% {
        fill: hsl(32deg 100% 59%);
    }
    89% {
        fill: hsl(7deg 100% 55%);
    }
    100% {
        fill: hsl(342deg 100% 50%);
    }
}

@keyframes dot2Blur {
    0% {
        filter: blur(calc(var(--dot) / 3));
    }
    100% {
        filter: blur(calc(var(--dot) / 6));
    }
}

.dot {
    width: calc(var(--dot) * 5);
    height: calc(var(--dot) * 5);
    position: absolute;
    top: calc( calc(-1 * calc(var(--dot) * 5)) / 2);
    left: calc( calc(-1 * calc(var(--dot) * 5)) / 2);
    pointer-events: none;
    transform: rotate(0) scale(1);
    z-index: 1;
    pointer-events: none;
    will-change: transform, width, height, top, left;
    /* transition: 150ms width ease, 150ms height ease, 150ms top ease, 150ms left ease; */

    mix-blend-mode: hue;
    mix-blend-mode: soft-light;
    filter: blur(10vw);
}
@media (pointer: coarse) or (hover: none) {
    .dot {
        display: none;
    }
}
[data-theme="light"] .dot {
    mix-blend-mode: hard-light;
    mix-blend-mode: normal;
    filter: blur(10vw);
}
.dot svg {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(-90deg);
    filter: blur(calc(var(--dot) / 3));
    /* transition: 150ms filter ease; */
    will-change: filter;
    animation: dot2Blur 5s ease-in-out infinite;
    animation-direction: alternate;
}
.dot svg path {
    width: var(--dot);
    height: var(--dot);
    fill: rgba(82, 229, 255,0.2);
    will-change: fill;
    animation: dot3Grad 5s ease-in-out infinite;
    animation-direction: alternate;
    animation-play-state: paused;
    transition: 600ms fill cubic-bezier(0.23, 1, 0.32, 1), 2000ms opacity ease-in-out;
    opacity: 0.2;
}
.dot.moving svg path {
    animation-play-state: running;
    opacity: 0.5;
    transition: 600ms fill cubic-bezier(0.23, 1, 0.32, 1), 500ms opacity ease-in-out;
}

.dot.over {
    z-index: 5;
    width: 3rem;
    height: 3rem;
    top: -1.5rem;
    left: -1.5rem;
}
.dot.over svg {
    animation-play-state: paused;
    filter: blur(0.3rem) !important;
}

/* [data-theme="light"] .dot svg path {
    fill: rgba(255,0,76,0.1);
}  */

.price-grid .cols {
    position: relative;
}
/* .price-grid .cols::before {
    content: '';
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: -1rem;
    right: -1rem;
    background-color: var(--white);
    filter: blur(1rem);
} */

@media (min-width: 33.75rem) {
    html {
        line-height: 1.4;
    }
    section.footer .etc {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-between;
    }
    section.footer .copy {
        flex-grow: 1;
        text-align: right;
    }
    .mrdevfoot {
        margin-bottom: 0;
    }
    section.social-proof {
        padding-bottom: 8rem;
    }
    dialog {
        /* padding: 2rem 6rem; */
    }
    dialog .pad {
        padding: 2rem 6rem;
    }
    h1.mrdev {
        transform: translateX(0);
    }
}
@media (min-width: 48rem) {
    html {
        line-height: 1.43;
    }
    section.social-proof {
        padding-bottom: 9rem;
    }
    section.hero p {
        margin: 1.5rem auto;
    }
    dialog#asterisk .container {
        padding-right: 3rem;
    }
    dialog#stalker {
        /* padding-top: 6rem;
        padding-bottom: 6rem; */
    }
    dialog#stalker .pad {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    dialog .container.col {
        display: grid; 
        grid-auto-flow: row dense; 
        grid-auto-columns: 1fr; 
        grid-auto-rows: 1fr; 
        grid-template-columns: 1fr 2.5fr; 
        gap: 0px 5%; 
        justify-content: center; 
        align-content: start; 
        justify-items: center; 
        align-items: start; 
    }
    dialog .container.col>div {
        min-height: 100%;
        position: relative;
    }
    /* dialog.tcdt {
        padding: 2rem 6rem 2rem 2rem;
    } */
    dialog.tcdt .pad {
        padding: 2rem 6rem 2rem 2rem;
    }
    dialog .container.col .header-cont {
        position: sticky;
        top: 0;
        min-width: 14rem;
    }
    dialog .container.col>div>*:first-child {
        margin-top: 0;
    }
    dialog h2 {
        aspect-ratio: 1 / 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    section.social-proof blockquote p {
        max-width: 60%;
        font-size: min(2.25rem, 7vw);
        line-height: min(2.7rem, 8.75vw);
    }
    .cols {
        display: flex;
    }
    .way .cols {
        padding-bottom: 3rem;
    }
    .cols>div {
        width: 50%;
        padding-bottom:0rem;
    }
    section.price-grid .anchor {
        top: -8rem;
    }
    .price-grid .cols {
        padding-top: 5rem;
        padding-bottom: 4rem;
    }
    .price-grid .cols>div {
        width: calc(100%/3);
        padding-left: 1rem;
        padding-right: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
        padding-top: 0;
    }
    .price-grid .cols>div {
        padding-bottom: 0;
        padding-top: 0;
    }
    .price-grid .cols>div:first-child {
        padding-top: 0;
    }
    
    section.price-grid .cols>div::before,
    section.price-grid .cols>div:first-child::before {
        top: 0;
        bottom: 0;
    }
    section.price-grid .cols>div::before {
        /* display: none; */
        /* width: 0.5rem; */
    }
    .price-grid .cols>div:last-child {
        padding-bottom: 0;
    }
    .price-grid .cols>div .price {
        flex-grow: 1;
    }
    .price-grid .cols>div .desc {
        flex-grow: 1;
    }
    .price-grid button {
        max-width: 11rem;
        background-color: var(--white);
    }
    [data-theme="dark"] .price-grid button {
        background-color: var(--black);
        border-color: var(--black);
    }
    .who-am-i .cols>div.left {
        padding-right: 3rem;
    }
    .who-am-i .cols>div.right {
        padding-left: 3rem;
        padding-bottom: 1rem;
        padding-top: 1.5rem;
    }
    .cols>div.left::after,
    .cols>div.first::after {
        top: 5vh;
        width: var(--hr-width);
        border-radius: calc(var(--hr-width) / 2);
        right: 4vw;
        bottom: 0;
        height: auto;
    }
    .cols>div.right::after,
    .cols>div.third::after {
        top: 6vh;
        width: var(--hr-width);
        border-radius: calc(var(--hr-width) / 2);
        right: initial;
        left: 2vw;
        bottom: 0;
        height: auto;
    }
    .cols>div.first::after {
        right: 0;
    }
    .cols>div.third::after {
        left: 0;
    }
    .who-am-i .cols>div.left::after {
        right: 1vw;
    }
    .who-am-i .cols>div.right::after {
        left: 0.5vw;
    }
    section.who-am-i .notsvg,
    section.who-am-i svg {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    section.who-am-i .notsvg {
        aspect-ratio: initial;
    }
    button {
        font-size: 1.25rem;
    }    
    section.social-proof:after {
        /* bottom: 9rem; */
    }
    section.footer .socials>a {
        top: calc( -1 * max(2.5rem, 6.25vh));
    }
}
@media (min-width: 54rem) {
    section.price-grid h3 {
        font-size: 2.25rem;
    }
}
@media (min-width: 62rem) {
    html {
        line-height: 1.46;
    }
    section.social-proof {
        padding-bottom: 10rem;
    }
    .who-am-i .cols>div.left {
        padding-right: 6rem;
    }
    .who-am-i .cols>div.right {
        padding-left: 6rem;
    }
    .who-am-i .cols>div.left::after {
        right: 4vw;
    }
    .who-am-i .cols>div.right::after {
        left: 2vw;
    }
    button {
        font-size: 1.5rem;
    }
}
@media (min-width: 75rem) {
    html {
        line-height: 1.5;
    }
}
/* @media (orientation: portrait) {
    body::before,
    body::after {
        height: max(5rem, 12.5vh);
    }
} */