/* Main site sections: header, hero, homepage blocks and footer. */

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid #d9c6aa;
    background: var(--color-paper);
    backdrop-filter: blur(12px);
}
.site-header__inner {
    display: flex;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--color-primary);
    text-decoration: none;
}
.brand__mark {
    width: 58px;
    flex: 0 0 auto;
}
.brand__copy {
    display: grid;
    line-height: 1;
}
.brand__name {
    font-family: var(--font-serif);
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.brand__tagline {
    margin-top: 0.32rem;
    color: var(--color-ink-soft);
    font-family: var(--font-serif);
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.primary-nav {
    display: flex;
    align-items: center;
    gap: clamp(1rem, 2.4vw, 2.5rem);
}
.primary-nav > a:not(.button) {
    color: #765f4a;
    font-size: 0.94rem;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
}
.primary-nav > a:not(.button):hover {
    color: var(--color-primary);
}
.primary-nav__cta {
    padding-inline: 2rem;
}
.nav-toggle,
.nav-backdrop {
    display: none;
}
.hero {
    position: relative;
    overflow: hidden;
    background: var(--color-paper);
    padding-block: unset;
}
.hero__inner {
    display: grid;
    min-height: 690px;
    grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
    align-items: center;
}
.hero__content {
    z-index: 2;
    max-width: 650px;
    padding-block: 5.5rem;
}
.hero__lead {
    max-width: 540px;
    margin-bottom: 0.4rem;
    font-size: 1.12rem;
    line-height: 1.5;
}
.hero__actions {
    margin-top: 2.4rem;
}
.hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 690px;
}
.hero__visual img {
    position: absolute;
    z-index: 3;
    right: 3%;
    bottom: -2%;
    width: min(88%, 640px);
    max-height: 94%;
    object-fit: contain;
    object-position: bottom center;
}
.hero__disc {
    position: absolute;
    z-index: 1;
    right: 4%;
    bottom: -14%;
    width: 590px;
    max-width: 95%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--color-dark);
}

.blog .hero__disc{
    max-width: 75%;
}

.hero__symbol {
    position: absolute;
    z-index: 0;
    top: 8%;
    left: -8%;
    color: #f1e9de;
    font-family: var(--font-serif);
    font-size: 40rem;
    line-height: 1;
}
.archive-content {
    background: var(--color-sand);
}
.pain-points {
    padding-top: 4.7rem;
}
.audience {
    /* background: var(--color-paper-strong); */
    background: var(--color-sand);
}
.audience__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
}
.audience__image {
    min-height: 640px;
    z-index:2;
}
.audience__image img {
    width: 100%;
    height: 100%;
    min-height: 640px;
    object-fit: cover;
    object-position: center 35%;
}

.audience__content {
    position: relative;
    isolation: isolate;
    align-self: baseline;
    padding: clamp(3rem, 6vw, 6rem);
    z-index:0;
}

.audience__content::before {
    position: absolute;
    z-index: -5;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 140vw;
    background: var(--color-paper-strong);
    content: '';
    pointer-events: none;
}
.audience__content h2 {
    margin-bottom: 0.7rem;
}
.audience__intro {
    margin-bottom: 2rem;
    font-style: italic;
}
.services {
    padding-top: 5.8rem;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3.5rem;
}

.action{
    text-align: center;
}

.about {
    padding-bottom: 0;
    background: var(--color-sand);
}
.about__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
}
.about__copy {
    padding: clamp(3rem, 5.5vw, 6rem) clamp(2rem, 5vw, 5rem);
    align-self: end;
    position: relative;
}

.about__copy:nth-of-type(2){
    align-self: baseline;
}

.about__copy::before {
    position: absolute;
    z-index: -5;
    top: 0;
    bottom: 0;
    left: -100%;
    width: 140vw;
    background: var(--color-paper-strong);
    content: '';
    pointer-events: none;
}

.about__copy:nth-of-type(2):before{
    left: unset;
    right: -100%;
}

