/* ============================================
   PORTRAITS HERO
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #services-board {
    position: relative;
    height: 35em;
    overflow: hidden;
    background: #e9e3dc;
    margin-top: 5em;
  }
  #services-board .services-hero-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #services-board .services-hero-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #services-board:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(42, 34, 28, 0.28);
    z-index: 2;
  }
  #services-board .services-overlay {
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 56.25em;
    text-align: center;
    z-index: 3;
    color: #fff;
  }
  #services-board .eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: .55em;
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 1.125em;
  }
  #services-board h1 {
    margin: 0;
    font-size: 5.75em;
    line-height: .85em;
    font-weight: 400;
    font-style: italic;
    color: #fff;
  }
  #services-board p {
    margin: 1.75em 0 0;
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: 400;
    font-style: italic;
    color: #fff;
  }
  #services-board .scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 1.5em;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
    color: #fff;
  }
  #services-board .scroll-cue span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .35em;
    font-size: 0.625em;
    margin-bottom: 0.625em;
  }
  #services-board .scroll-cue i {
    display: block;
    width: 0.0625em;
    height: 2.625em;
    background: rgba(255, 255, 255, 0.7);
    margin: 0 auto;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #services-board {
    height: 38.75em;
    margin-top: 6em;
  }
  #services-board h1 {
    font-size: 8.25em;
  }
  #services-board p {
    font-size: 1.875em;
  }
  #services-board .eyebrow {
    font-size: 0.6875em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #services-board {
    height: 41.25em;
    margin-top: -0.5em;
  }
  #services-board .services-hero-bg img {
    object-position: center;
  }
  #services-board .services-overlay {
    top: 48%;
  }
  #services-board .eyebrow {
    font-size: 0.75em;
    margin-bottom: 1.25em;
  }
  #services-board h1 {
    font-size: 10em;
  }
  #services-board p {
    font-size: 2em;
    margin-top: 1.875em;
  }
  #services-board .scroll-cue {
    bottom: 1.75em;
  }
}
/* ============================================
   PORTRAIT INTRO
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #portrait-intro {
    background: #e9e3dc;
    padding: 4.5em 0 0;
    text-align: center;
  }
  #portrait-intro .container {
    width: 92%;
    max-width: 48.75em;
    margin: 0 auto;
    padding-bottom: 4.375em;
  }
  #portrait-intro .eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: .55em;
    font-size: 0.875em;
    color: #8f8175;
    margin-bottom: 1.75em;
  }
  #portrait-intro h2 {
    margin: 0 auto;
    max-width: 53.125em;
    font-size: 2em;
    line-height: 1.35em;
    font-weight: 400;
    color: #2f2b27;
  }
  #portrait-intro h2 em {
    color: #b8a58f;
    font-style: italic;
    font-weight: 400;
  }
  #portrait-intro .intro-line {
    width: 3.5em;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.45);
    margin: 1.875em auto 1.625em;
  }
  #portrait-intro p {
    margin: 0 auto;
    max-width: 40em;
    font-size: 1.0625em;
    line-height: 1.9em;
    color: #6f665e;
  }
  #portrait-intro .portrait-jump-nav {
    border-top: 0.0625em solid rgba(63, 57, 52, 0.2);
    border-bottom: 0.0625em solid rgba(63, 57, 52, 0.2);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }
  #portrait-intro .portrait-jump-nav a {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 0.625em;
    padding: 1.25em;
    text-decoration: none;
    font-size: 1.5em;
    font-style: italic;
    color: #3f3934;
    border-bottom: 0.0625em solid rgba(63, 57, 52, 0.14);
    transition: color .3s ease, background .3s ease;
  }
  #portrait-intro .portrait-jump-nav a:last-of-type {
    border-bottom: none;
  }
  #portrait-intro .portrait-jump-nav a span {
    font-size: 0.5em;
    letter-spacing: .28em;
    font-style: normal;
    color: #b8a58f;
  }
  #portrait-intro .portrait-jump-nav a:hover {
    color: #b8a58f;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #portrait-intro {
    padding-top: 5.625em;
  }
  #portrait-intro .container {
    max-width: 56.25em;
    padding-bottom: 5.375em;
  }
  #portrait-intro h2 {
    font-size: 2.625em;
    line-height: 1.3em;
  }
  #portrait-intro p {
    font-size: 1.125em;
  }
  #portrait-intro .portrait-jump-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.875em;
    padding: 1.625em 0;
  }
  #portrait-intro .portrait-jump-nav a {
    padding: 0;
    border-bottom: none;
    font-size: 1.5em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #portrait-intro {
    padding-top: 6.5em;
  }
  #portrait-intro .container {
    max-width: 58.125em;
    padding-bottom: 6em;
  }
  #portrait-intro .eyebrow {
    font-size: 0.875em;
    margin-bottom: 1.875em;
  }
  #portrait-intro h2 {
    font-size: 2.25em;
    line-height: 1.35em;
  }
  #portrait-intro .intro-line {
    margin: 2.125em auto 1.75em;
  }
  #portrait-intro p {
    max-width: 40em;
    font-size: 1.25em;
    line-height: 1.95em;
  }
  #portrait-intro .portrait-jump-nav {
    gap: 3.5em;
    padding: 1.75em 0;
  }
  #portrait-intro .portrait-jump-nav a {
    font-size: 1.375em;
  }
  #portrait-intro .portrait-jump-nav a span {
    font-size: 0.54545455em;
  }
}
/* ============================================
   MOTHERHOOD GALLERY
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #motherhood {
    background: #e9e3dc;
    padding: 4.5em 0 5em;
  }
  #motherhood .container {
    width: 88%;
    max-width: 80em;
    margin: 0 auto;
  }
  #motherhood .gallery-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.125em;
    margin-bottom: 2.25em;
  }
  #motherhood .number {
    display: block;
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 0.6875em;
    color: #8f8175;
    margin-bottom: 1.125em;
  }
  #motherhood h2 {
    margin: 0 0 1.5em;
    font-size: 2.875em;
    line-height: 1.05em;
    font-weight: 400;
    color: #3f3934;
  }
  #motherhood h2 em {
    color: #b8a58f;
    font-style: italic;
    font-weight: 400;
  }
  #motherhood .gallery-heading p {
    margin: 0;
    max-width: 38.75em;
    font-size: 1.125em;
    line-height: 1.85em;
    color: #6f665e;
  }
  #motherhood .gallery-details {
    text-align: left;
  }
  #motherhood .gallery-details p {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 0.6875em;
    color: #b8a58f;
  }
  #motherhood .gallery-details span {
    font-style: normal;
  }
  #motherhood .gallery-details em {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.63636364em;
    color: #3f3934;
    font-style: italic;
  }
  #motherhood .gallery-line {
    width: 100%;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.22);
    margin-bottom: 2.625em;
  }
  #motherhood .motherhood-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
  }
  #motherhood .gallery-img {
    display: block;
    overflow: hidden;
    border-radius: 0.625em;
    background: #d8d0c7;
  }
  #motherhood .gallery-img img {
    display: block;
    width: 100%;
    height: 20em;
    object-fit: cover;
  }
  #motherhood .img-tall img {
    height: 28.75em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #motherhood {
    padding: 5.625em 0 6em;
  }
  #motherhood .gallery-top {
    grid-template-columns: 1fr 22.5em;
    align-items: end;
    gap: 3.75em;
  }
  #motherhood h2 {
    font-size: 3.875em;
  }
  #motherhood .gallery-details {
    text-align: right;
  }
  #motherhood .motherhood-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 23.75em 17.5em;
    gap: 1.125em;
  }
  #motherhood .gallery-img img {
    height: 100%;
  }
  #motherhood .img-wide {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  #motherhood .img-tall {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  #motherhood .img-small-left {
    grid-column: 1;
    grid-row: 2;
  }
  #motherhood .img-small-right {
    grid-column: 2;
    grid-row: 2;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #motherhood {
    padding: 6.5em 0 7em;
  }
  #motherhood .container {
    width: 90%;
    max-width: 80em;
  }
  #motherhood .gallery-top {
    grid-template-columns: 38.75em 1fr;
    gap: 5em;
    margin-bottom: 2.625em;
  }
  #motherhood .number {
    font-size: 0.75em;
    margin-bottom: 1.25em;
  }
  #motherhood h2 {
    font-size: 4.5em;
    line-height: .95em;
    margin-bottom: 1.75em;
  }
  #motherhood .gallery-heading p {
    font-size: 1.25em;
    max-width: 38.125em;
  }
  #motherhood .gallery-details {
    align-self: end;
    padding-bottom: 0.75em;
  }
  #motherhood .gallery-details p {
    font-size: 0.75em;
  }
  #motherhood .gallery-details em {
    font-size: 1.5em;
  }
  #motherhood .gallery-line {
    margin-left: auto;
    width: 46%;
    margin-top: -1.875em;
    margin-bottom: 3.75em;
  }
  #motherhood .motherhood-grid {
    grid-template-columns: 26.25em 26.25em 26.25em;
    grid-template-rows: 23.75em 17.5em;
    gap: 1.125em;
    justify-content: center;
  }
  #motherhood .gallery-img {
    border-radius: 0.625em;
  }
}
/* ============================================
   FAMILIES GALLERY
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #families {
    background: #f8f6f3;
    padding: 4.5em 0 5em;
  }
  #families .container {
    width: 88%;
    max-width: 80em;
    margin: 0 auto;
  }
  #families .gallery-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.125em;
    margin-bottom: 2.25em;
  }
  #families .number {
    display: block;
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 0.6875em;
    color: #8f8175;
    margin-bottom: 1.125em;
  }
  #families h2 {
    margin: 0 0 1.5em;
    font-size: 2.875em;
    line-height: 1.05em;
    font-weight: 400;
    color: #3f3934;
  }
  #families h2 em {
    color: #b8a58f;
    font-style: italic;
    font-weight: 400;
  }
  #families .gallery-heading p {
    margin: 0;
    max-width: 38.75em;
    font-size: 1.125em;
    line-height: 1.85em;
    color: #6f665e;
  }
  #families .gallery-details {
    text-align: left;
  }
  #families .gallery-details p {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 0.6875em;
    color: #b8a58f;
  }
  #families .gallery-details span {
    font-style: normal;
  }
  #families .gallery-details em {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.63636364em;
    color: #3f3934;
    font-style: italic;
  }
  #families .gallery-line {
    width: 100%;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.22);
    margin-bottom: 2.625em;
  }
  #families .family-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
  }
  #families .family-img {
    display: block;
    overflow: hidden;
    border-radius: 0.625em;
    background: #d8d0c7;
  }
  #families .family-img img {
    display: block;
    width: 100%;
    height: 20em;
    object-fit: cover;
  }
  #families .img-tall-left img {
    height: 30em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #families {
    padding: 5.625em 0 6em;
  }
  #families .gallery-top {
    grid-template-columns: 1fr 22.5em;
    align-items: end;
    gap: 3.75em;
  }
  #families h2 {
    font-size: 3.875em;
  }
  #families .gallery-details {
    text-align: right;
  }
  #families .family-grid {
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-template-rows: 20em 23.75em;
    gap: 1.125em;
  }
  #families .family-img img {
    height: 100%;
  }
  #families .img-tall-left {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  #families .img-top-middle {
    grid-column: 2;
    grid-row: 1;
  }
  #families .img-top-right {
    grid-column: 3;
    grid-row: 1;
  }
  #families .img-wide-bottom {
    grid-column: 2 / span 2;
    grid-row: 2;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #families {
    padding: 6.5em 0 7em;
  }
  #families .container {
    width: 90%;
    max-width: 80em;
  }
  #families .gallery-top {
    grid-template-columns: 38.75em 1fr;
    gap: 5em;
    margin-bottom: 2.625em;
  }
  #families .number {
    font-size: 0.75em;
    margin-bottom: 1.25em;
  }
  #families h2 {
    font-size: 4.5em;
    line-height: .95em;
    margin-bottom: 1.75em;
  }
  #families .gallery-heading p {
    font-size: 1.25em;
    max-width: 35em;
  }
  #families .gallery-details {
    align-self: end;
    padding-bottom: 0.75em;
  }
  #families .gallery-details p {
    font-size: 0.75em;
  }
  #families .gallery-details em {
    font-size: 1.5em;
  }
  #families .gallery-line {
    margin-left: auto;
    width: 46%;
    margin-top: -1.875em;
    margin-bottom: 3.75em;
  }
  #families .family-grid {
    grid-template-columns: 23.75em 28.75em 23.75em;
    grid-template-rows: 20em 22.5em;
    gap: 1.125em;
    justify-content: center;
  }
  #families .family-img {
    border-radius: 0.625em;
  }
}
/* ============================================
   COUPLES GALLERY
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #couples {
    background: #e9e3dc;
    padding: 4.5em 0 5em;
  }
  #couples .container {
    width: 88%;
    max-width: 80em;
    margin: 0 auto;
  }
  #couples .gallery-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.125em;
    margin-bottom: 2.25em;
  }
  #couples .number {
    display: block;
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 0.6875em;
    color: #8f8175;
    margin-bottom: 1.125em;
  }
  #couples h2 {
    margin: 0 0 1.5em;
    font-size: 2.875em;
    line-height: 1.05em;
    font-weight: 400;
    color: #3f3934;
  }
  #couples h2 em {
    color: #b8a58f;
    font-style: italic;
    font-weight: 400;
  }
  #couples .gallery-heading p {
    margin: 0;
    max-width: 38.75em;
    font-size: 1.125em;
    line-height: 1.85em;
    color: #6f665e;
  }
  #couples .gallery-details {
    text-align: left;
  }
  #couples .gallery-details p {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 0.6875em;
    color: #b8a58f;
  }
  #couples .gallery-details em {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.63636364em;
    color: #3f3934;
    font-style: italic;
  }
  #couples .gallery-line {
    width: 100%;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.22);
    margin-bottom: 2.625em;
  }
  #couples .couples-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
  }
  #couples .couples-img {
    display: block;
    overflow: hidden;
    border-radius: 0.625em;
    background: #d8d0c7;
  }
  #couples .couples-img img {
    display: block;
    width: 100%;
    height: 20em;
    object-fit: cover;
  }
  #couples .img-tall-left img {
    height: 32.5em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #couples {
    padding: 5.625em 0 6em;
  }
  #couples .gallery-top {
    grid-template-columns: 1fr 22.5em;
    align-items: end;
    gap: 3.75em;
  }
  #couples h2 {
    font-size: 3.875em;
  }
  #couples .gallery-details {
    text-align: right;
  }
  #couples .couples-grid {
    grid-template-columns: .82fr .8fr .82fr .8fr;
    grid-template-rows: 16.25em 22.5em;
    gap: 1.125em;
  }
  #couples .couples-img img {
    height: 100%;
  }
  #couples .img-tall-left {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  #couples .img-wide-top {
    grid-column: 2 / span 2;
    grid-row: 1;
  }
  #couples .img-top-right {
    grid-column: 4;
    grid-row: 1;
  }
  #couples .img-bottom-left {
    grid-column: 2;
    grid-row: 2;
  }
  #couples .img-wide-bottom {
    grid-column: 3 / span 2;
    grid-row: 2;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #couples {
    padding: 6.5em 0 7em;
  }
  #couples .container {
    width: 90%;
    max-width: 80em;
  }
  #couples .gallery-top {
    grid-template-columns: 38.75em 1fr;
    gap: 5em;
    margin-bottom: 2.625em;
  }
  #couples .number {
    font-size: 0.75em;
    margin-bottom: 1.25em;
  }
  #couples h2 {
    font-size: 4.5em;
    line-height: .95em;
    margin-bottom: 1.75em;
  }
  #couples .gallery-heading p {
    font-size: 1.25em;
    max-width: 35em;
  }
  #couples .gallery-details {
    align-self: end;
    padding-bottom: 0.75em;
  }
  #couples .gallery-details p {
    font-size: 0.75em;
  }
  #couples .gallery-details em {
    font-size: 1.5em;
  }
  #couples .gallery-line {
    margin-left: auto;
    width: 46%;
    margin-top: -1.875em;
    margin-bottom: 3.75em;
  }
  #couples .couples-grid {
    grid-template-columns: 18.75em 18.75em 18.75em 18.75em;
    grid-template-rows: 16.25em 22.5em;
    gap: 1.125em;
    justify-content: center;
  }
  #couples .couples-img {
    border-radius: 0.625em;
  }
}
/* ============================================
   SENIORS GALLERY
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #seniors {
    background: #f8f6f3;
    padding: 4.5em 0 5em;
  }
  #seniors .container {
    width: 88%;
    max-width: 80em;
    margin: 0 auto;
  }
  #seniors .gallery-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.125em;
    margin-bottom: 2.25em;
  }
  #seniors .number {
    display: block;
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 0.6875em;
    color: #8f8175;
    margin-bottom: 1.125em;
  }
  #seniors h2 {
    margin: 0 0 1.5em;
    font-size: 2.875em;
    line-height: 1.05em;
    font-weight: 400;
    color: #3f3934;
  }
  #seniors h2 em {
    color: #b8a58f;
    font-style: italic;
    font-weight: 400;
  }
  #seniors .gallery-heading p {
    margin: 0;
    max-width: 38.75em;
    font-size: 1.125em;
    line-height: 1.85em;
    color: #6f665e;
  }
  #seniors .gallery-details {
    text-align: left;
  }
  #seniors .gallery-details p {
    margin: 0 0 0.5em;
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 0.6875em;
    color: #b8a58f;
  }
  #seniors .gallery-details em {
    text-transform: none;
    letter-spacing: 0;
    font-size: 1.63636364em;
    color: #3f3934;
    font-style: italic;
  }
  #seniors .gallery-line {
    width: 100%;
    height: 0.0625em;
    background: rgba(63, 57, 52, 0.22);
    margin-bottom: 2.625em;
  }
  #seniors .seniors-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125em;
  }
  #seniors .seniors-img {
    display: block;
    overflow: hidden;
    border-radius: 0.625em;
    background: #d8d0c7;
  }
  #seniors .seniors-img img {
    display: block;
    width: 100%;
    height: 20em;
    object-fit: cover;
  }
  #seniors .img-tall-right img {
    height: 32.5em;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #seniors {
    padding: 5.625em 0 6em;
  }
  #seniors .gallery-top {
    grid-template-columns: 1fr 22.5em;
    align-items: end;
    gap: 3.75em;
  }
  #seniors h2 {
    font-size: 3.875em;
  }
  #seniors .gallery-details {
    text-align: right;
  }
  #seniors .seniors-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 23.75em 17.5em;
    gap: 1.125em;
  }
  #seniors .seniors-img img {
    height: 100%;
  }
  #seniors .img-wide-top {
    grid-column: 1 / span 2;
    grid-row: 1;
  }
  #seniors .img-tall-right {
    grid-column: 3;
    grid-row: 1 / span 2;
  }
  #seniors .img-bottom-left {
    grid-column: 1;
    grid-row: 2;
  }
  #seniors .img-bottom-middle {
    grid-column: 2;
    grid-row: 2;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #seniors {
    padding: 6.5em 0 7em;
  }
  #seniors .container {
    width: 90%;
    max-width: 80em;
  }
  #seniors .gallery-top {
    grid-template-columns: 38.75em 1fr;
    gap: 5em;
    margin-bottom: 2.625em;
  }
  #seniors .number {
    font-size: 0.875em;
    margin-bottom: 1.25em;
  }
  #seniors h2 {
    font-size: 4.5em;
    line-height: .95em;
    margin-bottom: 1.75em;
  }
  #seniors .gallery-heading p {
    font-size: 1.25em;
    max-width: 35em;
  }
  #seniors .gallery-details {
    align-self: end;
    padding-bottom: 0.75em;
  }
  #seniors .gallery-details p {
    font-size: 0.75em;
  }
  #seniors .gallery-details em {
    font-size: 1.5em;
  }
  #seniors .gallery-line {
    margin-left: auto;
    width: 46%;
    margin-top: -1.875em;
    margin-bottom: 3.75em;
  }
  #seniors .seniors-grid {
    grid-template-columns: 25.625em 25.625em 25.625em;
    grid-template-rows: 23.75em 17.5em;
    gap: 1.125em;
    justify-content: center;
  }
  #seniors .seniors-img {
    border-radius: 0.625em;
  }
}
/* ============================================
   PORTRAIT PROCESS
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #portrait-process {
    background: #e9e3dc;
    padding: 4.875em 0 5.25em;
    text-align: center;
  }
  #portrait-process .container {
    width: 88%;
    max-width: 80em;
    margin: 0 auto;
  }
  #portrait-process .process-head {
    margin-bottom: 3.5em;
  }
  #portrait-process .process-head span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .55em;
    font-size: 0.6875em;
    color: #8f8175;
    margin-bottom: 1.375em;
  }
  #portrait-process .process-head h2 {
    margin: 0 auto;
    font-size: 2.875em;
    line-height: 1.02em;
    font-weight: 400;
    color: #3f3934;
  }
  #portrait-process .process-head h2 em {
    color: #b8a58f;
    font-style: italic;
    font-weight: 400;
  }
  #portrait-process .process-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.875em;
  }
  #portrait-process .process-card {
    max-width: 22.5em;
    margin: 0 auto;
  }
  #portrait-process .process-card .roman {
    display: block;
    margin-bottom: 1.375em;
    font-size: 2.875em;
    line-height: 1;
    font-style: italic;
    color: #b8a58f;
  }
  #portrait-process .process-card h3 {
    margin: 0 0 1em;
    font-size: 1.75em;
    line-height: 1.1em;
    font-style: italic;
    font-weight: 400;
    color: #2f2b27;
  }
  #portrait-process .process-card p {
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.8em;
    color: #6f665e;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #portrait-process {
    padding: 5.75em 0 6em;
  }
  #portrait-process .process-head {
    margin-bottom: 4.375em;
  }
  #portrait-process .process-head h2 {
    font-size: 4em;
  }
  #portrait-process .process-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.375em;
    row-gap: 3.625em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #portrait-process {
    padding: 6.5em 0 7em;
  }
  #portrait-process .container {
    width: 90%;
    max-width: 77.5em;
  }
  #portrait-process .process-head {
    margin-bottom: 5.125em;
  }
  #portrait-process .process-head span {
    font-size: 0.75em;
    margin-bottom: 1.5em;
  }
  #portrait-process .process-head h2 {
    font-size: 4.5em;
    line-height: .96em;
  }
  #portrait-process .process-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 3em;
  }
  #portrait-process .process-card {
    max-width: 15.625em;
  }
  #portrait-process .process-card .roman {
    font-size: 3em;
    margin-bottom: 1.75em;
  }
  #portrait-process .process-card h3 {
    font-size: 2.25em;
    margin-bottom: 1.125em;
  }
  #portrait-process .process-card p {
    font-size: 1.125em;
    line-height: 1.8em;
  }
}
/* ============================================
   PORTRAITS FINAL CTA
   ============================================ */
