.home-theme-2 {
    --theme2-header-height: 84px;
    --theme2-anchor-gap: 0px;
    --theme2-ink: #1d1e1b;
    --theme2-muted: #686962;
    --theme2-paper: #f5f2eb;
    --theme2-soft: #ece8df;
    --theme2-line: #d7d2c8;
    --theme2-dark-line: #3c3d38;
    --theme2-accent: #b79663;
    background: #fff;
    color: var(--theme2-ink);
    overflow-x: clip;
}

.home-theme-2 .theme2-container {
    width: calc(100% - 48px);
    max-width: 1400px;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}

.home-theme-2 .site-header {
    border-bottom: 1px solid rgba(29, 30, 27, .09);
    background: rgba(255, 255, 255, .98);
    box-shadow: none;
}

.home-theme-2 .site-navbar {
    min-height: 84px;
}

.home-theme-2 .navbar-brand img {
    width: auto;
    height: 46px;
    max-width: 148px;
    object-fit: contain;
}

.home-theme-2 .navbar-nav .nav-link {
    position: relative;
    padding-top: .7rem;
    padding-bottom: .7rem;
    color: #2c2d2a;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .015em;
}

.home-theme-2 .navbar-nav .nav-link::after {
    position: absolute;
    right: 0;
    bottom: .38rem;
    left: 0;
    height: 1px;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    background: currentColor;
    transition: transform .2s ease;
}

.home-theme-2 .navbar-nav .nav-link:hover::after,
.home-theme-2 .navbar-nav .nav-link:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.home-theme-2 .site-header .site-search-trigger { display: inline-flex; }
.home-theme-2 .theme2-mobile-search-trigger { width: 100%; justify-content: center; gap: .5rem; }

.home-theme-2 .site-header .theme2-store-link {
    display: inline-flex;
    border-color: var(--theme2-ink);
    background: var(--theme2-ink);
    color: #fff;
}

.home-theme-2 .site-header .theme2-store-link:hover,
.home-theme-2 .site-header .theme2-store-link:focus-visible {
    background: transparent;
    color: var(--theme2-ink);
}

.home-theme-2 .language-indicator {
    margin-left: 1.75rem !important;
    color: #343531;
    font-size: .7rem;
    letter-spacing: .05em;
}

.home-theme-2 .language-indicator .is-active {
    color: var(--theme2-ink);
}

.home-theme-2 .site-main {
    overflow: hidden;
}

.theme2-preview-notice {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .7rem;
    min-height: 42px;
    padding: .5rem 1rem;
    background: #fff4c9;
    color: #423b1e;
    font-size: .76rem;
}

.theme2-preview-notice span {
    border-radius: 999px;
    background: #302e26;
    padding: .22rem .55rem;
    color: #fff;
    font-weight: 800;
}

.theme2-banner {
    width: 100%;
    padding: 0;
    background: #dfdbd2;
    touch-action: pan-y;
    user-select: none;
}

.theme2-banner .slider-viewport {
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
    margin: 0;
    aspect-ratio: 1903 / 711;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #dfdbd2;
    box-shadow: none;
}

.theme2-banner .slider-banner-link,
.theme2-banner .slider-slide > picture,
.theme2-banner .slider-slide picture,
.theme2-banner .slider-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.theme2-banner .slider-slide img {
    object-fit: cover;
    object-position: center;
    -webkit-user-drag: none;
}

.theme2-banner .slider-control {
    width: 42px;
    height: 42px;
    border-color: rgba(255, 255, 255, .75);
    background: rgba(25, 26, 23, .48);
    font-size: 1rem;
}

.theme2-banner .slider-previous {
    left: 1.25rem;
}

.theme2-banner .slider-next {
    right: 1.25rem;
}

.theme2-banner .slider-dots button {
    width: 24px;
    height: 3px;
    background: rgba(255, 255, 255, .58);
}

.theme2-banner .slider-dots .is-active {
    background: #fff;
}

.theme2-hero {
    display: flex;
    min-height: min(780px, calc(100svh - 84px));
    align-items: center;
    padding: clamp(3.5rem, 6vw, 5.75rem) 0;
    background: var(--theme2-paper);
}

.theme2-hero-copy {
    max-width: 455px;
}

