/* Mobile */
@media only screen and (min-width: 0em) {
  #home-hero {
    position: relative;
    height: 22.5em;
    overflow: hidden;
    background: #e8e1da;
  }
  #home-hero picture,
  #home-hero img {
    display: block;
    width: 100%;
    height: 100%;
  }
  #home-hero img {
    object-fit: cover;
    object-position: center;
  }
  #home-hero:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(36, 31, 27, 0.26);
    z-index: 1;
  }
  #home-hero .hero-logo {
    display: none;
    position: absolute;
    left: 7%;
    bottom: 3.375em;
    width: 15.625em;
    z-index: 2;
  }
  #home-hero .hero-logo img {
    width: 100%;
    height: auto;
  }
  #editorial-collage {
    background: #e9e3dc;
    padding: 2.125em 0 0.75em;
  }
  #editorial-collage .container {
    width: 86%;
    margin: 0 auto;
  }
  #editorial-collage .collage-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625em;
  }
  #editorial-collage .collage-img {
    display: block;
    overflow: hidden;
    background: #fff;
  }
  #editorial-collage .collage-img img {
    display: block;
    width: 100%;
    height: 21.25em;
    object-fit: cover;
  }
  #editorial-collage .collage-copy {
    text-align: center;
    padding: 1.125em 0;
  }
  #editorial-collage .collage-copy p {
    margin: 0 0 1em;
    font-size: 1.25em;
    line-height: 1.45em;
    color: #3f3934;
  }
  #editorial-collage .collage-copy span {
    display: block;
    width: 5.375em;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.55);
    margin: 0 auto;
  }
  #meet-natasha {
    background: #dfd7d0;
    padding: 2.625em 0;
  }
  #meet-natasha .container {
    width: 86%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.625em;
  }
  #meet-natasha .mn-images {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5em;
  }
  #meet-natasha .mn-images picture {
    display: block;
    overflow: hidden;
    background: #fff;
  }
  #meet-natasha .mn-images img {
    display: block;
    width: 100%;
    height: 13.75em;
    object-fit: cover;
  }
  #meet-natasha .mn-copy {
    text-align: center;
  }
  #meet-natasha .mn-copy span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 0.75em;
    margin-bottom: 0.625em;
    color: #3f3934;
  }
  #meet-natasha .mn-copy h2 {
    margin: 0 0 1.125em;
    font-size: 2.625em;
    line-height: 1.1em;
    font-weight: 500;
    color: #2f2b27;
  }
  #meet-natasha .mn-copy p {
    margin: 0 auto 1.375em;
    max-width: 26.25em;
    font-size: 1.125em;
    line-height: 1.65em;
    color: #3f3934;
  }
  #meet-natasha .mn-copy a {
    display: inline-block;
    color: #2f2b27;
    font-size: 1.25em;
    font-style: italic;
    text-decoration: none;
  }
  #meet-natasha .mn-copy a:after {
    content: '';
    display: inline-block;
    width: 3.5em;
    height: 0.05em;
    background: #2f2b27;
    margin-left: 0.8em;
    vertical-align: middle;
  }
  #gallery-preview {
    background: #f8f6f3;
    padding: 2.625em 0;
  }
  #gallery-preview .container {
    width: 86%;
    margin: 0 auto;
  }
  #gallery-preview .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5em;
  }
  #gallery-preview picture {
    display: block;
    overflow: hidden;
    background: #fff;
  }
  #gallery-preview img {
    display: block;
    width: 100%;
    height: 16.25em;
    object-fit: cover;
  }
  #home-mission {
    background: #eee9e3;
    padding: 2.875em 0;
    text-align: center;
  }
  #home-mission .container {
    width: 86%;
    max-width: 47.5em;
    margin: 0 auto;
  }
  #home-mission span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .45em;
    font-size: 0.6875em;
    margin-bottom: 0.875em;
    color: #3f3934;
  }
  #home-mission h2 {
    margin: 0;
    font-size: 1.875em;
    line-height: 1.32em;
    font-weight: 500;
    color: #2f2b27;
  }
  #home-mission h2 em {
    font-style: italic;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #home-hero {
    height: 31.25em;
  }
  #home-hero .hero-logo {
    display: block;
    width: 24.375em;
    left: 7%;
    bottom: 5.375em;
  }
  #editorial-collage {
    padding: 2.75em 0 0.75em;
  }
  #editorial-collage .container {
    width: 88%;
    max-width: 65em;
  }
  #editorial-collage .collage-grid {
    grid-template-columns: 1fr .68fr .95fr .5fr;
    grid-template-rows: 18.125em 13.125em;
    gap: 0.625em;
    align-items: stretch;
  }
  #editorial-collage .collage-img img {
    height: 100%;
  }
  #editorial-collage .img-one {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  #editorial-collage .collage-copy {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 0 1em;
  }
  #editorial-collage .collage-copy span {
    margin-left: 0;
  }
  #editorial-collage .img-two {
    grid-column: 3;
    grid-row: 1;
  }
  #editorial-collage .img-three {
    grid-column: 4;
    grid-row: 1 / span 2;
  }
  #editorial-collage .img-four {
    grid-column: 2 / span 2;
    grid-row: 2;
  }
  #meet-natasha {
    padding: 3em 0;
  }
  #meet-natasha .container {
    width: 88%;
    max-width: 50em;
    grid-template-columns: 15.625em 1fr;
    gap: 3em;
    align-items: center;
  }
  #meet-natasha .mn-images {
    gap: 0.5em;
  }
  #meet-natasha .mn-images img {
    height: 8.125em;
  }
  #meet-natasha .mn-copy {
    text-align: left;
  }
  #meet-natasha .mn-copy h2 {
    font-size: 3.125em;
  }
  #meet-natasha .mn-copy p {
    margin-left: 0;
  }
  #gallery-preview {
    padding: 3em 0;
  }
  #gallery-preview .container {
    width: 88%;
    max-width: 56.25em;
  }
  #gallery-preview .gallery-grid {
    grid-template-columns: 1fr 1fr 1.14fr 1fr;
    grid-template-rows: 10.625em 10.625em;
    gap: 0.5em;
  }
  #gallery-preview img {
    height: 100%;
  }
  #gallery-preview .tall {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  #home-mission {
    padding: 3.25em 0;
  }
  #home-mission h2 {
    font-size: 2.625em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #home-hero {
    height: 33.75em;
  }
  #home-hero .hero-logo {
    width: 29.375em;
    left: 7.25%;
    bottom: 6em;
  }
  #editorial-collage {
    padding: 2.875em 0 0.875em;
  }
  #editorial-collage .container {
    max-width: 67.5em;
  }
  #editorial-collage .collage-grid {
    grid-template-columns: 22.5em 13.75em 20.625em 10em;
    grid-template-rows: 18.75em 11.875em;
    justify-content: center;
  }
  #editorial-collage .collage-copy p {
    font-size: 1.25em;
  }
  #meet-natasha {
    padding: 2.625em 0 3.375em;
  }
  #meet-natasha .container {
    max-width: 47.5em;
    grid-template-columns: 15.625em 1fr;
    gap: 3.625em;
  }
  #meet-natasha .mn-images img {
    height: 8.4375em;
  }
  #meet-natasha .mn-copy h2 {
    font-size: 3.25em;
  }
  #meet-natasha .mn-copy p {
    font-size: 1.0625em;
  }
  #gallery-preview {
    padding: 2.625em 0 2.25em;
  }
  #gallery-preview .container {
    max-width: 53.75em;
  }
  #gallery-preview .gallery-grid {
    grid-template-rows: 10em 10em;
  }
  #home-mission {
    padding: 3em 0;
  }
  #home-mission h2 {
    font-size: 2.75em;
    max-width: 47.5em;
    margin: 0 auto;
  }
}
