﻿:root {
    --brand: #c98d52;
    --brand-dark: #c98d52;
    --brand-soft: #f3eee6;
    --ink: #656160;
    --muted: #656160;
    --line: #ded7cf;
    --paper: #fafaf8;
    --white: #fff;
    --shadow: 0 12px 28px rgba(101, 97, 96, .10);
}

* {
    letter-spacing: 0;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: "Noto Sans TC", "Microsoft JhengHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--paper);
    line-height: 1.8;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.site-header {
    background: var(--white);
    border-bottom: 1px solid rgba(101, 97, 96, .12);
    box-shadow: 0 2px 8px rgba(101, 97, 96, .06);
}

.navbar {
    min-height: 96px;
    padding: 14px 0;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-right: 34px;
}

.navbar-brand img {
    width: 94px;
    height: 66px;
    object-fit: contain;
    object-position: left center;
}

.brand-wordmark {
    display: grid;
    line-height: 1.18;
}

.brand-wordmark strong {
    color: #686463;
    font-size: clamp(1.24rem, 1.65vw, 1.68rem);
    font-weight: 800;
    white-space: nowrap;
}

.brand-wordmark small {
    color: #686463;
    font-size: .98rem;
    font-weight: 500;
    white-space: nowrap;
}

.navbar-nav {
    gap: 18px;
}

.nav-link {
    min-width: auto;
    padding: 10px 14px !important;
    border-radius: 4px;
    color: #686463;
    font-size: .98rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link:focus {
    color: #c98d52 !important;
    background: transparent;
}

.nav-link.active {
    color: var(--white) !important;
    background: #c98d52;
    box-shadow: 0 2px 8px rgba(201, 141, 82, .26);
}

.navbar-toggler {
    border-color: rgba(201, 141, 82, .32);
}

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(250, 250, 248, .98) 0%, rgba(250, 250, 248, .86) 46%, rgba(250, 250, 248, .25) 100%);
}

.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
    min-height: 460px;
}

.hero .carousel-inner {
    position: relative;
}

.hero .carousel-item {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity .85s ease-in-out;
}

.hero .carousel-item.active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.hero .carousel-fade .carousel-item,
.hero .carousel-fade .active.carousel-item-start,
.hero .carousel-fade .active.carousel-item-end {
    transform: none;
}

.hero .carousel-fade .carousel-item-next.carousel-item-start,
.hero .carousel-fade .carousel-item-prev.carousel-item-end {
    opacity: 1;
}

.min-vh-lg-hero {
    min-height: 460px;
}

.hero__copy {
    position: relative;
    z-index: 2;
    padding: 52px 0 70px;
}

.hero__copy h1 {
    min-height: 2.7em;
    margin: 0 0 22px;
    color: var(--brand-dark);
    font-size: clamp(2rem, 3.35vw, 3rem);
    font-weight: 800;
    line-height: 1.35;
}

.hero__copy p {
    max-width: 620px;
    margin: 0 0 26px;
    color: #656160;
    font-size: 1.08rem;
    font-weight: 500;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.btn {
    min-width: 136px;
    border-radius: 2px;
    padding: 11px 28px;
    font-weight: 700;
}

.btn-primary {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand-dark);
    --bs-btn-hover-border-color: var(--brand-dark);
}

.btn-outline-primary {
    --bs-btn-color: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand);
    --bs-btn-hover-border-color: var(--brand);
}

.hero__visual {
    position: absolute;
    inset: 0 0 0 auto;
    width: 62%;
    z-index: 1;
}

.hero__visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, var(--paper) 0%, rgba(250, 250, 248, .72) 18%, rgba(250, 250, 248, 0) 46%);
    z-index: 2;
}

.hero__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-carousel-indicators {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 20px;
    z-index: 3;
    display: flex;
    gap: 13px;
    width: auto;
    margin: 0;
    transform: translateX(-50%);
}

.hero-carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #d8d1c8;
    opacity: 1;
}

.hero-carousel-indicators .active {
    background: var(--brand);
}

.page-hero {
    overflow: hidden;
    background: linear-gradient(90deg, rgba(250, 250, 248, .98) 0%, rgba(250, 250, 248, .9) 46%, rgba(250, 250, 248, .35) 100%);
}