/* Mobile */
@media only screen and (min-width: 0em) {
  #portraits-final-cta {
    background: #f8f6f3;
    padding: 5em 0 5.625em;
    text-align: center;
  }
  #portraits-final-cta .container {
    width: 92%;
    max-width: 68.75em;
    margin: 0 auto;
  }
  #portraits-final-cta .eyebrow {
    display: block;
    margin-bottom: 1.375em;
    text-transform: uppercase;
    letter-spacing: .55em;
    font-size: 0.6875em;
    color: #b8a58f;
  }
  #portraits-final-cta h2 {
    margin: 0 auto 2.5em;
    font-size: 2.875em;
    line-height: 1.08em;
    font-weight: 400;
    color: #3f3934;
  }
  #portraits-final-cta h2 em {
    display: block;
    margin-top: .08em;
    font-style: italic;
    font-weight: 400;
    color: #3f3934;
  }
  #portraits-final-cta .cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.125em;
  }
  #portraits-final-cta .cta-btn {
    width: 100%;
    max-width: 20em;
    min-height: 3.625em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .35em;
    font-size: 0.6875em;
    transition: all .3s ease;
  }
  #portraits-final-cta .btn-dark {
    border: 0.0625em solid #3f3934;
    color: #3f3934;
  }
  #portraits-final-cta .btn-dark:hover {
    background: #3f3934;
    color: #fff;
  }
  #portraits-final-cta .btn-light {
    border: 0.0625em solid rgba(184, 165, 143, 0.8);
    color: #b8a58f;
    gap: 0.75em;
  }
  #portraits-final-cta .btn-light span {
    font-size: 1.125em;
    line-height: 1;
  }
  #portraits-final-cta .btn-light:hover {
    background: #b8a58f;
    border-color: #b8a58f;
    color: #fff;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #portraits-final-cta {
    padding: 5.9375em 0;
  }
  #portraits-final-cta h2 {
    font-size: 4.25em;
    margin-bottom: 2.25em;
  }
  #portraits-final-cta .cta-buttons {
    flex-direction: row;
    justify-content: center;
    gap: 1.625em;
  }
  #portraits-final-cta .cta-btn {
    width: 18.75em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #portraits-final-cta {
    padding: 6.875em 0 7.5em;
  }
  #portraits-final-cta .container {
    max-width: 80em;
  }
  #portraits-final-cta .eyebrow {
    font-size: 0.75em;
    margin-bottom: 1.625em;
  }
  #portraits-final-cta h2 {
    margin-bottom: 1em;
    font-size: 5.125em;
    line-height: .95em;
  }
  #portraits-final-cta h2 em {
    display: inline;
    margin-left: .08em;
    font-size: 1.05em;
  }
  #portraits-final-cta .cta-buttons {
    gap: 1.75em;
  }
  #portraits-final-cta .cta-btn {
    width: 23.75em;
    min-height: 4em;
    font-size: 0.75em;
    letter-spacing: .42em;
  }
  #portraits-final-cta .btn-light {
    gap: 1em;
  }
  #portraits-final-cta .btn-light span {
    position: relative;
    top: -0.0625em;
  }
}
/*-- -------------------------- -->
<---    Final Call To Action    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #cta {
    position: relative;
    padding: 3.125em 0;
  }
  #cta:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #cta .container {
    text-align: center;
  }
  #cta picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -2;
  }
  #cta picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .title {
    font-weight: 900;
    font-size: min(9vw, 3em);
    line-height: 1.20833333;
    color: #fff;
    position: relative;
    margin-bottom: 0.75em;
    text-align: center;
  }
  #cta p {
    color: #fff;
    text-align: center;
    opacity: 1;
    margin: auto;
    margin-bottom: 2em;
    width: 96%;
    max-width: 33.22222222em;
  }
}
/* Small Desktop */
@media only screen and (min-width: 64em) {
  #cta {
    padding: 10.5em 0;
  }
}
/* Large Desktop */
@media only screen and (min-width: 1300px) {
  #cta {
    position: relative;
    margin-top: 6.25em;
  }
  #cta:before {
    display: none;
  }
  #cta:after {
    content: '';
    position: absolute;
    display: block;
    height: 69.25em;
    width: 125em;
    background: url("../images/cta-squares.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -3;
  }
  #cta .container {
    width: 90.0625%;
    margin: auto;
  }
  #cta picture {
    width: 90.0625%;
    left: 50%;
    transform: translateX(-50%);
  }
  #cta picture:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: .6;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0em) {
  body.dark-mode #cta:after {
    display: none;
  }
}
