@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&display=swap");
/* ======================================
   Palette
====================================== */
/* ======================================
   Reset
====================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth; }

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4,
figure, blockquote, dl, dd {
  margin-block-end: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core body defaults */
body {
  min-height: 100vh;
  font-family: "Cormorant Garamond", serif;
  color: #2D232E;
  line-height: 1.5;
  font-size: 1.2rem; }

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

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

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

/* Make images easier to work with */
/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit; }

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

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

/* ======================================
   Typography
====================================== */
h1,
h2,
h3,
h4 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1 {
  font-size: clamp(2.5rem, 5vw, 5rem); }

h2 {
  font-family: "Lato", sans-serif;
  margin-bottom: 1rem;
  font-size: 3.5rem; }

a {
  text-decoration: none; }

p {
  line-height: 1.5rem;
  margin-block-end: 1.5rem; }

/* ======================================
   Layout
====================================== */
.ink {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  mix-blend-mode: multiply; }

#ink1 {
  top: 0;
  left: 0;
  z-index: 11;
  opacity: 0.6;
  width: 70vw;
  height: 100vh; }

#ink2 {
  top: 200px;
  left: 0;
  z-index: 1112;
  opacity: 0.23;
  width: 90vw;
  height: 100vh; }

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.section {
  padding: 6rem 0; }

/* ======================================
   Navigation
====================================== */
.navbar {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  text-align: right;
  right: 0;
  z-index: 1000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); }
  .navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0; }

.logo {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.25rem; }

.nav-links {
  list-style: none;
  display: flex;
  gap: 2rem; }

.nav-links a {
  color: #fefefe;
  font-weight: 600;
  transition: 0.3s; }

.nav-links a:hover {
  color: #F1F0EA; }

/* ======================================
   Hero
====================================== */
.hero {
  z-index: 23;
  position: relative;
  min-height: 100vh;
  background: linear-gradient(135deg, #2D232E, #474448);
  background-image: url("../img/splash2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  color: #fefefe; }
  .hero .hero-overlay {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url("../img/acid.png");
    background-repeat: repeat; }
  .hero .hero-content {
    position: absolute;
    bottom: 100px;
    width: 100%;
    left: 0;
    max-width: 100vw;
    text-align: center; }
  .hero h2 {
    font-size: 7rem;
    line-height: 4rem; }
  .hero p {
    margin: 1.5rem 0 2rem;
    font-size: 1.5rem; }

/* ======================================
   Section Colours
====================================== */
.section-one {
  background: #474448;
  background-image: url("../img/rustlers3.jpg");
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  border-bottom: 1px dashed #F1F0EA;
  overflow: hidden;
  color: #fefefe; }
  .section-one .mockup {
    max-width: 100%; }
  .section-one .card-mockup {
    align-self: end; }

.section-two {
  position: relative;
  z-index: 11;
  border-bottom: 1px dashed #534B52;
  background: #534B52;
  color: #fefefe;
  padding-bottom: 0 !important; }
  .section-two #tarot {
    z-index: 3;
    position: absolute;
    bottom: -200px;
    right: 100px; }
  .section-two #tape {
    position: absolute;
    top: -100px;
    left: -100px; }
  .section-two .card-author {
    padding-bottom: 0 !important;
    align-self: end; }
    .section-two .card-author .author {
      margin-bottom: -5px;
      max-width: 100%; }

.section-three {
  background: #E0DDCF;
  position: relative;
  border-bottom: 1px dashed #534B52;
  padding-bottom: 150px;
  overflow: hidden; }
  .section-three #shrooms {
    position: absolute;
    bottom: -7px;
    right: 200px; }
  .section-three .paper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    opacity: 0.2;
    background-image: url("../img/paperbg.jpg");
    background-repeat: repeat;
    mix-blend-mode: multiply;
    background-size: cover; }

.section-four {
  background: #F1F0EA;
  position: relative;
  border-bottom: 1px dashed #534B52; }
  .section-four .paper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    opacity: 0.23;
    background-image: url("../img/paperbg.jpg");
    background-repeat: repeat;
    mix-blend-mode: multiply;
    background-size: cover; }
  .section-four .lsd {
    margin: auto;
    display: block; }
  .section-four .quote {
    max-width: 50%;
    margin: auto;
    display: block; }

/* ======================================
   Grid Layouts
====================================== */
.grid-two,
.grid-three {
  display: grid;
  gap: 2rem; }

.grid-wide-left {
  display: grid;
  gap: 2rem;
  grid-template-columns: 3fr 2fr; }

.grid-two {
  grid-template-columns: repeat(2, 1fr); }

.grid-three {
  grid-template-columns: repeat(3, 1fr); }

/* ======================================
   Cards
====================================== */
.card {
  background: rgba(255, 255, 255, 0);
  padding: 2rem;
  border-radius: 12px; }

/* ======================================
   Footer
====================================== */
.footer {
  z-index: 99;
  background: #2D232E;
  color: #fefefe;
  text-align: center;
  padding: 2rem 0; }

/* ======================================
   Responsive
====================================== */
@media (max-width: 768px) {
  .hidemobile {
    display: none !important; }

  .navbar .container {
    flex-direction: column;
    gap: 1rem; }

  .nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }

  .grid-two,
  .grid-three,
  .grid-wide-left {
    grid-template-columns: 1fr; }

  .card {
    padding: 0.5rem; }

  .hero {
    text-align: center; }

  #shrooms {
    left: 0; }

  .section-four .quote {
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