.page-hero--light .container {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 42%) 1fr;
    align-items: center;
    min-height: 360px;
}

.page-hero__copy {
    position: relative;
    z-index: 2;
    padding: 58px 0;
}

.page-hero__copy span {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--brand);
    font-size: .95rem;
    font-weight: 500;
}

.page-hero__copy h1 {
    margin: 0 0 16px;
    color: var(--brand-dark);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
}

.page-hero__copy p {
    max-width: 420px;
    margin: 0;
    color: #656160;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.9;
}

.page-hero__image {
    position: absolute;
    inset: 0 0 0 auto;
    width: 66%;
}

.page-hero__image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(90deg, var(--paper) 0%, rgba(250, 250, 248, .8) 20%, rgba(250, 250, 248, .18) 58%, rgba(250, 250, 248, 0) 100%);
}

.page-hero__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-page {
    padding: 76px 0 82px;
    background: #fafaf8;
}

.about-page__inner {
    display: grid;
    gap: 76px;
}

.about-block {
    margin-right: 0;
    margin-left: 0;
}

.about-block__heading span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: .82rem;
    font-weight: 500;
}

.about-block__heading h2 {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.45;
}

.about-block__body {
    color: #656160;
}

.about-block__body p {
    max-width: none;
    margin: 0;
    font-size: 1.03rem;
    font-weight: 500;
    line-height: 2.05;
}

.about-block__body p + p {
    margin-top: 22px;
}

.about-service-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 34px;
    max-width: none;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(201, 141, 82, .18);
}

.about-service-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 58px;
    border-bottom: 1px solid rgba(201, 141, 82, .18);
    color: #656160;
    font-size: 1rem;
    font-weight: 500;
}

.about-service-list span {
    color: rgba(201, 141, 82, .56);
    font-size: .82rem;
    font-weight: 600;
}

.about-spirit-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-spirit-list li {
    position: relative;
    padding-left: 18px;
    color: var(--muted);
    font-size: 1.12rem;
    font-weight: 600;
}

.about-spirit-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .86em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand);
}

.products-page {
    padding: 72px 0 84px;
    background: #fafaf8;
}

.products-intro {
    margin-bottom: 34px;
}

.products-intro span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: .86rem;
    font-weight: 500;
}

.products-intro h2 {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.7rem, 3vw, 2.35rem);
    font-weight: 700;
    line-height: 1.45;
}

.products-intro p {
    max-width: 820px;
    margin: 0;
    color: #656160;
    font-size: 1.04rem;
    font-weight: 500;
    line-height: 1.9;
}

.products-grid {
    align-items: stretch;
}

.product-entry {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid rgba(201, 141, 82, .10);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 10px 24px rgba(101, 97, 96, .08);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-entry:hover,
.product-entry:focus {
    border-color: rgba(201, 141, 82, .24);
    box-shadow: 0 16px 32px rgba(101, 97, 96, .12);
    transform: translateY(-4px);
}

.product-entry__image {
    position: relative;
    display: block;
    aspect-ratio: 1.42;
    overflow: hidden;
}

.product-entry__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, .9) 100%);
}

.product-entry__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-entry:hover .product-entry__image img,
.product-entry:focus .product-entry__image img {
    transform: scale(1.04);
}

.product-entry__body {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 48px 26px 26px;
}

.product-entry__icon {
    position: absolute;
    top: -34px;
    left: 24px;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--white);
    color: #2f6f3e;
    box-shadow: var(--shadow);
}

.product-entry__icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(34%) sepia(23%) saturate(1160%) hue-rotate(84deg) brightness(91%) contrast(89%);
}

.product-entry strong {
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 1.36rem;
    font-weight: 700;
    line-height: 1.45;
}

.product-entry__text {
    display: block;
    margin-bottom: 24px;
    color: #656160;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.85;
}

.product-entry__more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--brand);
    font-weight: 700;
}

.product-entry__accordion {
    margin-top: auto;
    border-top: 1px solid rgba(201, 141, 82, .14);
    padding-top: 14px;
}

.product-subgroup {
    border-bottom: 1px solid rgba(201, 141, 82, .12);
}

.product-subgroup summary,
.product-subgroup--link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0;
    color: var(--brand);
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}