.theme2-eyebrow,
.theme2-section-heading > p,
.theme2-section-heading > div > p:not(.theme2-section-description) {
    margin: 0 0 1rem;
    color: #665b49;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.theme2-hero h1 {
    max-width: 570px;
    margin: 0;
    color: var(--theme2-ink);
    font-size: clamp(3.1rem, 4.65vw, 5rem);
    font-weight: 600;
    letter-spacing: -.066em;
    line-height: .97;
    overflow-wrap: anywhere;
}

.theme2-hero-description {
    max-width: 425px;
    margin: 1.65rem 0 1.75rem;
    color: var(--theme2-muted);
    font-size: .97rem;
    line-height: 1.72;
}

.theme2-arrow-link {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    border-bottom: 1px solid currentColor;
    padding: .15rem 0 .42rem;
    color: var(--theme2-ink);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .035em;
    transition: color .2s ease;
}

.theme2-arrow-link span,
.theme2-process-link span {
    transition: transform .2s ease;
}

.theme2-arrow-link:hover,
.theme2-arrow-link:focus-visible {
    color: #6a5941;
}

.theme2-arrow-link:hover span,
.theme2-arrow-link:focus-visible span,
.theme2-process-link:hover span,
.theme2-process-link:focus-visible span {
    transform: translateX(3px);
}

.theme2-hero .theme2-arrow-link {
    min-height: 46px;
    border: 1px solid var(--theme2-ink);
    padding: 0 1.15rem;
    background: var(--theme2-ink);
    color: #fff;
}

.theme2-hero .theme2-arrow-link:hover,
.theme2-hero .theme2-arrow-link:focus-visible {
    background: transparent;
    color: var(--theme2-ink);
}

.theme2-hero-media {
    min-height: 590px;
}

.theme2-hero-media:not(.has-collage) .theme2-hero-image {
    height: 100%;
}

