:root {
    --home-ink: #1f2925;
    --home-green: #28443a;
    --home-green-deep: #173129;
    --home-sage: #8e9f8b;
    --home-lime: #dce4b6;
    --home-cream: #f3f0e8;
    --home-paper: #fbfaf6;
    --home-clay: #c77c66;
    --home-line: rgba(31, 41, 37, 0.16);
    --home-serif: "Iowan Old Style", "Palatino Linotype", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", serif;
    --home-sans: "Avenir Next", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
}

html {
    scroll-padding-top: 0;
}

body.home-page {
    background: var(--home-paper);
    color: var(--home-ink);
    font-family: var(--home-sans);
    letter-spacing: 0.02em;
    overflow-x: hidden;
}

.home-page *,
.home-page *::before,
.home-page *::after {
    box-sizing: border-box;
}

.home-page img {
    max-width: 100%;
}

.home-page .offset-section {
    scroll-margin-top: 76px;
}

.home-page a {
    color: inherit;
}

.home-page .skip-link {
    background: var(--home-green-deep);
    color: #fff;
    left: 1rem;
    padding: 0.7rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 1100;
}

.home-page .skip-link:focus {
    top: 1rem;
}

.home-shell {
    margin: 0 auto;
    max-width: 1240px;
    width: calc(100% - 96px);
}

.home-page .site-nav {
    align-items: center;
    backdrop-filter: blur(18px);
    background: rgba(251, 250, 246, 0.88);
    border-bottom: 1px solid rgba(31, 41, 37, 0.09);
    box-shadow: none;
    display: flex;
    min-height: 76px;
    padding: 0;
    position: fixed !important;
}

.site-nav__inner {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 48px;
}

.site-brand {
    align-items: baseline;
    display: inline-flex;
    gap: 14px;
    text-decoration: none;
}

.site-brand__name {
    font-family: var(--home-serif);
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: 0.16em;
}