.product-subgroup summary::-webkit-details-marker {
    display: none;
}

.product-subgroup summary::after {
    content: "+";
    font-size: 1.2rem;
    line-height: 1;
}

.product-subgroup[open] summary::after {
    content: "-";
}

.product-subgroup ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 0 12px 18px;
    list-style: none;
}

.product-subgroup a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: .95rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-subgroup a::before {
    content: ">";
    color: var(--brand);
    text-decoration: none;
}

.product-subgroup a:hover,
.product-subgroup a:focus {
    color: var(--brand);
}

.product-subgroup--link {
    color: var(--muted);
    text-decoration: none;
}

.product-subgroup--link::after {
    content: ">";
    color: var(--brand);
}

.product-detail-page {
    padding: 64px 0 82px;
    background: #fafaf8;
}

.product-side-nav {
    position: sticky;
    top: 112px;
    display: grid;
    gap: 10px;
    padding: 24px;
    border: 1px solid rgba(201, 141, 82, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
}

.product-tree__series,
.product-tree__group {
    border-bottom: 1px solid rgba(201, 141, 82, .12);
}

.product-tree__series summary,
.product-tree__group summary,
.product-tree__leaf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
    list-style: none;
}

.product-tree__series summary::-webkit-details-marker,
.product-tree__group summary::-webkit-details-marker {
    display: none;
}

.product-tree__series > summary {
    padding: 13px 0;
    color: var(--muted);
    font-size: 1.1rem;
    font-weight: 700;
}

.product-tree__series > summary::after,
.product-tree__group > summary::after {
    content: "+";
    color: var(--brand);
}

.product-tree__series[open] > summary::after,
.product-tree__group[open] > summary::after {
    content: "-";
}

.product-tree__groups {
    display: grid;
    gap: 2px;
    padding: 0 0 12px 14px;
}

.product-tree__group > summary,
.product-tree__leaf {
    padding: 9px 0;
    color: #656160;
    font-size: .98rem;
    font-weight: 600;
}

.product-tree__group ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 2px 0 12px 18px;
    list-style: none;
}

.product-tree__group a {
    color: var(--muted);
    font-size: .95rem;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-tree__group a.active,
.product-tree__group a:hover,
.product-tree__group a:focus {
    color: var(--brand);
}

.product-detail {
    padding: 32px;
    border: 1px solid rgba(201, 141, 82, .10);
    border-radius: 8px;
    background: rgba(255, 255, 255, .84);
}

.product-detail__header {
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(201, 141, 82, .16);
}

.product-detail__header span {
    display: block;
    margin-bottom: 6px;
    color: var(--muted);
    font-size: .86rem;
    font-weight: 500;
}

.product-detail__header h2 {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 700;
}

.product-model-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 14px;
    margin-bottom: 28px;
}

.product-model-links a {
    color: var(--muted);
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.product-model-links a:hover,
.product-model-links a:focus {
    color: var(--brand);
}

.product-detail__gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 34px;
}

.product-detail__gallery img {
    width: 100%;
    aspect-ratio: 1.35;
    border-radius: 6px;
    object-fit: cover;
}

.product-specs h3 {
    margin: 0 0 16px;
    color: var(--muted);
    font-size: 1.35rem;
    font-weight: 700;
}

.product-specs dl {
    margin: 0;
    border-top: 1px solid rgba(201, 141, 82, .18);
}

.product-specs dl > div {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 22px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(201, 141, 82, .18);
}

.product-specs dt {
    color: var(--muted);
    font-weight: 700;
}

.product-specs dd {
    margin: 0;
    color: #656160;
    font-weight: 500;
    line-height: 1.75;
}

.cases-page {
    padding: 64px 0 82px;
    background: #fafaf8;
}

.cases-intro {
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(201, 141, 82, .16);
}

.cases-intro span,
.case-category-card span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: .9rem;
    font-weight: 500;
}

.cases-intro h2 {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
}

.cases-intro p {
    max-width: 760px;
    margin: 0;
    color: #656160;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.85;
}

.cases-list {
    display: grid;
    gap: 10px;
}

.case-category-block {
    padding: 34px 0;
}

.case-category-block + .case-category-block {
    border-top: 1px solid rgba(201, 141, 82, .16);
}