.theme2-hero-media.has-collage {
    display: grid;
    grid-template-columns: minmax(0, 1.72fr) minmax(150px, .72fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: .55rem;
}

.theme2-hero-image {
    height: 100%;
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 2px;
    background: #ded9cf;
}

.theme2-hero-image:first-child {
    grid-row: 1 / 3;
}

.theme2-hero-image picture,
.theme2-hero-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.theme2-hero-image img {
    object-fit: cover;
}

.home-theme-2 .theme2-anchor-section {
    scroll-margin-top: calc(var(--theme2-header-height) + var(--theme2-anchor-gap));
}

.theme2-how-we-make {
    padding: clamp(1.5rem, 2.5vw, 2.5rem) 0 clamp(3rem, 4.5vw, 4rem);
    background: #fff;
}

.theme2-how-we-make.is-empty {
    padding: 0;
}

.theme2-how-we-make-desktop,
.theme2-how-we-make-mobile {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f1efe9;
}

.theme2-how-we-make-desktop {
    aspect-ratio: 1400 / 400;
}

.theme2-how-we-make-desktop img,
.theme2-how-we-make-mobile img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme2-how-we-make-mobile-slider {
    display: none;
}

.theme2-how-we-make-mobile-viewport { overflow: hidden; width: 100%; }
.theme2-how-we-make-mobile-track { display: flex; gap: 12px; }
.theme2-how-we-make-mobile-slide { flex: 0 0 100%; min-width: 0; }
.theme2-how-we-make-mobile-dots { display: flex; justify-content: center; gap: .4rem; margin-top: .75rem; }
.theme2-how-we-make-mobile-dots button { width: 24px; height: 3px; border: 0; padding: 0; background: var(--theme2-line); }
.theme2-how-we-make-mobile-dots button.is-active { background: var(--theme2-ink); }

.theme2-process {
    padding: clamp(1.5rem, 2.5vw, 2.5rem) 0 clamp(3rem, 4.5vw, 4rem);
    background: #fff;
    color: #f5f1e9;
}

.theme2-process-layout {
    overflow: hidden;
    border-radius: 6px;
    background: #1b1c19;
    padding: clamp(2.25rem, 3vw, 3rem) clamp(2rem, 4vw, 4rem);
}

.theme2-process-intro {
    display: grid;
    max-width: none;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 2rem;
    align-items: end;
    margin-bottom: clamp(1.75rem, 2.2vw, 2.2rem);
    border-bottom: 1px solid #3c3d38;
    padding-bottom: clamp(1.4rem, 1.8vw, 1.8rem);
}

.theme2-process-eyebrow {
    grid-column: 1 / -1;
    margin: 0 0 .9rem;
    color: var(--theme2-accent);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.theme2-process-intro h2 {
    grid-column: 1;
    margin: 0;
    color: #f7f3eb;
    font-size: clamp(2.5rem, 3.4vw, 3.65rem);
    font-weight: 550;
    letter-spacing: -.05em;
    line-height: 1;
}

.theme2-process-summary {
    grid-column: 1;
    max-width: 560px;
    margin: .8rem 0 0;
    color: #b9b6ae;
    font-size: .9rem;
    line-height: 1.65;
}

.theme2-process-link {
    grid-column: 2;
    grid-row: 2 / 4;
    align-self: end;
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    border-bottom: 1px solid #777268;
    padding-bottom: .4rem;
    color: #f4f0e8;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .035em;
}

.theme2-process-journey {
    min-width: 0;
}

.theme2-process-list {
    --process-gap: clamp(1.65rem, 2.4vw, 2.75rem);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: var(--process-gap);
    margin: 0;
    padding: 0;
    list-style: none;
}

.theme2-process-list::before {
    display: none;
}

.theme2-process-list li {
    position: relative;
    min-width: 0;
}

.theme2-process-arrow {
    position: absolute;
    z-index: 2;
    top: 3rem;
    right: calc(var(--process-gap) / -2);
    color: #9d8b70;
    font-size: 1rem;
    line-height: 1;
    transform: translateX(50%);
}

.theme2-process-list li:last-child .theme2-process-arrow {
    display: none;
}

.theme2-process-marker {
    display: block;
    margin: 0 0 1.05rem;
}

.theme2-process-number {
    color: #c4b08f;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.theme2-process-icon {
    display: block;
    width: 44px;
    margin: 0 0 1.15rem;
    color: var(--theme2-accent);
    transition: transform .2s ease, color .2s ease;
}

.theme2-process-icon svg {
    display: block;
    width: 100%;
    height: auto;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.theme2-process-list h3 {
    margin: 0 0 .65rem;
    color: #f3efe7;
    font-size: .92rem;
    font-weight: 700;
    letter-spacing: -.015em;
}

.theme2-process-list p {
    margin: 0;
    color: #a9aaa3;
    font-size: .7rem;
    line-height: 1.55;
}

.theme2-section-heading {
    margin-bottom: clamp(2.2rem, 3.8vw, 3.35rem);
}

.theme2-section-heading h2,
.theme2-guide h2 {
    max-width: 920px;
    margin: 0;
    color: var(--theme2-ink);
    font-size: clamp(2.3rem, 3.9vw, 4.25rem);
    font-weight: 600;
    letter-spacing: -.058em;
    line-height: 1;
}

.theme2-section-description {
    max-width: 520px;
    margin: 1rem 0 0;
    color: var(--theme2-muted);
    font-size: .88rem;
    line-height: 1.65;
}

.theme2-responsibilities {
    padding: clamp(3.75rem, 5.4vw, 5.25rem) 0 clamp(4rem, 5.8vw, 5.75rem);
    background: #fff;
}

.theme2-responsibility-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: clamp(2.25rem, 3.4vw, 3.25rem);
    text-align: center;
}

.theme2-responsibility-heading > p {
    margin-bottom: .7rem;
}

.theme2-heading-accent {
    display: block;
    width: 38px;
    height: 2px;
    margin-bottom: 1.15rem;
    background: #cf702c;
}

.theme2-responsibilities .theme2-section-heading h2 {
    max-width: 880px;
    font-size: clamp(2rem, 3.35vw, 3.45rem);
    line-height: 1.04;
}

.theme2-products {
    padding: clamp(4.5rem, 6.5vw, 6rem) 0;
    background: var(--theme2-paper);
}

.theme2-responsibility-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(.65rem, 1vw, 1rem);
    align-items: stretch;
}

.theme2-responsibility-card {
    display: flex;
    min-width: 0;
    min-height: 448px;
    border: 0;
    border-radius: 7px;
    background: #f6f3ed;
    box-shadow: none;
}

.theme2-responsibility-card-inner {
    display: grid;
    width: 100%;
    grid-template-rows: 84px 4.6rem minmax(0, 1fr) 28px;
    padding: clamp(1.35rem, 2vw, 1.85rem) clamp(1rem, 1.35vw, 1.35rem) 1.15rem;
}

.theme2-responsibility-icon {
    display: flex;
    width: 96px;
    height: 72px;
    align-items: center;
    justify-content: center;
    justify-self: center;
    color: #23241f;
}

.theme2-responsibility-icon svg {
    display: block;
    width: 92px;
    height: 68px;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    vector-effect: non-scaling-stroke;
}

.theme2-responsibility-icon .is-accent {
    stroke: #cf702c;
}

.theme2-responsibility-icon .is-accent-fill {
    fill: #cf702c;
    stroke: #cf702c;
}

.theme2-responsibility-card h3 {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: .15rem 0 0;
    color: var(--theme2-ink);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.28;
    text-align: center;
}

.theme2-responsibility-card p {
    margin: 0;
    color: #55564f;
    font-size: .8rem;
    line-height: 1.68;
    text-align: left;
}

.theme2-responsibility-arrow {
    display: inline-flex;
    min-width: 28px;
    min-height: 28px;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    align-self: end;
    color: var(--theme2-ink);
    font-size: 1.05rem;
    line-height: 1;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
}

.theme2-guide {
    padding: clamp(2.75rem, 4.3vw, 4rem) 0;
    background: #fff;
}

.theme2-guide-panel {
    align-items: stretch;
    border-radius: 4px;
    background: var(--theme2-paper);
    padding: clamp(1.9rem, 2.8vw, 2.5rem);
}

@media (min-width: 992px) {
    .theme2-guide-panel > .col-lg-4 {
        width: 32%;
    }

    .theme2-guide-panel > .col-lg-8 {
        width: 68%;
    }
}

.theme2-guide-intro {
    max-width: 370px;
    padding-right: clamp(1.15rem, 2vw, 1.8rem);
}

.theme2-guide-intro h2 {
    font-size: clamp(2rem, 2.35vw, 2.25rem);
    line-height: 1.03;
}

.theme2-guide-intro > p:not(.theme2-eyebrow) {
    max-width: 315px;
    margin: 1.05rem 0 1.25rem;
    color: var(--theme2-muted);
    font-size: .82rem;
    line-height: 1.6;
}

.theme2-guide-content {
    min-width: 0;
    border-left: 1px solid var(--theme2-line);
    padding-left: clamp(1.5rem, 2.8vw, 2.8rem);
}

.theme2-guide-list {
    border-top: 1px solid var(--theme2-line);
}

.theme2-guide-item {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr) 28px;
    gap: 1rem;
    align-items: center;
    min-height: 86px;
    border-bottom: 1px solid var(--theme2-line);
    padding: .45rem 0;
}

