/* ===============================================
   Ultimate Modern CSS Reset
   Based on best practices from Eric Meyer,
   Josh W. Comeau, Andy Bell, and modern standards
   =============================================== */

/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* 2. Remove default margin and padding */
* {
    margin: 0;
    padding: 0;
}

/* 3. Set core body defaults */
body {
    min-height: 50vh;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 4. Remove list styles on ul, ol elements with a list role */
ul[role="list"],
ol[role="list"] {
    list-style: none;
}

/* 5. Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

/* 6. Balance text wrapping on headings */
h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

/* 7. Improve text rendering and wrapping */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}

/* 8. A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

/* 9. Make images and media easier to work with */
img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

/* 10. Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* 11. Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
    min-height: 10em;
}

/* 12. Anything that has been anchored to should have extra scroll margin */
:target {
    scroll-margin-block: 5ex;
}

/* 13. Root stacking context */
#root,
#__next {
    isolation: isolate;
}

/* 14. Enable keyword animations for modern browsers */
@media (prefers-reduced-motion: no-preference) {
    html {
        interpolate-size: allow-keywords;
    }
}

/* 15. HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 16. Remove quotes from blockquotes and q elements */
blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

/* 17. Table border collapse */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 18. Focus management for accessibility */
:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* 19. Remove focus outline for mouse users */
:focus:not(:focus-visible) {
    outline: none;
}

/* sōon */
body {
    background: #eee;
    background-size: 100% 100%;
    font: normal 16px/1.5 "Sora", "Roboto Flex", sans-serif;
    font-variant-ligatures: common-ligatures;
    overflow-x: hidden;
    padding-bottom: 2rem;
}
.brand {
  position: relative;
}
.brand div {
  display: inline-flex;
  min-height: 48px;
  line-height: 76px;
}
.brand .title {
  position: relative;
  bottom: 1.25em;
  margin-left: 1em
}
.brand p {
  background: rgba(0, 0, 0, 0.1);
  width: auto;
  font-size: 12px;
  margin: 0 0 1em 0;
  opacity: 0.4;
  padding: 1em;
}
.store-links {
  margin-bottom: 1em;
}
.store-links figure:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
figcaption {
  display: inline-block;
  font-size: 0.8rem;
  text-decoration: none;
  page: .5rem 0;
}
#support h2, .privacy h2 {
  color: #8e5852;
  line-height: 2;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 1em;
}
.main h2 {
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
#support ul, .privacy ul {
  list-style: none;
  margin: 0 1em 2em 0
}
#support li, .privacy li {
  border-top: 1px solid rgba(142, 88, 82, 0.295);
  color: #8e5852;
  line-height: 3;
}
.privacypolicy .name, .privacypolicy .datetime {
  padding-left: 1em;
}
.privacypolicy .privacy {
  max-width: 70%;
  margin-left: -1em
}
.privacypolicy .main {
  border: 0;
  overflow: visible;
  padding: 0 1em;
}
.privacypolicy .main p {
  margin-bottom: 3em;
}
.privacypolicy dl {
  margin-bottom: 2em;
}
.privacypolicy dt {
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 3;
}
.privacypolicy dd {
  border-top: rgba(1, 1, 1, 0.2) 1px solid;
  margin-bottom: 1em;
  padding-top: 1em
}
#support a, .privacy a {
  color: #8e5852;
  display: block;
  background: transparent none;
  padding-left: 1em;
  text-decoration: none;
  transition: background-color 600ms;
}
#support a:hover, .privacy a:hover {
  background: rgba(142, 88, 82, 0.189) none;
  transition: background-color 600ms;
}


img.disabled {
  opacity: 0.2
}


@media (max-width: 600px) {
    /* Mobile styles */
    body {
        font-size: 18px;
    }
    body.privacypolicy {
    }
    .main, .brand, .copytext {
        max-width: 100%;
    }
    .brand {
      padding:  1em;
      position: relative;
    }

    .store-links {
        list-style: none;
        display: flex;
        position: relative;
    }
      .store-links li {
        margin: 0 0 1em 1em;
        width: 50%;
      }
    #support {
      margin: 0 1em 2em;
    }
    .main {
      padding-bottom: 2em
    }
    .copytext {
        margin: 0 0 1em;
        padding: 0 1em;
        width: 100%;
    }
    .copytext p {
      margin-bottom: 1em
    }
    img.app {
        margin: 0 auto;
        width: 300px
    }
    .privacypolicy .privacy {
      max-width: 100%;
      margin: 0 0 2em
    }
    .privacy ul {
      margin-right: 0
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    /* Tablet styles */
    body {
        font-size: 18px;
    }
    .main, .brand, .copytext {
        max-width: 100%;
    }
    .brand {
      padding:  1em;
      position: relative;
    }
    .store-links {
        list-style: none;
        display: flex;
        position: relative;
    }
      .store-links li {
        margin: 0 0 1em 1em;
        width: 25%;
      }
    #support {
      margin: 0 1em 2em;
    }
    .main {
      padding-bottom: 2em
    }
    .copytext {
        margin: 0 0 1em;
        padding: 0 1em;
        width: 100%;
    }
    .copytext p {
      margin-bottom: 1em
    }
    img.app {
        margin: 0 auto;
        width: 300px
    }
    
    .privacypolicy .privacy {
      max-width: 100%;
      margin: 0 0 2em
    }
    .privacy ul {
      margin-right: 0
    }
}

@media (min-width: 901px) {
    /* Desktop styles */
    body {
        font-size: 18px;
    }
    body.privacypolicy {
    }
    .main, .brand, .copytext {
        max-width: 60%;
        margin: 0 auto;
        position: relative
    }
    .brand {
      padding:  1em;
      position: relative;
    }
    .store-links {
        list-style: none;
        display: flex;
        position: relative;
    }
      .store-links li {
        margin: 0 0 1em 1em;
        width: 25%;
      }
    #support {
      margin: 0 1em 2em;
      max-width: 30%
    }
    .main {
      height: 600px;
      overflow: hidden;
      border-bottom: rgba(0, 0, 0, 0.2) 1px solid;
      margin-bottom: 2em;
    }
    img.app {
        position: absolute;
        top: 120px;
        right:0;
        width: 370px;
        transition: all 0.3s;
    }
    img.app:hover {
      top: 0;
      z-index: 1000;
      transition: all 0.3s;
    }
    .copytext {
        padding: 0 1em;
        width: 60%;
    }
    .copytext p {
      margin-bottom: 1em
    }


}