.case-category-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.case-category-card h3 {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.45rem, 2.5vw, 1.9rem);
    font-weight: 700;
}

.case-category-card__image {
    overflow: hidden;
    margin-bottom: 16px;
    border-radius: 8px;
    background: #eee7dd;
}

.case-category-card__image img {
    width: 100%;
    aspect-ratio: 1.45;
    object-fit: cover;
    transition: transform .3s ease;
}

.case-category-card em {
    color: var(--brand);
    font-style: normal;
    font-weight: 600;
}

.case-category-card:hover img,
.case-category-card:focus img {
    transform: scale(1.03);
}

.case-year-list {
    border-top: 1px solid rgba(201, 141, 82, .16);
}

.case-year-group {
    display: grid;
    grid-template-columns: 22% minmax(0, 1fr);
    gap: 6%;
    padding: 22px 0;
    border-bottom: 1px solid rgba(201, 141, 82, .16);
}

.case-year {
    color: var(--muted);
    font-size: clamp(1.18rem, 1.8vw, 1.45rem);
    font-weight: 600;
    line-height: 1.45;
}

.case-items {
    display: grid;
    gap: 14px;
    align-content: start;
}

.case-items a {
    color: #656160;
    font-size: 1.08rem;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
}

.case-items a:hover,
.case-items a:focus {
    color: var(--brand);
}

.case-detail-cover {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 8px;
}

.case-detail-cover img {
    width: 100%;
    aspect-ratio: 1.95;
    object-fit: cover;
}

.case-detail-content h3 {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 1.35rem;
    font-weight: 700;
}

.case-detail-content p {
    margin: 0 0 24px;
    color: #656160;
    font-weight: 500;
    line-height: 1.9;
}

.case-detail-content dl {
    margin: 0;
    border-top: 1px solid rgba(201, 141, 82, .18);
}

.case-detail-content dl > div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 24px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(201, 141, 82, .18);
}

.case-detail-content dt {
    color: var(--muted);
    font-weight: 700;
}

.case-detail-content dd {
    margin: 0;
    color: #656160;
    font-weight: 500;
    line-height: 1.75;
}

.case-gallery__item {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}

.case-gallery__item img {
    width: 100%;
    aspect-ratio: 1.35;
    object-fit: cover;
    transition: opacity .2s ease, transform .2s ease;
}

.case-gallery__item:hover img,
.case-gallery__item:focus img {
    opacity: .86;
    transform: translateY(-2px);
}

.case-gallery-modal .modal-content {
    border: 0;
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
}

.case-gallery-modal .btn-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .86);
}

.case-gallery-modal .modal-body {
    padding: 22px;
}

.case-gallery-modal img {
    display: block;
    width: 100%;
    max-height: 78vh;
    object-fit: contain;
}

.partners-page {
    padding: 64px 0 82px;
    background: #fafaf8;
}

.partners-intro {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(201, 141, 82, .16);
}

.partners-list {
    display: grid;
    gap: 54px;
    margin-top: 34px;
}

.partner-block {
    margin: 0;
}

.partner-service-list {
    margin-top: 0;
}

.contact-page {
    padding: 64px 0 82px;
    background: #fafaf8;
}

.contact-layout {
    display: grid;
    gap: 54px;
}

.contact-section + .contact-section {
    padding-top: 54px;
    border-top: 1px solid rgba(201, 141, 82, .16);
}

.contact-info,
.contact-form-panel {
    height: 100%;
    padding: 0;
}

.contact-form-panel {
    max-width: none;
}

.contact-info > span,
.contact-form-panel > span {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-size: .9rem;
    font-weight: 500;
}

.contact-info h2,
.contact-form-panel h2 {
    margin: 0 0 28px;
    color: var(--muted);
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    font-weight: 700;
}

.contact-info__company {
    margin-bottom: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(201, 141, 82, .16);
}

.contact-info__company p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 1.08rem;
    font-weight: 600;
}

.contact-info__block {
    padding: 22px 0;
    border-bottom: 1px solid rgba(201, 141, 82, .16);
}

.contact-info__block:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-info__block h3 {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 1.18rem;
    font-weight: 700;
}

.contact-info__block ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info__block li {
    color: #656160;
    font-weight: 500;
    line-height: 1.75;
}