.theme2-guide-item > div {
    min-width: 0;
}

.theme2-guide-image {
    display: block;
    width: 104px;
    height: 74px;
    overflow: hidden;
    border-radius: 3px;
    background: #ddd7cc;
}

.theme2-guide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme2-guide-item h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 .25rem;
    color: var(--theme2-ink);
    font-size: .96rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.theme2-guide-item p {
    overflow: hidden;
    margin: 0;
    color: var(--theme2-muted);
    font-size: .73rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.theme2-product-arrow {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--theme2-line);
    border-radius: 50%;
    color: var(--theme2-ink);
    font-size: 1rem;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.theme2-category-card,
.theme2-category-card > a {
    display: block;
    height: 100%;
}

.theme2-category-card {
    overflow: hidden;
    border: 1px solid var(--theme2-line);
    border-radius: 4px;
    background: #fff;
}

.theme2-category-image {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-bottom: 1px solid var(--theme2-line);
    background: #fff;
}

.theme2-category-image.is-placeholder {
    background: #e5e0d6;
}

.theme2-category-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    filter: none;
    mix-blend-mode: normal;
    transform: none;
    image-rendering: auto;
    will-change: auto;
    backface-visibility: visible;
    transition: none;
}

.theme2-category-copy {
    position: relative;
    display: block;
    min-height: 106px;
    padding: 1rem 3rem 1rem 1rem;
}

