/*-- -------------------------- -->
<---        Inside Hero         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #inside-hero {
    position: relative;
    overflow: hidden;
    padding: 10em 0 5em;
    background-color: var(--goldDark);
  }
  #inside-hero .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  #inside-hero .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.875em;
    margin-bottom: 3.125em;
    color: var(--sand);
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 0.6875em;
    font-weight: 600;
  }
  #inside-hero .breadcrumbs span {
    width: 1.875em;
    height: 1px;
    background: rgba(47, 93, 80, 0.25);
  }
  #inside-hero .hero-grid {
    display: grid;
    gap: 2.5em;
  }
  #inside-hero h1 {
    margin: 0;
    color: var(--paper);
    font-size: min(14vw, 5em);
    line-height: .95em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #inside-hero h1 span {
    display: block;
    color: var(--primary);
    font-style: italic;
  }
  #inside-hero p {
    margin: 0;
    color: var(--paper);
    font-size: 1.375em;
    line-height: 1.65em;
    font-weight: 500;
  }
  #inside-hero .watermark {
    position: absolute;
    right: -7.5em;
    bottom: -5em;
    width: 25em;
    height: auto;
    opacity: .05;
    pointer-events: none;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #inside-hero .hero-grid {
    grid-template-columns: 1fr .8fr;
    gap: 5em;
    align-items: center;
  }
  #inside-hero h1 {
    font-size: min(8vw, 6em);
  }
  #inside-hero .watermark {
    width: 34.375em;
    right: -8.75em;
    bottom: -7.5em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #inside-hero {
    padding: 9.375em 0 5.625em;
  }
  #inside-hero .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #inside-hero .hero-grid {
    grid-template-columns: 38.75em 32.5em;
    justify-content: space-between;
    gap: 7.5em;
  }
  #inside-hero h1 {
    font-size: 5.5em;
  }
  #inside-hero p {
    font-size: 1.5em;
    line-height: 1.75em;
  }
  #inside-hero .watermark {
    width: 40.625em;
    right: -7.5em;
    bottom: -10em;
  }
}
/*-- -------------------------- -->
<---         Walk Studio        -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #walk-studio {
    padding: 5em 0;
    background-color: var(--paper);
  }
  #walk-studio .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #walk-studio .intro {
    margin-bottom: 3em;
  }
  #walk-studio .topper {
    display: block;
    margin-bottom: 1em;
    color: var(--bodyMuted);
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #walk-studio .topper:before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 1px;
    margin-right: 0.83333333em;
    background-color: var(--sage);
    vertical-align: middle;
  }
  #walk-studio h2 {
    margin: 0 0 1.375em;
    color: var(--primary);
    font-size: min(12vw, 4.4em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #walk-studio .intro p {
    margin: 0;
    max-width: 31.11111111em;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 500;
  }
  #walk-studio .studio-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.25em;
  }
  #walk-studio .featured {
    position: relative;
    height: 32.5em;
    overflow: hidden;
    border-radius: 0.25em;
  }
  #walk-studio .featured:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(27, 54, 46, 0) 50%, rgba(27, 54, 46, 0.72) 100%);
    pointer-events: none;
  }
  #walk-studio .featured img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: opacity .25s ease;
  }
  #walk-studio .featured span {
    position: absolute;
    left: 1.75em;
    bottom: 1.75em;
    z-index: 2;
    max-width: 27.5em;
    color: var(--paper);
    font-family: Georgia, serif;
    font-size: 1.375em;
    line-height: 1.35em;
    font-style: italic;
  }
  #walk-studio .details {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75em;
  }
  #walk-studio #studio-side-image {
    width: 100%;
    height: 17.5em;
    display: block;
    object-fit: cover;
    border-radius: 0.25em;
    transition: opacity .25s ease;
  }
  #walk-studio .details-content #studio-number {
    display: inline-block;
    margin-right: 0.75em;
    color: var(--sage);
    font-family: Georgia, serif;
    font-size: 1em;
    line-height: 1.2em;
    font-style: italic;
  }
  #walk-studio .details-content h3 {
    display: inline;
    margin: 0;
    color: var(--primary);
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  #walk-studio .details-content p {
    margin: 1.22222222em 0 1.22222222em;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 500;
  }
  #walk-studio .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625em;
  }
  #walk-studio .tags span {
    padding: 0.5em 0.875em;
    border: 1px solid rgba(47, 93, 80, 0.16);
    border-radius: 6.25em;
    color: var(--primary);
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 0.625em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #walk-studio .studio-nav {
    padding-top: 1.75em;
    border-top: 1px solid rgba(47, 93, 80, 0.14);
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.625em;
  }
  #walk-studio .studio-tab {
    width: 100%;
    padding: 0.75em 0.875em;
    border: 1px solid transparent;
    border-radius: 0.25em;
    background-color: transparent;
    color: var(--primary);
    text-align: left;
    font-size: 0.9375em;
    line-height: 1.3em;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }
  #walk-studio .studio-tab span {
    display: inline-block;
    min-width: 1.86666667em;
    margin-right: 0.8em;
    color: var(--sage);
    font-family: Georgia, serif;
    font-size: 0.86666667em;
    font-style: italic;
    font-weight: 400;
  }
  #walk-studio .studio-tab:hover,
  #walk-studio .studio-tab.active {
    background-color: var(--sand);
    border-color: rgba(47, 93, 80, 0.16);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #walk-studio {
    padding: 5.875em 0;
  }
  #walk-studio .studio-grid {
    grid-template-columns: 1.2fr .9fr;
    gap: 3em;
    align-items: start;
  }
  #walk-studio .featured {
    height: 45em;
  }
  #walk-studio #studio-side-image {
    height: 20em;
  }
  #walk-studio .studio-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #walk-studio {
    padding: 5.375em 0 6.875em;
  }
  #walk-studio .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #walk-studio .intro {
    margin-bottom: 3.375em;
  }
  #walk-studio h2 {
    font-size: 3.5em;
  }
  #walk-studio .intro p {
    font-size: 1.125em;
  }
  #walk-studio .studio-grid {
    grid-template-columns: 41.875em 32.5em;
    gap: 4.625em;
  }
  #walk-studio .featured {
    height: 42.5em;
  }
  #walk-studio .featured span {
    left: 2em;
    bottom: 2em;
    font-size: 1.375em;
  }
  #walk-studio #studio-side-image {
    height: 22.5em;
  }
  #walk-studio .details-content h3 {
    font-size: 1.875em;
  }
  #walk-studio .details-content p {
    font-size: 1.125em;
  }
  #walk-studio .studio-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625em 1em;
  }
}
/*-- -------------------------- -->
<---          Principle         -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #room-principle {
    padding: 5.375em 0;
    background-color: var(--paper);
    text-align: center;
  }
  #room-principle .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #room-principle .line {
    display: block;
    width: 1px;
    height: 1.75em;
    margin: 0 auto 1.625em;
    background-color: rgba(47, 93, 80, 0.18);
  }
  #room-principle .topper {
    display: block;
    margin-bottom: 2.125em;
    color: var(--sage);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #room-principle h2 {
    margin: 0 auto 1em;
    max-width: 56.25em;
    color: var(--primary);
    font-size: min(11vw, 4.6em);
    line-height: 1.18em;
    font-weight: 400;
    letter-spacing: -0.035em;
  }
  #room-principle h2 em {
    display: block;
    color: var(--primary);
    font-style: italic;
    font-weight: 400;
  }
  #room-principle p {
    margin: 0 auto;
    max-width: 40em;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 500;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #room-principle {
    padding: 6.5em 0;
  }
  #room-principle h2 {
    font-size: min(7vw, 5em);
  }
  #room-principle p {
    font-size: 1.25em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #room-principle {
    padding: 6.125em 0 6.5em;
  }
  #room-principle .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #room-principle h2 {
    font-size: 3.5em;
  }
  #room-principle p {
    max-width: 39.44444444em;
    font-size: 1.125em;
  }
}
/*-- -------------------------- -->
<---   Designed Nervous System  -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #designed-system {
    position: relative;
    min-height: 32.5em;
    padding: 5.625em 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--primary);
    text-align: center;
  }
  #designed-system:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(27, 54, 46, 0.68);
  }
  #designed-system:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at center, rgba(47, 93, 80, 0.22) 0%, rgba(27, 54, 46, 0.74) 70%);
  }
  #designed-system picture {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #designed-system picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  #designed-system .container {
    position: relative;
    z-index: 3;
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #designed-system .line {
    display: block;
    width: 1px;
    height: 1.75em;
    margin: 0 auto 1.625em;
    background-color: rgba(247, 245, 241, 0.28);
  }
  #designed-system .topper {
    display: block;
    margin-bottom: 1.75em;
    color: var(--paper);
    text-transform: uppercase;
    letter-spacing: .42em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #designed-system h2 {
    margin: 0 auto 1.75em;
    color: var(--paper);
    font-size: min(11vw, 4.4em);
    line-height: 1.12em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #designed-system h2 em {
    color: var(--gold);
    font-style: italic;
    font-weight: 400;
  }
  #designed-system p {
    margin: 0 auto;
    max-width: 43.33333333em;
    color: rgba(247, 245, 241, 0.86);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 600;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #designed-system {
    min-height: 35em;
    padding: 6.5em 0;
  }
  #designed-system h2 {
    font-size: min(7vw, 5em);
  }
  #designed-system p {
    font-size: 1.25em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #designed-system {
    min-height: 32.5em;
    padding: 6.25em 0;
  }
  #designed-system .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #designed-system h2 {
    font-size: 3.375em;
  }
  #designed-system p {
    max-width: 42.22222222em;
    font-size: 1.125em;
  }
}
/*-- -------------------------- -->
<---        Design Details      -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #design-details {
    padding: 4.5em 0 5.375em;
    background-color: var(--paper);
  }
  #design-details .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #design-details .detail-grid {
    padding-top: 2.625em;
    border-top: 1px solid rgba(47, 93, 80, 0.14);
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.125em;
  }
  #design-details .detail {
    text-align: center;
  }
  #design-details .icon {
    width: 2.625em;
    height: 2.625em;
    margin: 0 auto 1.75em;
    position: relative;
    color: var(--sage);
  }
  #design-details .icon:before,
  #design-details .icon:after,
  #design-details .icon span,
  #design-details .icon span:before,
  #design-details .icon span:after {
    content: '';
    position: absolute;
    display: block;
  }
  #design-details .icon.sun:before {
    width: 1em;
    height: 1em;
    left: 0.8125em;
    top: 0.8125em;
    border: 2px solid var(--sage);
    border-radius: 50%;
  }
  #design-details .icon.sun:after {
    width: 2px;
    height: 2.375em;
    left: 1.25em;
    top: 0.125em;
    background: repeating-linear-gradient(to bottom, var(--sage) 0, var(--sage) 0.3125em, transparent 0.3125em, transparent 0.5625em);
  }
  #design-details .icon.sun span {
    width: 2.375em;
    height: 2px;
    left: 0.125em;
    top: 1.25em;
    background: repeating-linear-gradient(to right, var(--sage) 0, var(--sage) 0.3125em, transparent 0.3125em, transparent 0.5625em);
  }
  #design-details .icon.sun span:before,
  #design-details .icon.sun span:after {
    width: 2.375em;
    height: 2px;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(to right, var(--sage) 0, var(--sage) 0.3125em, transparent 0.3125em, transparent 0.5625em);
  }
  #design-details .icon.sun span:before {
    transform: rotate(45deg);
  }
  #design-details .icon.sun span:after {
    transform: rotate(-45deg);
  }
  #design-details .icon.sound span {
    left: 0.1875em;
    top: 1.25em;
    width: 2.25em;
    height: 1em;
    background: transparent;
    border-top: 2px solid var(--sage);
    border-radius: 50%;
    transform: rotate(-8deg);
  }
  #design-details .icon.sound span:before {
    content: '';
    position: absolute;
    left: 0.875em;
    top: -0.4375em;
    width: 1.125em;
    height: 1em;
    border-top: 2px solid var(--sage);
    border-radius: 50%;
    transform: rotate(180deg);
  }
  #design-details .icon.room:before {
    width: 1.25em;
    height: 1.125em;
    left: 0.6875em;
    top: 1.0625em;
    border: 2px solid var(--sage);
    border-top: none;
  }
  #design-details .icon.room:after {
    width: 1.125em;
    height: 1.125em;
    left: 0.75em;
    top: 0.5em;
    border-left: 2px solid var(--sage);
    border-top: 2px solid var(--sage);
    transform: rotate(45deg);
  }
  #design-details .icon.room span {
    width: 0.375em;
    height: 0.75em;
    left: 1.125em;
    top: 1.4375em;
    border: 2px solid var(--sage);
    border-bottom: none;
  }
  #design-details h3 {
    margin: 0 0 1.125em;
    color: var(--primary);
    font-size: 1.5em;
    line-height: 1.25em;
    font-weight: 400;
    letter-spacing: -0.02em;
  }
  #design-details p {
    margin: 0 auto;
    max-width: 19.41176471em;
    color: var(--bodyMuted);
    font-size: 1.0625em;
    line-height: 1.6em;
    font-weight: 500;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #design-details {
    padding: 5.125em 0 6em;
  }
  #design-details .detail-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3.375em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #design-details {
    padding: 4.75em 0 6.5em;
  }
  #design-details .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #design-details .detail-grid {
    padding-top: 3em;
    gap: 5.25em;
  }
  #design-details h3 {
    font-size: 1.4375em;
  }
  #design-details p {
    font-size: 1.0625em;
  }
}
/*-- -------------------------- -->
<---        Quiet Details       -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #quiet-details {
    padding: 5em 0;
    background-color: var(--primary);
    color: var(--paper);
  }
  #quiet-details .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #quiet-details .content {
    margin-bottom: 3.5em;
  }
  #quiet-details .topper {
    display: block;
    margin-bottom: 1.5em;
    color: var(--paper);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #quiet-details .topper:before {
    content: '';
    display: inline-block;
    width: 2.66666667em;
    height: 1px;
    margin-right: 1em;
    background-color: rgba(247, 245, 241, 0.42);
    vertical-align: middle;
  }
  #quiet-details h2 {
    margin: 0 0 1.625em;
    max-width: 40em;
    color: var(--paper);
    font-size: min(12vw, 4.4em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #quiet-details h2 span {
    display: block;
  }
  #quiet-details .content > p {
    margin: 0;
    max-width: 36em;
    color: rgba(247, 245, 241, 0.76);
    font-size: 1.25em;
    line-height: 1.6em;
    font-weight: 600;
  }
  #quiet-details .details-grid {
    display: grid;
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(247, 245, 241, 0.18);
  }
  #quiet-details .detail {
    padding: 2em 0;
    display: grid;
    grid-template-columns: 2.625em 1fr;
    gap: 1.375em;
    border-bottom: 1px solid rgba(247, 245, 241, 0.18);
  }
  #quiet-details .icon {
    width: 2em;
    height: 2em;
    position: relative;
    color: rgba(247, 245, 241, 0.84);
  }
  #quiet-details .icon:before,
  #quiet-details .icon:after,
  #quiet-details .icon span,
  #quiet-details .icon span:before,
  #quiet-details .icon span:after {
    content: '';
    position: absolute;
    display: block;
  }
  #quiet-details .icon.sun:before {
    width: 0.75em;
    height: 0.75em;
    left: 0.625em;
    top: 0.625em;
    border: 2px solid rgba(247, 245, 241, 0.84);
    border-radius: 50%;
  }
  #quiet-details .icon.sun:after {
    width: 2px;
    height: 1.875em;
    left: 0.9375em;
    top: 0.0625em;
    background: repeating-linear-gradient(to bottom, rgba(247, 245, 241, 0.84) 0, rgba(247, 245, 241, 0.84) 0.25em, transparent 0.25em, transparent 0.5em);
  }
  #quiet-details .icon.sun span {
    width: 1.875em;
    height: 2px;
    left: 0.0625em;
    top: 0.9375em;
    background: repeating-linear-gradient(to right, rgba(247, 245, 241, 0.84) 0, rgba(247, 245, 241, 0.84) 0.25em, transparent 0.25em, transparent 0.5em);
  }
  #quiet-details .icon.sun span:before,
  #quiet-details .icon.sun span:after {
    width: 1.875em;
    height: 2px;
    left: 0;
    top: 0;
    background: repeating-linear-gradient(to right, rgba(247, 245, 241, 0.84) 0, rgba(247, 245, 241, 0.84) 0.25em, transparent 0.25em, transparent 0.5em);
  }
  #quiet-details .icon.sun span:before {
    transform: rotate(45deg);
  }
  #quiet-details .icon.sun span:after {
    transform: rotate(-45deg);
  }
  #quiet-details .icon.heart span {
    left: 0.4375em;
    top: 0.5em;
    width: 1.125em;
    height: 1.125em;
    border: 2px solid rgba(247, 245, 241, 0.84);
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    border-radius: 0 0 0.3125em 0;
  }
  #quiet-details .icon.heart span:before,
  #quiet-details .icon.heart span:after {
    width: 0.75em;
    height: 0.75em;
    border: 2px solid rgba(247, 245, 241, 0.84);
    border-radius: 50%;
    background: transparent;
  }
  #quiet-details .icon.heart span:before {
    left: -0.5em;
    top: 0.1875em;
  }
  #quiet-details .icon.heart span:after {
    left: 0.1875em;
    top: -0.5em;
  }
  #quiet-details .icon.sound span {
    left: 0.125em;
    top: 0.9375em;
    width: 1.75em;
    height: 0.75em;
    background: transparent;
    border-top: 2px solid rgba(247, 245, 241, 0.84);
    border-radius: 50%;
    transform: rotate(-8deg);
  }
  #quiet-details .icon.sound span:before {
    content: '';
    position: absolute;
    left: 0.75em;
    top: -0.375em;
    width: 0.875em;
    height: 0.75em;
    border-top: 2px solid rgba(247, 245, 241, 0.84);
    border-radius: 50%;
    transform: rotate(180deg);
  }
  #quiet-details .icon.cube:before {
    width: 1.125em;
    height: 1.125em;
    left: 0.4375em;
    top: 0.4375em;
    border: 2px solid rgba(247, 245, 241, 0.84);
    transform: rotate(30deg) skewX(-18deg);
  }
  #quiet-details .icon.cube span {
    width: 2px;
    height: 0.9375em;
    left: 1em;
    top: 0.5em;
    background-color: rgba(247, 245, 241, 0.84);
    transform: rotate(30deg);
  }
  #quiet-details .icon.cube:after {
    width: 1em;
    height: 2px;
    left: 0.5em;
    top: 1em;
    background-color: rgba(247, 245, 241, 0.84);
    transform: rotate(-30deg);
  }
  #quiet-details .icon.room:before {
    width: 1em;
    height: 0.9375em;
    left: 0.5em;
    top: 0.8125em;
    border: 2px solid rgba(247, 245, 241, 0.84);
    border-top: none;
  }
  #quiet-details .icon.room:after {
    width: 0.9375em;
    height: 0.9375em;
    left: 0.5625em;
    top: 0.375em;
    border-left: 2px solid rgba(247, 245, 241, 0.84);
    border-top: 2px solid rgba(247, 245, 241, 0.84);
    transform: rotate(45deg);
  }
  #quiet-details .icon.room span {
    width: 0.3125em;
    height: 0.625em;
    left: 0.875em;
    top: 1.125em;
    border: 2px solid rgba(247, 245, 241, 0.84);
    border-bottom: none;
  }
  #quiet-details .icon.clock:before {
    width: 1.5em;
    height: 1.5em;
    left: 0.25em;
    top: 0.25em;
    border: 2px solid rgba(247, 245, 241, 0.84);
    border-radius: 50%;
  }
  #quiet-details .icon.clock span {
    width: 2px;
    height: 0.5em;
    left: 0.9375em;
    top: 0.5em;
    background-color: rgba(247, 245, 241, 0.84);
  }
  #quiet-details .icon.clock span:before {
    width: 0.5em;
    height: 2px;
    left: 0;
    top: 0.4375em;
    background-color: rgba(247, 245, 241, 0.84);
  }
  #quiet-details h3 {
    margin: 0 0 0.875em;
    color: var(--paper);
    font-family: Georgia, serif;
    font-size: 1.375em;
    line-height: 1.25em;
    font-weight: 700;
  }
  #quiet-details .text p {
    margin: 0;
    max-width: 35em;
    color: rgba(247, 245, 241, 0.72);
    font-size: 1em;
    line-height: 1.65em;
    font-weight: 600;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #quiet-details {
    padding: 5.75em 0;
  }
  #quiet-details .details-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4em;
  }
  #quiet-details .detail {
    padding: 2.125em 0;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #quiet-details {
    padding: 5.25em 0 6em;
  }
  #quiet-details .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #quiet-details .content {
    margin-bottom: 3.75em;
  }
  #quiet-details h2 {
    max-width: 40em;
    font-size: 3.375em;
  }
  #quiet-details .content > p {
    max-width: 32.72727273em;
    font-size: 1.375em;
  }
  #quiet-details .details-grid {
    column-gap: 4.625em;
  }
  #quiet-details .detail {
    grid-template-columns: 2.625em 1fr;
    gap: 1.375em;
    padding: 2.125em 0;
  }
  #quiet-details h3 {
    font-size: 1.375em;
  }
  #quiet-details .text p {
    font-size: 1em;
  }
}
/*-- -------------------------- -->
<---     First Thirty Seconds   -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #first-thirty {
    padding: 5.375em 0;
    background-color: var(--sand);
    text-align: center;
  }
  #first-thirty .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #first-thirty .line {
    display: block;
    width: 1px;
    height: 1.875em;
    margin: 0 auto 1.75em;
    background-color: rgba(47, 93, 80, 0.16);
  }
  #first-thirty .topper {
    display: block;
    margin-bottom: 2.125em;
    color: var(--sage);
    text-transform: uppercase;
    letter-spacing: .34em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #first-thirty h2 {
    margin: 0 auto 0.5em;
    max-width: 48.75em;
    color: var(--primary);
    font-size: min(12vw, 4.8em);
    line-height: 1.08em;
    font-weight: 400;
    letter-spacing: -0.04em;
  }
  #first-thirty h2 em {
    display: block;
    color: var(--primary);
    font-style: italic;
    font-weight: 400;
  }
  #first-thirty p {
    margin: 0 auto;
    max-width: 37.77777778em;
    color: var(--bodyMuted);
    font-size: 1.125em;
    line-height: 1.65em;
    font-weight: 500;
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #first-thirty {
    padding: 6.5em 0;
  }
  #first-thirty h2 {
    font-size: min(7vw, 5em);
  }
  #first-thirty p {
    font-size: 1.25em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #first-thirty {
    padding: 6em 0 6.5em;
  }
  #first-thirty .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #first-thirty h2 {
    font-size: 3.875em;
  }
  #first-thirty p {
    max-width: 36.11111111em;
    font-size: 1.125em;
  }
}
/*-- -------------------------- -->
<---      Inside Kynetic CTA    -->
<--- -------------------------- -*/
/* Mobile */
@media only screen and (min-width: 0em) {
  #inside-kynetic-cta {
    position: relative;
    min-height: 43.75em;
    padding: 5.625em 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: var(--primary);
    text-align: center;
  }
  #inside-kynetic-cta:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(27, 54, 46, 0.76);
  }
  #inside-kynetic-cta:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: radial-gradient(circle at center, rgba(47, 93, 80, 0.28) 0%, rgba(27, 54, 46, 0.82) 72%);
  }
  #inside-kynetic-cta picture {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  #inside-kynetic-cta picture img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }
  #inside-kynetic-cta .container {
    position: relative;
    z-index: 3;
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #inside-kynetic-cta .topper {
    display: block;
    margin-bottom: 1.625em;
    color: var(--goldLight);
    text-transform: uppercase;
    letter-spacing: .38em;
    font-size: 0.75em;
    line-height: 1.2em;
    font-weight: 700;
  }
  #inside-kynetic-cta h2 {
    margin: 0 auto 1.125em;
    max-width: 61.25em;
    color: var(--paper);
    font-size: min(12vw, 5.2em);
    line-height: 1.14em;
    font-weight: 700;
    letter-spacing: -0.04em;
  }
  #inside-kynetic-cta p {
    margin: 0 auto 1em;
    max-width: 42.22222222em;
    color: rgba(247, 245, 241, 0.78);
    font-size: 1.125em;
    line-height: 1.5em;
    font-weight: 600;
  }
  #inside-kynetic-cta .button-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875em;
  }
  #inside-kynetic-cta .button-solid,
  #inside-kynetic-cta .button-transparent {
    width: 100%;
    max-width: 18.75em;
    min-height: 3.375em;
    padding: 0 1.5em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: 0.8125em;
    line-height: 1.2em;
    font-weight: 700;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  }
  #inside-kynetic-cta .button-solid span,
  #inside-kynetic-cta .button-transparent span {
    margin-left: 0.625em;
  }
  #inside-kynetic-cta .button-solid {
    background-color: var(--paper);
    color: var(--primary);
    border: 1px solid var(--paper);
  }
  #inside-kynetic-cta .button-solid:hover {
    background-color: var(--gold);
    border-color: var(--gold);
    color: var(--primaryDark);
  }
  #inside-kynetic-cta .button-transparent {
    background-color: transparent;
    color: var(--paper);
    border: 1px solid rgba(247, 245, 241, 0.28);
  }
  #inside-kynetic-cta .button-transparent:hover {
    background-color: rgba(247, 245, 241, 0.1);
    border-color: rgba(247, 245, 241, 0.55);
  }
}
/* Tablet */
@media only screen and (min-width: 48em) {
  #inside-kynetic-cta {
    min-height: 47.5em;
    padding: 6.25em 0;
  }
  #inside-kynetic-cta h2 {
    font-size: min(8vw, 5.8em);
  }
  #inside-kynetic-cta p {
    font-size: 1.375em;
  }
}
/* Desktop */
@media only screen and (min-width: 1300px) {
  #inside-kynetic-cta {
    min-height: 48.125em;
    padding: 5.625em 0;
  }
  #inside-kynetic-cta .container {
    width: 92%;
    max-width: 85em;
    margin: auto;
  }
  #inside-kynetic-cta .topper {
    margin-bottom: 1.75em;
  }
  #inside-kynetic-cta h2 {
    max-width: 65em;
    margin-bottom: 1em;
    font-size: 4.875em;
    line-height: 1.22em;
  }
  #inside-kynetic-cta p {
    max-width: 36.36363636em;
    margin-bottom: 1.27272727em;
    font-size: 1.375em;
    line-height: 1.55em;
  }
  #inside-kynetic-cta .button-solid,
  #inside-kynetic-cta .button-transparent {
    max-width: 21.25em;
    min-width: 21.25em;
    min-height: 3.5em;
  }
}