.contact-info__block a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contact-form label {
    display: block;
    margin-bottom: 8px;
    color: var(--muted);
    font-weight: 600;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(201, 141, 82, .24);
    border-radius: 0;
    background: transparent;
    color: #656160;
    font: inherit;
}

.contact-form input,
.contact-form select {
    height: 46px;
    padding: 0;
}

.contact-form textarea {
    resize: vertical;
    min-height: 150px;
    padding: 10px 0;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: rgba(201, 141, 82, .65);
    box-shadow: none;
    outline: 0;
}

.contact-form .btn {
    min-width: 150px;
    margin-top: 8px;
}

.career-master-list {
    border-top: 1px solid rgba(201, 141, 82, .18);
}

.career-master {
    padding: 24px 0;
    border-bottom: 1px solid rgba(201, 141, 82, .18);
}

.career-master h3 {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 700;
}

.career-master h3 span {
    color: var(--muted);
    font-size: .95rem;
    font-weight: 500;
}

.career-master p {
    margin: 0;
}

.section-block {
    padding: 34px 0 48px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin-bottom: 24px;
}

.section-title span {
    width: min(90px, 18vw);
    height: 1px;
    background: #c98d52;
}

.section-title h2 {
    margin: 0;
    color: var(--muted);
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 700;
}

.service-card,
.product-card {
    height: 100%;
    border: 1px solid rgba(201, 141, 82, .10);
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0 6px 18px rgba(101, 97, 96, .08);
}

.service-card {
    padding: 30px 26px 26px;
    text-align: center;
}

.service-card h3,
.product-card h3 {
    color: var(--muted);
    font-size: 1.33rem;
    font-weight: 800;
}

.service-card p,
.product-card p {
    margin-bottom: 0;
    color: #656160;
    font-weight: 500;
}

.line-icon,
.product-icon,
.contact-band__icon {
    position: relative;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    width: 54px;
    height: 54px;
    color: var(--brand);
}

.service-card .line-icon,
#products .product-icon {
    color: #2f6f3e;
}

.line-icon img,
.product-icon img,
.contact-band__icon img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.service-card .line-icon img,
#products .product-icon img {
    filter: brightness(0) saturate(100%) invert(34%) sepia(23%) saturate(1160%) hue-rotate(84deg) brightness(91%) contrast(89%);
}

.line-icon img[src$="icon-planning.svg"] {
    max-width: 48px;
    max-height: 48px;
}

.line-icon img[src$="icon-quality.svg"] {
    max-width: 49px;
    max-height: 49px;
}

.line-icon::before,
.line-icon::after,
.product-icon::before,
.product-icon::after,
.contact-band__icon::before,
.contact-band__icon::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: none;
}

.line-icon--plan::before {
    inset: 4px 8px;
    border: 3px solid currentColor;
    border-radius: 3px;
}

.line-icon--plan::after {
    width: 24px;
    height: 18px;
    left: 16px;
    top: 18px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-35deg);
}

.line-icon--helmet::before {
    width: 48px;
    height: 27px;
    left: 3px;
    top: 14px;
    border: 3px solid currentColor;
    border-bottom: 0;
    border-radius: 32px 32px 0 0;
}

.line-icon--helmet::after {
    left: 0;
    right: 0;
    bottom: 9px;
    height: 3px;
    background: currentColor;
}

.line-icon--shield::before {
    width: 43px;
    height: 48px;
    left: 6px;
    top: 2px;
    border: 3px solid currentColor;
    border-radius: 5px 5px 22px 22px;
    transform: skewY(-7deg);
}

.line-icon--shield::after {
    width: 18px;
    height: 18px;
    left: 19px;
    top: 18px;
    background: currentColor;
}

.line-icon--clock::before {
    inset: 4px;
    border: 3px solid currentColor;
    border-radius: 50%;
}

.line-icon--clock::after {
    width: 15px;
    height: 20px;
    left: 26px;
    top: 15px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
}

.product-card {
    overflow: hidden;
}

.product-card__image {
    aspect-ratio: 1.42;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.04);
}

.product-card__body {
    position: relative;
    padding: 48px 24px 24px;
}

.product-icon {
    position: absolute;
    top: -34px;
    left: 22px;
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: var(--white);
    box-shadow: var(--shadow);
}