.site-brand__note {
    color: rgba(31, 41, 37, 0.62);
    font-size: 0.61rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.site-nav__links {
    align-items: center;
    gap: 0.4rem;
}

.home-page .site-nav__links .nav-link {
    color: var(--home-ink);
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 0;
    padding: 0.65rem 0.85rem;
    position: relative;
    text-decoration: none;
}

.home-page .site-nav__links .nav-link::after {
    background: var(--home-green);
    bottom: 0.35rem;
    content: "";
    height: 1px;
    left: 0.85rem;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
    width: calc(100% - 1.7rem);
}

.home-page .site-nav__links .nav-link:hover::after,
.home-page .site-nav__links .nav-link:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.home-page .site-nav__links .site-nav__instagram {
    border: 1px solid var(--home-line);
    border-radius: 100px;
    margin-left: 0.55rem;
    padding: 0.7rem 1.15rem;
}

.home-page .site-nav__links .site-nav__instagram::after {
    display: none;
}

.site-nav__toggle {
    border: 0;
    box-shadow: none !important;
    padding: 0.35rem;
}

.home-hero {
    background: var(--home-cream);
    padding: 76px 0 0;
    position: relative;
}

.home-hero__media {
    background: #f3f0e8;
    min-height: clamp(560px, 42vw, 760px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.home-hero__media::after {
    background: linear-gradient(90deg, rgba(243, 240, 232, 0.94) 0%, rgba(243, 240, 232, 0.72) 35%, rgba(243, 240, 232, 0) 59%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.home-hero__media > img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.home-hero__overlay {
    align-items: center;
    display: flex;
    min-height: clamp(560px, 42vw, 760px);
    position: relative;
    z-index: 2;
}

.home-hero__copy {
    max-width: 610px;
    padding: 5.5rem 0;
}

.home-hero h1 {
    font-family: var(--home-serif);
    font-size: clamp(3.4rem, 5.2vw, 4.7rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.16;
    margin: 0;
}

.home-hero h1 em {
    color: var(--home-green);
    font-style: normal;
    font-weight: 400;
    position: relative;
}

.home-hero h1 em::after {
    background: var(--home-clay);
    bottom: 0.08em;
    content: "";
    height: 0.07em;
    left: 0;
    opacity: 0.55;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.home-hero__lead {
    color: #53615b;
    font-size: 0.94rem;
    line-height: 2;
    margin: 2rem 0 0;
}

.home-hero__actions {
    align-items: center;
    display: flex;
    gap: 1.75rem;
    margin-top: 2.2rem;
}

.home-hero__meta {
    color: rgba(31, 41, 37, 0.55);
    display: flex;
    font-size: 0.54rem;
    gap: 1.2rem;
    letter-spacing: 0.14em;
    margin-top: 3.2rem;
    text-transform: uppercase;
}

.home-hero__meta span + span {
    border-left: 1px solid var(--home-line);
    padding-left: 1.2rem;
}

.eyebrow {
    align-items: center;
    color: #65746e;
    display: flex;
    font-size: 0.68rem;
    font-weight: 600;
    gap: 0.7rem;
    letter-spacing: 0.2em;
    margin: 0 0 1.65rem;
    text-transform: uppercase;
}

.eyebrow::before {
    background: currentColor;
    content: "";
    height: 1px;
    width: 28px;
}

.section-heading h2,
.about-brand__copy h2,
.social-callout h2,
.contact-section h2 {
    font-family: var(--home-serif);
    font-weight: 400;
    letter-spacing: 0;
}

.button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 600;
    justify-content: center;
    letter-spacing: 0.08em;
    min-height: 52px;
    padding: 0.85rem 1.8rem;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button--primary {
    background: var(--home-green-deep);
    color: #fff !important;
}

.button--primary:hover,
.button--primary:focus-visible {
    background: #264b40;
}

.text-link {
    align-items: center;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 600;
    gap: 0.75rem;
    letter-spacing: 0.06em;
    text-decoration: none;
}

.text-link span {
    transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
    transform: translateX(4px);
}

.home-section {
    padding: 8.5rem 0;
}

.products-showcase {
    background: var(--home-paper);
}

.section-heading {
    align-items: end;
    display: grid;
    gap: 3rem;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    margin-bottom: 5rem;
}

.section-heading .eyebrow {
    margin-bottom: 1.25rem;
}

.section-heading h2,
.about-brand__copy h2,
.social-callout h2,
.contact-section h2 {
    font-size: clamp(2.4rem, 4.1vw, 4.35rem);
    line-height: 1.25;
    margin: 0;
}

.section-heading > p {
    color: #69736f;
    font-size: 0.9rem;
    line-height: 1.9;
    margin: 0 0 0.35rem;
}

.featured-product {
    background: #ecebe4;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(370px, 0.82fr);
    min-height: 650px;
}

.featured-product__media {
    align-items: center;
    background:
        radial-gradient(circle at center, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.28) 43%, transparent 72%),
        #e6e8df;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 5rem 4rem 4rem;
    position: relative;
    text-decoration: none;
}

.featured-product__media::before {
    border: 1px solid rgba(40, 68, 58, 0.14);
    border-radius: 50%;
    content: "";
    height: 70%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 62%;
}

.featured-product__media img {
    max-height: 440px;
    object-fit: contain;
    position: relative;
    transition: transform 450ms cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 78%;
    z-index: 2;
}

.featured-product__media:hover img {
    transform: translateY(-8px) scale(1.015);
}

.featured-product__shadow {
    background: rgba(25, 43, 38, 0.18);
    border-radius: 50%;
    bottom: 19%;
    filter: blur(14px);
    height: 4%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 45%;
}

.product-number {
    font-family: var(--home-serif);
    font-size: 0.78rem;
    left: 2rem;
    letter-spacing: 0.08em;
    position: absolute;
    top: 1.75rem;
    z-index: 3;
}

.featured-product__label {
    bottom: 1.7rem;
    font-size: 0.55rem;
    left: 2rem;
    letter-spacing: 0.18em;
    position: absolute;
    text-transform: uppercase;
}

.featured-product__copy {
    align-self: center;
    padding: 4.5rem 5rem;
}

.product-category {
    color: #7a8580;
    font-size: 0.6rem;
    letter-spacing: 0.18em;
    margin: 0 0 1.25rem;
    text-transform: uppercase;
}

.featured-product__copy h3,
.product-card__copy h3 {
    font-family: var(--home-serif);
    font-weight: 400;
    letter-spacing: 0;
}

.featured-product__copy h3 {
    font-size: clamp(2.4rem, 3.2vw, 3.7rem);
    line-height: 1.3;
    margin: 0 0 1.65rem;
}

.featured-product__copy > p {
    color: #5c6863;
    font-size: 0.88rem;
    line-height: 2;
}

.product-points {
    border-bottom: 1px solid var(--home-line);
    border-top: 1px solid var(--home-line);
    list-style: none;
    margin: 2rem 0;
    padding: 1.2rem 0;
}

.product-points li {
    align-items: center;
    display: flex;
    font-size: 0.75rem;
    gap: 0.75rem;
    line-height: 1.8;
}

.product-points li::before {
    background: var(--home-clay);
    border-radius: 50%;
    content: "";
    height: 4px;
    width: 4px;
}

.product-actions,
.product-card__footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.market-links {
    display: flex;
    gap: 1rem;
}

.market-links a {
    color: #69736f;
    font-size: 0.68rem;
    text-decoration-color: rgba(31, 41, 37, 0.28);
    text-underline-offset: 0.25rem;
}

.market-links a:hover,
.market-links a:focus-visible {
    color: var(--home-green);
}

.product-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.product-card {
    background: #f0eee8;
}

.product-card__media {
    align-items: center;
    aspect-ratio: 1.25 / 1;
    background: #ebe7df;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.product-card--garden .product-card__media {
    background: #e4e7dc;
}

.product-card__media img {
    height: 100%;
    object-fit: cover;
    transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
    width: 100%;
}

.product-card__media:hover img {
    transform: scale(1.025);
}

.product-card__copy {
    padding: 2.4rem 2.6rem 2.5rem;
}

.product-card__copy h3 {
    font-size: clamp(1.9rem, 2.5vw, 2.75rem);
    line-height: 1.32;
    margin: 0 0 1.15rem;
}

.product-card__copy > p {
    color: #606b67;
    font-size: 0.82rem;
    line-height: 1.85;
    margin-bottom: 2rem;
}

.about-brand {
    background: var(--home-green-deep);
    color: #f7f4eb;
    overflow: hidden;
}

.about-brand__story {
    align-items: center;
    display: grid;
    gap: 8%;
    grid-template-columns: 0.9fr 1.1fr;
}

.about-brand__visual {
    aspect-ratio: 0.86 / 1;
    background: #203c33;
    min-height: 610px;
    overflow: hidden;
    position: relative;
}

.about-brand__visual::after {
    background: linear-gradient(180deg, transparent 50%, rgba(12, 28, 23, 0.45));
    content: "";
    inset: 0;
    position: absolute;
}

.about-brand__visual img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: 52% center;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.about-brand__monogram {
    color: rgba(255, 255, 255, 0.045);
    font-family: var(--home-serif);
    font-size: 28rem;
    left: -6%;
    line-height: 1;
    margin: 0;
    position: absolute;
    top: -5%;
}

.about-brand__copy {
    max-width: 560px;
}

.about-brand__copy .eyebrow {
    color: #aebbad;
}

.about-brand__copy h2 {
    font-size: clamp(1.9rem, 3.5vw, 3.1rem);
    margin-bottom: 2.5rem;
}

.about-brand__copy > p {
    color: rgba(247, 244, 235, 0.72);
    font-size: 0.88rem;
    line-height: 2.1;
}

.about-brand__copy .about-brand__lead {
    color: #f7f4eb;
    font-family: var(--home-serif);
    font-size: 1.24rem;
    line-height: 2;
}

.brand-values {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 7rem;
}

.brand-values article {
    min-height: 230px;
    padding: 2rem 3rem 0 0;
}

.brand-values article + article {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    padding-left: 3rem;
}

.brand-values article > span {
    color: #a8b7aa;
    font-family: var(--home-serif);
    font-size: 0.68rem;
}

.brand-values h3 {
    font-family: var(--home-serif);
    font-size: 1.65rem;
    font-weight: 400;
    margin: 2rem 0 1rem;
}

.brand-values h3 small {
    color: rgba(247, 244, 235, 0.5);
    font-family: var(--home-sans);
    font-size: 0.55rem;
    letter-spacing: 0.15em;
    margin-left: 0.65rem;
    text-transform: uppercase;
}

.brand-values p {
    color: rgba(247, 244, 235, 0.62);
    font-size: 0.75rem;
    line-height: 1.9;
    margin: 0;
}

.social-callout {
    background: var(--home-lime);
}

.social-callout__inner {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1.18fr);
}

.social-callout .eyebrow {
    color: #65705a;
}

.social-callout h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}

.social-callout__content > p:not(.eyebrow) {
    color: #52604e;
    font-size: 0.82rem;
    line-height: 2;
    margin: 1.7rem 0 2rem;
    max-width: 470px;
}

.instagram-embed-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-self: end;
    min-height: 560px;
    width: min(100%, 540px);
}

.instagram-embed-shell > .instagram-media {
    background: var(--home-paper);
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 20px 50px rgba(31, 41, 37, 0.1) !important;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
}

.instagram-embed-shell > .instagram-media > a {
    align-items: center;
    color: var(--home-green-deep);
    display: flex;
    font-family: var(--home-serif);
    font-size: 1.2rem;
    justify-content: center;
    min-height: 480px;
    padding: 2rem;
    text-decoration: none;
}

.contact-section {
    background: var(--home-paper);
}

.contact-section h2 {
    font-size: clamp(2.2rem, 3.5vw, 3.3rem);
}

.contact-section__grid {
    display: grid;
    gap: 11%;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
}

.contact-section__intro > p:not(.eyebrow) {
    color: #65706b;
    font-size: 0.86rem;
    line-height: 2;
    margin: 2rem 0;
    max-width: 580px;
}

.contact-mail {
    align-items: center;
    border-bottom: 1px solid var(--home-line);
    border-top: 1px solid var(--home-line);
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr auto auto;
    margin-top: 2.5rem;
    padding: 1.4rem 0;
    text-decoration: none;
}

.contact-mail span:first-child {
    color: #7b8581;
    font-size: 0.66rem;
    letter-spacing: 0.08em;
}

.contact-mail strong {
    font-family: var(--home-serif);
    font-size: clamp(1.2rem, 2vw, 1.65rem);
    font-weight: 400;
}

.contact-mail span:last-child {
    font-size: 1.2rem;
    transition: transform 180ms ease;
}

.contact-mail:hover span:last-child {
    transform: translate(3px, -3px);
}

.company-card {
    background: #eeece5;
    padding: 3.25rem 3.5rem;
}

.company-card__title {
    border-bottom: 1px solid var(--home-line);
    font-family: var(--home-serif);
    font-size: 1.35rem;
    margin: 0;
    padding-bottom: 1.4rem;
}

.company-card dl {
    margin: 0;
}

.company-card dl > div {
    border-bottom: 1px solid var(--home-line);
    display: grid;
    gap: 1rem;
    grid-template-columns: 86px 1fr;
    padding: 1.2rem 0;
}

.company-card dt,
.company-card dd {
    font-size: 0.72rem;
    line-height: 1.8;
    margin: 0;
}

.company-card dt {
    color: #7a8580;
    font-weight: 500;
}

.home-footer {
    background: #102720;
    color: #f5f2e9;
    padding: 3.3rem 0;
}

.home-footer__inner {
    align-items: center;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr auto auto;
}

.home-footer__brand {
    align-items: baseline;
    display: flex;
    gap: 1rem;
}

.home-footer__brand strong {
    font-family: var(--home-serif);
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0.16em;
}

.home-footer__brand span,
.home-footer__copyright,
.home-footer__nav a {
    color: rgba(245, 242, 233, 0.56);
    font-size: 0.58rem;
    letter-spacing: 0.08em;
}

.home-footer__nav {
    display: flex;
    gap: 1.5rem;
}

.home-footer__nav a {
    text-decoration: none;
}

.home-footer__nav a:hover,
.home-footer__nav a:focus-visible {
    color: #fff;
}

.home-footer__copyright {
    margin: 0;
    white-space: nowrap;
}

@media (min-width: 768px) {
    .home-hero h1 em,
    .about-brand__copy h2,
    .social-callout h2,
    .contact-section h2 {
        white-space: nowrap;
    }
}

@media (max-width: 1100px) {
    .home-shell {
        width: calc(100% - 64px);
    }

    .home-hero__copy {
        max-width: 535px;
    }

    .featured-product__copy {
        padding: 3.5rem;
    }

    .social-callout__inner {
        gap: 3rem;
        grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
    }

    .home-footer__inner {
        grid-template-columns: 1fr auto;
    }

    .home-footer__copyright {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .site-nav__inner {
        padding: 0 32px;
    }

    .home-page .site-nav .navbar-collapse {
        background: var(--home-paper);
        border-bottom: 1px solid var(--home-line);
        left: 0;
        padding: 1rem 2rem 1.5rem;
        position: absolute;
        top: 75px;
        width: 100%;
    }

    .site-nav__links {
        align-items: stretch;
    }

    .home-page .site-nav__links .nav-link {
        padding: 0.8rem 0;
    }

    .home-page .site-nav__links .nav-link::after {
        display: none;
    }

    .home-page .site-nav__links .site-nav__instagram {
        border: 0;
        margin: 0;
        padding: 0.8rem 0;
    }

    .featured-product {
        grid-template-columns: 1fr;
    }

    .featured-product__media {
        min-height: 550px;
    }

    .featured-product__copy {
        padding: 4rem;
    }

    .about-brand__story {
        gap: 5%;
    }

    .about-brand__visual {
        min-height: 520px;
    }

    .brand-values article,
    .brand-values article + article {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .contact-section__grid {
        gap: 4rem;
        grid-template-columns: 1fr;
    }

    .company-card {
        max-width: 620px;
    }
}

@media (max-width: 767px) {
    html {
        scroll-padding-top: 0;
    }

    .home-page .offset-section {
        scroll-margin-top: 68px;
    }

    .home-shell {
        width: calc(100% - 40px);
    }

    .home-page .site-nav {
        min-height: 68px;
    }

    .site-nav__inner {
        padding: 0 20px;
    }

    .site-brand__name {
        font-size: 1.25rem;
    }

    .site-brand__note {
        display: none;
    }

    .home-page .site-nav .navbar-collapse {
        top: 67px;
    }

    .home-hero {
        padding-top: 68px;
    }

    .home-hero__media {
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .home-hero__media::after {
        display: none;
    }

    .home-hero__media > img {
        height: 310px;
        object-position: 73% center;
        order: 2;
        position: relative;
    }

    .home-hero__overlay {
        min-height: 0;
        order: 1;
        width: calc(100% - 40px);
    }

    .home-hero__copy {
        max-width: none;
        padding: 3.75rem 0 3rem;
    }

    .eyebrow {
        font-size: 0.58rem;
        margin-bottom: 1.25rem;
    }

    .home-hero h1 {
        font-size: clamp(3rem, 13vw, 4.1rem);
        line-height: 1.18;
    }

    .home-hero__lead {
        font-size: 0.8rem;
        line-height: 1.95;
        margin-top: 1.5rem;
    }

    .home-hero__actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.35rem;
        margin-top: 2rem;
    }

    .home-hero__meta {
        display: none;
    }

    .home-section {
        padding: 5.5rem 0;
    }

    .section-heading {
        display: block;
        margin-bottom: 3rem;
    }

    .section-heading h2,
    .about-brand__copy h2,
    .social-callout h2,
    .contact-section h2 {
        font-size: clamp(2.25rem, 10vw, 3.25rem);
    }

    .section-heading > p {
        margin-top: 1.5rem;
    }

    .featured-product {
        margin-left: -20px;
        margin-right: -20px;
    }

    .featured-product__media {
        min-height: 410px;
        padding: 4rem 2rem 3rem;
    }

    .featured-product__media img {
        width: 90%;
    }

    .featured-product__copy {
        padding: 2.8rem 2rem 3rem;
    }

    .featured-product__copy h3 {
        font-size: 2.5rem;
    }

    .product-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.5rem;
    }

    .product-grid {
        grid-template-columns: 1fr;
        margin-left: -20px;
        margin-right: -20px;
    }

    .product-card__copy {
        padding: 2.3rem 2rem;
    }

    .product-card__footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.35rem;
    }

    .about-brand__story {
        display: flex;
        flex-direction: column;
    }

    .about-brand__visual {
        aspect-ratio: 0.82 / 1;
        min-height: 0;
        order: 2;
        width: 100%;
    }

    .about-brand__copy {
        margin-bottom: 4rem;
        order: 1;
    }

    .about-brand__copy .about-brand__lead {
        font-size: 1.08rem;
    }

    .brand-values {
        display: block;
        margin-top: 4rem;
    }

    .brand-values article,
    .brand-values article + article {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        border-left: 0;
        min-height: 0;
        padding: 2.2rem 0;
    }

    .brand-values h3 {
        margin-top: 1rem;
    }

    .social-callout__inner {
        align-items: start;
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .instagram-embed-shell {
        justify-self: stretch;
        min-height: 500px;
        width: 100%;
    }

    .instagram-embed-shell > .instagram-media > a {
        min-height: 420px;
    }

    .contact-mail {
        align-items: start;
        grid-template-columns: 1fr auto;
    }

    .contact-mail span:first-child {
        grid-column: 1 / -1;
    }

    .company-card {
        padding: 2.2rem 1.6rem;
    }

    .home-footer__inner {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }

    .home-footer__brand {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.35rem;
    }

    .home-footer__nav {
        flex-wrap: wrap;
        gap: 1rem 1.4rem;
    }
}