.about__copy h2 {
    font-size: clamp(2rem, 3vw, 2.75rem);
}
.about__copy h3 {
    margin-top: 2rem;
}
.about__copy p {
    font-size: 0.98rem;
    line-height: 1.55;
}
.about__roles {
    margin-bottom: 2rem;
    font-family: var(--font-serif);
    font-style: italic;
    font-weight: 600;
}
.about__roles span {
    padding-inline: 0.35rem;
    color: var(--color-primary);

}
.about__image {
    min-height: 680px;
    margin: 0;
        z-index: 2;
}
.about__image img {
    width: 100%;
    height: 100%;
    min-height: 680px;
    object-fit: cover;
}
.about__image--standing img {
    object-position: center 30%;
}
.about__image--green img {
    object-position: center 35%;
}
.about__copy--why {
    align-self: center;
}
.method {
    overflow: hidden;
    padding-top: 6rem;
    text-align: center;
}
.method__symbol {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    color: rgba(255, 255, 255, 0.32);
    font-family: var(--font-serif);
    font-size: 18rem;
    line-height: 1;
    transform: translateX(-50%);
}
.method h2,
.method .feature-grid,
.method .centered-cta {
    position: relative;
    z-index: 2;
}
.method h2 {
    margin-bottom: 2.8rem;
    font-size: clamp(1.65rem, 2.5vw, 2.35rem);
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}
.freebie-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
}
.freebie-option {
    display: flex;
    width: calc(50% - 0.625rem);
    max-width: calc(50% - 0.625rem);
    flex: 0 0 calc(50% - 0.625rem);
    min-height: 120px;
    flex-direction: column;
    padding: 1.6rem;
    border: 1px solid rgba(209, 174, 130, 0.72);
    border-radius: var(--radius-md);
    color: #fff;
    background: rgba(255, 255, 255, 0.045);
    font: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    transition: border-color var(--transition), background-color var(--transition);
}
.freebie-option:hover,
.freebie-option:focus-visible {
    border-color: #d1ae82;
    background: rgba(255, 255, 255, 0.085);
}
.freebie-option:focus-visible {
    outline: 2px solid #d1ae82;
    outline-offset: 3px;
}
.freebie-option h3 {
    margin-bottom: 0.7rem;
    color: #fff;
    font-size: 1.45rem;
}
.freebie-option p {
    margin-bottom: 1.4rem;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
    line-height: 1.55;
}
.freebie-option__action {
    margin-top: auto;
    color: #d1ae82;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.freebie-option--inactive {
    cursor: default;
    opacity: 0.72;
}
.freebies .empty-state {
    text-align: center;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}
.blog-card {
    display: flex;
    overflow: hidden;
    min-height: 100%;
    flex-direction: column;
    border-radius: var(--radius-md);
    background: var(--color-paper-strong);
    box-shadow: var(--shadow-card);
}
.blog-card > img {
    width: 100%;
    aspect-ratio: 1.55/1;
    object-fit: cover;
    object-position: center;
}
.blog-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.45rem 1.35rem 1.2rem;
}
.blog-card__body h3 {
    padding-bottom: 0.9rem;
    border-bottom: 1px solid var(--color-line);
    font-size: 1.45rem;
}
.blog-card__body p {
    flex: 1;
    font-size: 0.94rem;
    line-height: 1.5;
}
.blog-card__body > a {
    align-self: flex-end;
    color: var(--color-primary);
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
.section-action {
    margin-top: 3rem;
    text-align: center;
}
.contact {
    background: var(--color-paper-strong);
}
.contact__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.9fr);
    align-items: start;
    gap: clamp(3rem, 7vw, 7rem);
}
.contact__copy > p:not(.eyebrow) {
    max-width: 650px;
}
.contact-card {
    display: grid;
    overflow: hidden;
    max-width: 640px;
    grid-template-columns: 0.95fr 1.05fr;
    margin-top: 3.3rem;
    border-radius: var(--radius-md);
    color: #fff;
    background: var(--color-taupe);
}
.contact-card > img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    object-position: center 35%;
}
.contact-card__details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 1.4rem;
    text-align: center;
}
.contact-card__details h3 {
    color: #fff;
    font-size: 1.15rem;
}
.contact-card__details a {
    margin-top: 0.45rem;
    text-decoration: none;
}
.contact-card__details > p {
    margin-top: 2rem;
    color: #ead1af;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.form-card--contact {
    margin-top: 1rem;
}
.form-card--contact h3 {
    margin-bottom: 1.7rem;
}
.site-footer {
    padding-top: 4.5rem;
    color: #fff;
    background: var(--color-dark);
}
.site-footer a {
    color: inherit;
}
.site-footer__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.8fr 1.15fr;
    gap: clamp(2rem, 7vw, 7rem);
}
.brand--footer {
    margin-bottom: 1.8rem;
}
.brand--footer .brand__name,
.brand--footer .brand__tagline {
    color: var(--color-sand-deep);
}
.site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.site-footer__brand p {
    margin-bottom: 0.5rem;
    font-family: var(--font-serif);
    font-size: 0.9rem;
}
.site-footer__brand > a:not(.brand) {
    margin-top: 0.35rem;
    font-size: 0.88rem;
    text-decoration: none;
}
.social-links--footer {
    margin-top: 1rem;
}
.site-footer__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.site-footer__nav h2,
.site-footer__newsletter .eyebrow {
    margin-bottom: 1.2rem;
    color: #d1ae82;
    font-family: var(--font-sans);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.site-footer__nav a {
    margin-bottom: 0.58rem;
    font-size: 0.82rem;
    text-decoration: none;
    text-transform: uppercase;
}
.site-footer__legal {
    margin-top: 1.6rem;
}
.site-footer__newsletter h2 {
    color: #fff;
    font-size: 1.5rem;
}
.site-footer__newsletter p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.5;
}
.site-footer__newsletter .button {
    width: 100%;
    margin-top: 1rem;
}
.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding-block: 3rem 1.5rem;
    margin-top: 3.5rem;
    border-top: 1px solid rgba(209, 174, 130, 0.55);
}
.site-footer__bottom p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.66rem;
    text-transform: uppercase;
}
.site-footer__bottom a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}