.product-icon img {
    width: 34px;
    height: 34px;
}

.product-icon--sound::before {
    width: 28px;
    height: 28px;
    left: 20px;
    top: 20px;
    border-left: 4px solid currentColor;
    border-right: 4px solid currentColor;
}

.product-icon--sound::after {
    width: 42px;
    height: 32px;
    left: 13px;
    top: 18px;
    background: repeating-linear-gradient(90deg, currentColor 0 3px, transparent 3px 8px);
    clip-path: polygon(0 35%, 100% 0, 100% 100%, 0 65%);
}

.product-icon--ceiling::before {
    inset: 19px 16px;
    border-top: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
    transform: skewX(-18deg);
}

.product-icon--ceiling::after {
    width: 38px;
    height: 24px;
    left: 15px;
    top: 23px;
    border-left: 4px solid currentColor;
    border-right: 4px solid currentColor;
}

.product-icon--layers::before,
.product-icon--layers::after {
    width: 34px;
    height: 22px;
    left: 17px;
    border: 3px solid currentColor;
    transform: rotate(45deg) skew(-12deg, -12deg);
}

.product-icon--layers::before {
    top: 16px;
}

.product-icon--layers::after {
    top: 28px;
}

.product-icon--panel::before {
    inset: 18px 15px;
    border: 3px solid currentColor;
}

.product-icon--panel::after {
    top: 22px;
    bottom: 22px;
    left: 30px;
    width: 14px;
    border-left: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.product-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: var(--brand);
    font-weight: 800;
}

.case-card {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    min-height: 294px;
    overflow: hidden;
    border-radius: 8px;
    background: #c98d52;
    color: var(--white);
}

.case-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(201, 141, 82, .96) 0%, rgba(201, 141, 82, .82) 37%, rgba(201, 141, 82, .12) 72%);
}

.case-card__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.case-card__content {
    position: relative;
    z-index: 2;
    width: min(62%, 330px);
    padding: 36px 40px;
}

.case-card h3 {
    margin-bottom: 16px;
    font-size: 1.55rem;
    font-weight: 800;
}

.case-card ul {
    margin: 0 0 22px;
    padding-left: 1.1rem;
    color: rgba(255, 255, 255, .92);
    font-weight: 500;
}

.contact-band {
    overflow: hidden;
    background: linear-gradient(135deg, #fff3dd 0%, #fdf7ed 100%);
    color: #686463;
}

.contact-band__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 26px;
    align-items: center;
    min-height: 132px;
    padding: 28px 0;
}

.contact-band__icon {
    width: 88px;
    height: 88px;
    margin: 0;
    border: 2px solid rgba(104, 100, 99, .28);
    border-radius: 50%;
    color: #686463;
}

.contact-band__icon img {
    width: 52px;
    height: 52px;
    filter: brightness(0) saturate(100%) invert(39%) sepia(5%) saturate(307%) hue-rotate(329deg) brightness(95%) contrast(86%);
}

.contact-band__icon::before {
    width: 46px;
    height: 42px;
    left: 21px;
    top: 20px;
    border: 4px solid currentColor;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
}

.contact-band__icon::after {
    width: 14px;
    height: 14px;
    right: 20px;
    bottom: 22px;
    border-right: 4px solid currentColor;
    border-bottom: 4px solid currentColor;
}

.contact-band h2 {
    margin: 0 0 4px;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
}

.contact-band p {
    margin: 0;
    color: #686463;
    font-weight: 500;
}

.contact-band__btn {
    min-width: 170px;
}

.contact-band .btn-outline-light {
    --bs-btn-color: #686463;
    --bs-btn-border-color: #686463;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #686463;
    --bs-btn-hover-border-color: #686463;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #686463;
    --bs-btn-active-border-color: #686463;
}

.site-footer {
    position: relative;
    padding: 34px 0 20px;
    background: var(--white);
    color: #656160;
}

.site-footer h2,
.site-footer h3 {
    margin-bottom: 14px;
    color: #656160;
    font-weight: 800;
}

.site-footer h2 {
    font-size: 1.42rem;
}

.site-footer h3 {
    font-size: 1.1rem;
}

