:root {
  --neutral-1: #fafaf8;
  --neutral-4: #555150;
  --terracotta-2: #a7604e;
  --terracotta-1: #d68e76;
  --neutral-3: #ddd4cf;
  --neutral-2: #efebe0;
  --white: white;
  --black: black;
}

body {
  background-color: var(--neutral-1);
  color: var(--neutral-4);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: var(--terracotta-2);
  letter-spacing: -.06rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  opacity: .8;
  color: var(--terracotta-2);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Waterfall, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  color: var(--terracotta-1);
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

h5 {
  color: var(--terracotta-2);
  letter-spacing: -.04rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

p {
  color: var(--neutral-4);
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

a {
  color: var(--terracotta-2);
  text-decoration: none;
}

.section {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.noise {
  opacity: .08;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.body {
  background-color: var(--neutral-1);
}

.hero-image {
  opacity: .88;
  width: 100%;
}

.container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1080px;
  max-width: 100%;
  padding: 32px;
  display: flex;
}

.text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.signature-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background {
  opacity: .3;
  filter: sepia(50%);
  pointer-events: none;
  mix-blend-mode: multiply;
  background-image: url('../images/Cambridge-Interiors-Background.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: fixed;
  inset: 0%;
}

.backgroud-lines {
  z-index: -1;
  border-right: 1px dashed var(--neutral-3);
  border-left: 1px dashed var(--neutral-3);
  background-color: var(--neutral-1);
  opacity: .5;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  bottom: 0;
}

.header-wrapper {
  border-bottom: 1px solid var(--neutral-2);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56px;
  display: none;
}

.header {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.cta {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-mark {
  color: var(--terracotta-2);
  font-family: Cormorant Garamond, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.header-text {
  letter-spacing: -.04rem;
  font-size: 12px;
  line-height: 12px;
}

.header-text.underline {
  text-decoration: underline;
}

.hero-title {
  text-align: center;
  letter-spacing: -.24rem;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 96px;
}

.paragraph-large {
  text-align: center;
  letter-spacing: -.01rem;
  width: 790px;
  max-width: 100%;
  margin-bottom: 48px;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
  display: none;
}

.icon {
  max-height: 24px;
}

.hero-subtitle {
  color: var(--terracotta-1);
  text-align: center;
}

.image-grid {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 8px;
}

.image-grid-item {
  margin-bottom: 8px;
}

.paragraph-large-footer {
  text-align: center;
  letter-spacing: -.01rem;
  width: 790px;
  max-width: 100%;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .container {
    padding: 24px;
  }

  .header {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-title {
    letter-spacing: -.12rem;
    font-size: 48px;
    line-height: 48px;
  }

  .paragraph-large, .paragraph-large-footer {
    margin-bottom: 23px;
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-grid {
    column-count: 1;
  }
}