.theme2-category-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--theme2-ink);
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.theme2-category-description {
    display: -webkit-box;
    overflow: hidden;
    margin-top: .45rem;
    color: var(--theme2-muted);
    font-size: .7rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.theme2-category-arrow {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--theme2-line);
    border-radius: 50%;
    color: var(--theme2-ink);
    font-size: .8rem;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.theme2-guide-arrow {
    display: grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border: 1px solid var(--theme2-line);
    border-radius: 50%;
    color: var(--theme2-ink);
    font-size: .82rem;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.theme2-guide-arrow:hover,
.theme2-guide-arrow:focus-visible {
    border-color: var(--theme2-ink);
    background: var(--theme2-ink);
    color: #fff;
}

.theme2-empty-copy {
    border-top: 1px solid var(--theme2-line);
    border-bottom: 1px solid var(--theme2-line);
    padding: 1.5rem 0;
    color: var(--theme2-muted);
}

.theme2-section-heading.is-inline {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
}

.theme2-product-card,
.theme2-product-card > a {
    display: block;
    height: 100%;
}

.theme2-product-card > a {
    position: relative;
    padding-bottom: 2.25rem;
}

.theme2-product-image {
    display: grid;
    width: 100%;
    aspect-ratio: 1 / 1.06;
    margin-bottom: 1.15rem;
    place-items: center;
    overflow: hidden;
    border-radius: 2px;
    background: #f1efe9;
}

.theme2-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .35s ease;
}

.theme2-product-category,
.theme2-product-code {
    display: block;
    color: var(--theme2-muted);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.theme2-product-card h3 {
    display: -webkit-box;
    min-height: 2.8em;
    overflow: hidden;
    margin: .48rem 2.8rem .4rem 0;
    color: var(--theme2-ink);
    font-size: .98rem;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.theme2-product-arrow {
    position: absolute;
    right: 0;
    bottom: 1.85rem;
}

.theme2-service-strip {
    border-top: 1px solid var(--theme2-line);
    background: var(--theme2-paper);
}

.theme2-service-item {
    display: flex;
    min-height: 108px;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--theme2-line);
    padding: 1.25rem 1.5rem;
}

.theme2-service-strip .col:first-child .theme2-service-item {
    border-left: 1px solid var(--theme2-line);
}

.theme2-service-item strong {
    color: var(--theme2-ink);
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -.04em;
}

.theme2-service-item span {
    margin-top: .25rem;
    color: var(--theme2-muted);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.home-theme-2 .site-footer,
.home-theme-2 .footer-callout {
    background: #1b1c19;
    color: #f4f0e8;
}

/* Theme 2 emits its footer through the shared partial above the legacy
   footer, which remains in the layout solely for Theme 1. */
.home-theme-2 > .site-footer {
    display: none;
}

.home-theme-2 .footer-callout {
    border-color: var(--theme2-dark-line);
}

.home-theme-2 .footer-callout .container {
    min-height: 82px;
}

.home-theme-2 .footer-callout strong {
    color: #e9e5dc;
    font-size: 1.05rem;
    font-weight: 500;
}

.home-theme-2 .footer-catalog {
    min-height: 42px;
    border: 1px solid #5b5c55;
    background: transparent;
    color: #f5f1e9;
}

.home-theme-2 .footer-catalog:hover,
.home-theme-2 .footer-catalog:focus-visible {
    border-color: #f4f0e8;
    background: #f4f0e8;
    color: var(--theme2-ink);
}

.home-theme-2 .footer-content {
    padding-top: 5.5rem;
    padding-bottom: 4.5rem;
}

.home-theme-2 .footer-logo img {
    filter: brightness(0) invert(1);
    opacity: .96;
}

.home-theme-2 .footer-content p {
    max-width: 430px;
    margin: 0 0 2rem;
    color: #b9bbb4;
    font-size: .86rem;
    line-height: 1.75;
}

.home-theme-2 .iso-icons {
    opacity: .72;
}

.home-theme-2 .footer-content h2 {
    margin-bottom: .55rem;
    border-color: var(--theme2-dark-line);
    color: #f3efe7;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .13em;
}

.home-theme-2 .footer-menu {
    --bs-gutter-y: 0;
}

.home-theme-2 .footer-menu a,
.home-theme-2 .footer-menu span {
    display: flex;
    min-height: 48px;
    align-items: center;
    border-bottom: 1px solid #343630;
    color: #c3c5be;
    font-size: .79rem;
}

.home-theme-2 .footer-menu a:hover,
.home-theme-2 .footer-menu a:focus-visible {
    color: #fff;
}

.home-theme-2 .footer-bottom {
    margin-right: auto;
    margin-left: auto;
    border-color: var(--theme2-dark-line);
    color: #92958d;
}

.home-theme-2 .footer-bottom a {
    color: #b9bbb4;
}

.home-theme-2 .footer-content > .row {
    --bs-gutter-x: 0;
    margin-right: 0;
    margin-left: 0;
}

@media (hover: hover) {
    .theme2-process-list li:hover .theme2-process-icon {
        transform: translateY(-3px);
        color: #d1b88f;
    }

    .theme2-category-card:hover .theme2-category-image img {
        opacity: 1;
        filter: none;
        mix-blend-mode: normal;
        transform: none;
        image-rendering: auto;
        will-change: auto;
        backface-visibility: visible;
    }

    a.theme2-responsibility-arrow:hover,
    a.theme2-responsibility-arrow:focus-visible {
        color: #cf702c;
        transform: translateX(2px);
    }

    .theme2-category-card:hover .theme2-category-arrow {
        border-color: var(--theme2-ink);
        background: var(--theme2-ink);
        color: #fff;
    }
}

@media (max-width: 1199.98px) {
    .theme2-hero-media {
        min-height: 525px;
    }

    .theme2-process-layout {
        padding: 2.35rem;
    }

    .theme2-process-list {
        --process-gap: 2.25rem;
        --process-row-gap: 2.5rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: var(--process-row-gap) var(--process-gap);
    }

    .theme2-process-list li {
        min-height: 170px;
    }

    .theme2-process-list li:nth-child(1) { grid-column: 1; grid-row: 1; }
    .theme2-process-list li:nth-child(2) { grid-column: 2; grid-row: 1; }
    .theme2-process-list li:nth-child(3) { grid-column: 3; grid-row: 1; }
    .theme2-process-list li:nth-child(4) { grid-column: 1; grid-row: 2; }
    .theme2-process-list li:nth-child(5) { grid-column: 2; grid-row: 2; }
    .theme2-process-list li:nth-child(6) { grid-column: 3; grid-row: 2; }

    .theme2-process-list li:nth-child(3) .theme2-process-arrow {
        top: auto;
        right: 50%;
        bottom: calc(var(--process-row-gap) / -2);
        transform: translate(50%, 50%) rotate(90deg);
    }

    .theme2-process-list p {
        max-width: 250px;
        font-size: .7rem;
    }

    .theme2-responsibility-grid {
        gap: .6rem;
    }

    .theme2-responsibility-card {
        min-height: 476px;
    }

    .theme2-responsibility-card-inner {
        grid-template-rows: 76px 4.9rem minmax(0, 1fr) 28px;
        padding: 1.2rem .82rem 1rem;
    }

    .theme2-responsibility-icon,
    .theme2-responsibility-icon svg {
        width: 78px;
        height: 62px;
    }

    .theme2-responsibility-card h3 {
        font-size: .9rem;
    }

    .theme2-responsibility-card p {
        font-size: .75rem;
        line-height: 1.62;
    }

}

@media (max-width: 991.98px) {
    .home-theme-2 {
        --theme2-header-height: 72px;
    }

    .home-theme-2 .site-navbar {
        min-height: 72px;
    }

    .home-theme-2 .navbar-brand img {
        height: 42px;
    }

    .theme2-hero {
        min-height: 0;
        padding: 4.8rem 0 4rem;
    }

    .theme2-hero-copy {
        max-width: 730px;
    }

    .theme2-hero h1 {
        max-width: 790px;
        font-size: clamp(3.3rem, 8vw, 5rem);
    }

    .theme2-hero-media {
        min-height: 500px;
        margin-top: 1.15rem;
    }

    .theme2-process-intro h2 {
        font-size: clamp(2.35rem, 5.6vw, 3rem);
    }

    .theme2-responsibility-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    .theme2-responsibility-card {
        min-height: 370px;
    }

    .theme2-responsibility-card:last-child {
        width: calc((100% - 1rem) / 2);
        grid-column: 1 / -1;
        justify-self: center;
    }

    .theme2-responsibility-card-inner {
        grid-template-rows: 78px 3.9rem minmax(0, 1fr) 28px;
        padding: 1.4rem 1.45rem 1.05rem;
    }

    .theme2-responsibility-icon,
    .theme2-responsibility-icon svg {
        width: 88px;
        height: 66px;
    }

    .theme2-responsibility-card h3 {
        font-size: 1rem;
    }

    .theme2-responsibility-card p {
        font-size: .8rem;
    }

    .theme2-guide-intro {
        max-width: 580px;
        margin-bottom: 1.8rem;
        padding-right: 0;
    }

    .theme2-guide-panel {
        padding: 2rem;
    }

    .theme2-guide-content {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767.98px) {
    .theme2-how-we-make {
        padding: 1.5rem 0 3rem;
    }

    .theme2-how-we-make.is-empty {
        padding: 0;
    }

    .theme2-how-we-make-desktop {
        display: none;
    }

        .theme2-how-we-make-mobile-slider {
            display: grid;
            width: 100%;
            max-width: 460px;
            min-width: 0;
            margin: 0 auto;
        }
        .theme2-how-we-make-mobile-viewport { width: 100%; overflow: hidden; touch-action: pan-y; }

        .theme2-how-we-make-mobile-slider[data-count="0"] { display: none; }
        .theme2-how-we-make-mobile-track { transition: transform .45s ease; will-change: transform; }
        .theme2-how-we-make-mobile-slide { width: 100%; flex-basis: 100%; }

    .theme2-how-we-make-mobile {
        min-width: 0;
        aspect-ratio: 460 / 400;
    }

    .home-theme-2 .theme2-container {
        width: calc(100% - 32px);
    }

    /* Keep the existing footer-bottom overflow correction intact. */
    .home-theme-2 .site-footer .footer-bottom.theme2-container {
        width: auto;
        max-width: none;
        margin-right: 1.25rem;
        margin-left: 1.25rem;
    }

    .theme2-preview-notice {
        align-items: flex-start;
        flex-direction: column;
        gap: .3rem;
    }

    .theme2-banner {
        padding: 0;
    }

    .theme2-banner .slider-viewport {
        width: 100%;
        height: auto;
        min-height: 0;
        aspect-ratio: 800 / 650;
        border-radius: 0;
    }

    .theme2-banner .slider-control {
        width: 38px;
        height: 38px;
    }

    .theme2-banner .slider-previous {
        left: .75rem;
    }

    .theme2-banner .slider-next {
        right: .75rem;
    }

    .theme2-banner .slider-dots {
        bottom: .8rem;
    }

    .theme2-hero {
        padding: 3.5rem 0 2.6rem;
    }

    .theme2-hero h1 {
        font-size: clamp(2.7rem, 12.2vw, 4.15rem);
        line-height: .98;
    }

    .theme2-hero-description {
        margin: 1.35rem 0 1.5rem;
        font-size: .91rem;
    }

    .theme2-hero .theme2-arrow-link {
        min-height: 44px;
    }

    .theme2-hero-media,
    .theme2-hero-media.has-collage {
        display: block;
        min-height: 0;
        aspect-ratio: 4 / 3;
        margin-top: .9rem;
    }

    .theme2-hero-image {
        display: none;
    }

    .theme2-hero-image:first-child {
        display: block;
    }

    .theme2-process {
        padding: 1.5rem 0 3.5rem;
    }

    .theme2-process-layout {
        display: block;
        border-radius: 4px;
        padding: 2rem 1.15rem;
    }

    .theme2-process-intro {
        display: block;
        max-width: none;
        margin-bottom: 1.65rem;
        padding: 0 0 1.45rem;
    }

    .theme2-process-intro h2 {
        font-size: clamp(2.15rem, 9.5vw, 2.65rem);
    }

    .theme2-process-summary {
        margin: .75rem 0 0;
        font-size: .82rem;
    }

    .theme2-process-link {
        margin-top: 1.15rem;
    }

    .theme2-process-journey {
        padding: 0;
    }

    .theme2-process-list {
        --process-gap: 1.35rem;
        --process-row-gap: 2.25rem;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--process-row-gap) var(--process-gap);
        overflow: visible;
        padding: 0;
    }

    .theme2-process-list li {
        min-height: 175px;
        border-top: 0;
        padding: 0;
    }

    .theme2-process-list li:nth-child(1) { grid-column: 1; grid-row: 1; }
    .theme2-process-list li:nth-child(2) { grid-column: 2; grid-row: 1; }
    .theme2-process-list li:nth-child(3) { grid-column: 1; grid-row: 2; }
    .theme2-process-list li:nth-child(4) { grid-column: 2; grid-row: 2; }
    .theme2-process-list li:nth-child(5) { grid-column: 1; grid-row: 3; }
    .theme2-process-list li:nth-child(6) { grid-column: 2; grid-row: 3; }

    .theme2-process-icon {
        width: 42px;
        margin-bottom: 1rem;
    }

    .theme2-process-arrow {
        top: 2.85rem;
        right: calc(var(--process-gap) / -2);
        bottom: auto;
        left: auto;
        transform: translateX(50%);
    }

    .theme2-process-list li:nth-child(2) .theme2-process-arrow,
    .theme2-process-list li:nth-child(4) .theme2-process-arrow {
        top: auto;
        right: 50%;
        bottom: calc(var(--process-row-gap) / -2);
        left: auto;
        transform: translate(50%, 50%) rotate(90deg);
    }

    .theme2-process-list li:nth-child(3) .theme2-process-arrow {
        top: 2.85rem;
        right: calc(var(--process-gap) / -2);
        bottom: auto;
        left: auto;
        transform: translateX(50%);
    }

    .theme2-process-list h3 {
        font-size: .98rem;
    }

    .theme2-process-list p {
        max-width: none;
        font-size: .7rem;
    }

    .theme2-responsibilities,
    .theme2-products {
        padding: 4.6rem 0;
    }

    .theme2-section-heading h2 {
        font-size: clamp(2.35rem, 10vw, 3.25rem);
    }

    .theme2-guide {
        padding: 2.5rem 0;
    }

    .theme2-guide-panel {
        padding: 1.35rem;
    }

    .theme2-guide-intro {
        margin-bottom: 1.45rem;
    }

    .theme2-guide-intro h2 {
        max-width: 360px;
        font-size: clamp(1.9rem, 8.3vw, 2.125rem);
    }

    .theme2-guide-intro > p:not(.theme2-eyebrow) {
        max-width: 390px;
        margin: .9rem 0 1rem;
        font-size: .78rem;
    }

    .theme2-responsibilities {
        padding: 3.5rem 0 4rem;
    }

    .theme2-responsibility-heading {
        margin-bottom: 2rem;
    }

    .theme2-responsibilities .theme2-section-heading h2 {
        max-width: 420px;
        font-size: clamp(2rem, 9vw, 2.75rem);
    }

    .theme2-responsibility-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: .85rem;
    }

    .theme2-responsibility-card,
    .theme2-responsibility-card:last-child {
        width: 100%;
        min-height: 330px;
        grid-column: auto;
    }

    .theme2-responsibility-card-inner {
        grid-template-rows: 72px auto minmax(0, 1fr) 28px;
        row-gap: .7rem;
        padding: 1.35rem 1.35rem 1rem;
    }

    .theme2-responsibility-card h3 {
        margin: 0;
        font-size: 1.02rem;
    }

    .theme2-responsibility-card p {
        max-width: 430px;
        justify-self: center;
        font-size: .82rem;
        line-height: 1.65;
    }

    .theme2-category-grid {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin-right: -1.25rem;
        padding-right: max(4.5rem, 18vw);
        padding-bottom: .7rem;
        scroll-padding-left: 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .theme2-category-grid::-webkit-scrollbar {
        display: none;
    }

    .theme2-category-grid > .col {
        width: auto;
        flex: 0 0 min(82vw, 330px);
        scroll-snap-align: start;
    }

    .theme2-guide-item {
        grid-template-columns: 76px minmax(0, 1fr) 26px;
        gap: .75rem;
        min-height: 74px;
        padding: .42rem 0;
    }

    .theme2-guide-image {
        width: 76px;
        height: 58px;
    }

    .theme2-guide-item h3 {
        margin-bottom: .2rem;
        font-size: .86rem;
    }

    .theme2-guide-item p {
        font-size: .69rem;
    }

    .theme2-guide-arrow {
        width: 26px;
        height: 26px;
        font-size: .75rem;
    }

    .theme2-service-item {
        min-height: 94px;
        border-bottom: 1px solid var(--theme2-line);
        padding: 1rem;
    }

    .theme2-service-strip .col:nth-child(odd) .theme2-service-item {
        border-left: 1px solid var(--theme2-line);
    }

    .home-theme-2 .footer-callout .container {
        min-height: 72px;
    }

    .home-theme-2 .footer-content {
        padding-top: 4.25rem;
        padding-bottom: 3.25rem;
    }

    .home-theme-2 .footer-content > .row {
        --bs-gutter-y: 3rem;
    }
}

@media (max-width: 575.98px) {
    .theme2-section-heading.is-inline {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.3rem;
    }

    .theme2-section-heading.is-inline .theme2-arrow-link {
        align-self: flex-start;
    }

    .theme2-product-card h3 {
        min-height: auto;
    }

    .home-theme-2 .footer-menu a,
    .home-theme-2 .footer-menu span {
        min-height: 44px;
        font-size: .75rem;
    }

    .home-theme-2 .footer-logo img {
        height: 56px;
    }
}

@media (max-width: 399.98px) {
    .theme2-guide-item {
        grid-template-columns: 72px minmax(0, 1fr) 24px;
        gap: .65rem;
    }

    .theme2-guide-image {
        width: 72px;
        height: 56px;
    }

    .theme2-guide-arrow {
        width: 24px;
        height: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-theme-2 * {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