.site-footer p {
    max-width: 330px;
    margin-bottom: 16px;
    font-weight: 500;
}

.social-links {
    display: flex;
    gap: 14px;
}

.social-links a {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
}

.back-to-top {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(101, 97, 96, .28);
    background: var(--white);
    color: #656160;
    font-weight: 800;
}

.social-links img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.footer-list {
    display: grid;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list span {
    display: inline-grid;
    place-items: center;
    width: 24px;
    color: #656160;
}

.footer-list span img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(39%) sepia(5%) saturate(276%) hue-rotate(330deg) brightness(94%) contrast(86%);
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(90px, 1fr));
    gap: 8px 22px;
    max-width: 330px;
}

.footer-links a:hover,
.footer-links a:focus {
    color: #c98d52;
}

.copyright {
    margin: 22px 0 0 !important;
    color: rgba(101, 97, 96, .72);
    font-size: .85rem;
}

.back-to-top {
    position: absolute;
    right: 28px;
    bottom: 24px;
    font-size: 1.45rem;
}

@media (max-width: 1199.98px) {
    .navbar-nav {
        gap: 6px;
    }

    .nav-link {
        min-width: auto;
        padding-inline: 9px !important;
        font-size: .9rem;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 76px;
    }

    .navbar-brand img {
        height: 50px;
        width: 72px;
    }

    .navbar-collapse {
        padding: 12px 0 6px;
    }

    .nav-link {
        display: inline-block;
        margin: 2px 0;
        text-align: left;
    }

    .hero {
        background: var(--paper);
    }

    .min-vh-lg-hero {
        min-height: auto;
    }

    .hero__copy {
        padding: 42px 0 28px;
    }

    .hero__visual {
        position: relative;
        width: 100%;
        height: clamp(240px, 54vw, 430px);
        margin-bottom: 38px;
        border-radius: 8px;
        overflow: hidden;
    }

    .hero__visual::before {
        background: linear-gradient(180deg, rgba(250, 250, 248, .08), rgba(250, 250, 248, .38));
    }

    .hero .carousel,
    .hero .carousel-inner,
    .hero .carousel-item {
        min-height: auto;
    }

    .hero-carousel-indicators {
        bottom: 18px;
    }

    .contact-band__inner {
        grid-template-columns: auto 1fr;
    }

    .contact-band__btn {
        grid-column: 2;
        justify-self: start;
    }

    .about-block {
        margin-right: 0;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero {
        background: #fafaf8;
    }

    .hero .carousel,
    .hero .carousel-inner,
    .hero .carousel-item,
    .min-vh-lg-hero {
        min-height: 430px;
    }

    .hero .carousel-item {
        position: relative;
    }

    .hero__copy {
        max-width: 58%;
        padding: 58px 24px 72px;
    }

    .hero__copy h1 {
        margin-bottom: 16px;
        font-size: 2.12rem;
        line-height: 1.35;
    }

    .hero__copy p {
        max-width: 430px;
        margin-bottom: 22px;
        font-size: 1rem;
        line-height: 1.75;
    }

    .hero__visual {
        position: absolute;
        inset: 0 0 0 auto;
        width: 66%;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }

    .hero__visual::before {
        background: linear-gradient(90deg, #fafaf8 0%, rgba(250, 250, 248, .92) 28%, rgba(250, 250, 248, .46) 58%, rgba(250, 250, 248, .05) 100%);
    }

    .hero__visual img {
        object-position: 58% center;
    }

    .hero-carousel-indicators {
        bottom: 18px;
    }
}

@media (max-width: 767.98px) {
    .page-hero--light .container {
        display: flex;
        min-height: 300px;
    }

    .page-hero__copy {
        position: relative;
        z-index: 3;
        width: 82%;
        padding: 42px 0;
    }

    .page-hero__copy h1 {
        font-size: 2rem;
    }

    .page-hero__copy span,
    .page-hero__copy h1 {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .45);
    }

    .page-hero__image {
        width: 100%;
    }

    .page-hero__image::before {
        background: linear-gradient(90deg, var(--paper) 0%, rgba(250, 250, 248, .94) 42%, rgba(250, 250, 248, .45) 74%, rgba(250, 250, 248, .08) 100%);
    }

    .about-page {
        padding: 46px 0 54px;
    }

    .about-page__inner {
        gap: 48px;
    }

    .about-block__body p {
        font-size: 1rem;
        line-height: 1.9;
    }

    .about-service-list {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .products-page {
        padding: 46px 0 54px;
    }

    .cases-page {
        padding: 46px 0 54px;
    }

    .partners-page {
        padding: 46px 0 54px;
    }

    .contact-page {
        padding: 46px 0 54px;
    }

    .contact-layout {
        gap: 42px;
    }

    .contact-section + .contact-section {
        padding-top: 42px;
    }

    .partners-intro {
        padding-bottom: 26px;
    }

    .partners-list {
        gap: 42px;
        margin-top: 26px;
    }

    .footer-quick-links {
        display: none;
    }

    .cases-intro {
        margin-bottom: 18px;
    }

    .case-category-block {
        padding: 28px 0;
    }

    .case-year-group {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 18px 0;
    }

    .case-items a {
        font-size: 1rem;
    }

    .products-intro {
        margin-bottom: 24px;
    }

    .product-detail-page {
        padding: 42px 0 54px;
    }

    .product-side-nav {
        position: static;
        padding: 20px;
    }

    .product-detail {
        padding: 22px;
    }

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

    .case-detail-cover img {
        aspect-ratio: 1.3;
    }

    .case-detail-content dl > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .case-gallery-modal .modal-body {
        padding: 12px;
    }

    .product-specs dl > div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .hero {
        background: #fafaf8;
    }

    .hero .carousel,
    .hero .carousel-inner,
    .hero .carousel-item,
    .min-vh-lg-hero {
        min-height: 500px;
    }

    .hero .carousel-item {
        position: relative;
    }

    .hero__copy {
        max-width: 82%;
        padding: 44px 12px 68px;
    }

    .hero__copy h1 {
        margin-bottom: 14px;
        font-size: 1.58rem;
        line-height: 1.38;
    }

    .hero__copy p {
        max-width: 295px;
        margin-bottom: 18px;
        font-size: .93rem;
        line-height: 1.72;
    }

    .hero__actions {
        gap: 10px;
        flex-wrap: nowrap;
    }

    .hero__actions .btn {
        min-width: 0;
        padding: 9px 14px;
        font-size: .92rem;
    }

    .hero__visual {
        position: absolute;
        inset: 0 0 0 auto;
        width: 100%;
        height: 100%;
        margin: 0;
        border-radius: 0;
    }

    .hero__visual::before {
        background: linear-gradient(90deg, #fafaf8 0%, rgba(250, 250, 248, .95) 38%, rgba(250, 250, 248, .38) 68%, rgba(250, 250, 248, .06) 100%);
    }

    .hero__visual img {
        object-position: 58% center;
    }

    .hero-carousel-indicators {
        bottom: 16px;
    }

    .section-block {
        padding: 30px 0 40px;
    }

    .section-title {
        gap: 16px;
    }

    .section-title span {
        width: 42px;
    }

    .case-card {
        min-height: 330px;
    }

    .case-card::after {
        background: linear-gradient(90deg, rgba(201, 141, 82, .95) 0%, rgba(201, 141, 82, .78) 60%, rgba(201, 141, 82, .24) 100%);
    }

    .case-card__content {
        width: 86%;
        padding: 30px 26px;
    }

    .contact-band__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .contact-band__icon {
        margin: 0 auto;
    }

    .contact-band__btn {
        grid-column: auto;
        justify-self: center;
    }

    .back-to-top {
        right: 18px;
        bottom: 18px;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand {
        gap: 9px;
        margin-right: 8px;
    }

    .navbar-brand img {
        width: 58px;
        height: 42px;
    }

    .brand-wordmark strong {
        max-width: 190px;
        font-size: 1rem;
    }

    .brand-wordmark small {
        max-width: 190px;
        font-size: .72rem;
    }

    .hero__copy {
        max-width: 88%;
        padding-top: 36px;
    }

    .hero__copy h1 {
        font-size: 1.42rem;
    }

    .hero__actions .btn {
        flex: 1 1 0;
        width: auto;
    }

    .product-card__body {
        padding-inline: 20px;
    }

    .footer-links {
        grid-template-columns: 1fr;
    }
}





