:root {
    --color-primary: #103c30;
    --color-secondary: #091712;
    --color-background: #f7f9f5;
    --color-muted: #6b7280;
    --color-border: #e5e7eb;
    --trust-band-height: 120px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
}

body {
    font-family: 'Inter', 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', sans-serif;
    background-color: var(--color-background);
    color: var(--color-secondary);
    line-height: 1.6;
    word-break: keep-all;
}

p, h1, h2, h3, h4, h5, h6, li, a, span, div {
    word-break: keep-all;
}

main {
    padding-bottom: 5rem;
}

/* Header & Navigation */
.main-header {
    background-color: var(--color-background);
    padding: 1rem 2rem; /* 醫뚯슦 ?щ갚 異붽? */
    border-bottom: 1px solid var(--color-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 濡쒓퀬, 硫붾돱 ???ㅻⅨ ?ㅻ뜑 ?붿냼 ?ㅽ??쇱? HTML 援ъ“??留욊쾶 異붽??댁빞 ?⑸땲?? */

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

/* Hero Section Styles */
.hero-section {
    background: linear-gradient(120deg, rgba(16, 60, 48, 0.95), rgba(9, 23, 18, 0.9));
    color: var(--color-background);
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hero-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4.25rem);
    font-weight: 800;
    margin-bottom: 1rem;
}

.hero-lede {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
    word-break: keep-all;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

.hero-lede-subline {
    display: block;
    margin-top: 0.5rem;
    white-space: nowrap;
}

.hero-ctas {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
}

.hero-section > * {
    width: 100%;
}

.hero-section.subpage-hero {
    min-height: 350px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* Buttons */
.product-category-grid {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.product-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(15, 35, 25, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(16, 60, 48, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 55px rgba(15, 35, 25, 0.12);
}

.product-card__image {
    height: 210px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid rgba(16, 60, 48, 0.08);
}

.placeholder-image {
    background: linear-gradient(135deg, rgba(16, 60, 48, 0.9), rgba(9, 23, 18, 0.8));
}

.placeholder-image.image-a { background-image: linear-gradient(135deg, #18382e, #356a58); }
.placeholder-image.image-b { background-image: linear-gradient(135deg, #2f3c64, #8aa1d1); }
.placeholder-image.image-c { background-image: linear-gradient(135deg, #6c3a2f, #c58d76); }
.placeholder-image.image-d { background-image: linear-gradient(135deg, #1f3b1b, #78a26f); }

.product-card__body {
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product-card__body h3 {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.3rem);
    color: var(--color-primary);
}

.product-card__body p {
    color: #4b5563;
    line-height: 1.6;
    font-size: clamp(0.95rem, 2vw, 1rem);
}

.product-carousel {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    background: #0f201a;
    padding: 2.5rem 1.25rem 3.5rem;
}

.product-carousel__track {
    display: flex;
    transition: transform 0.4s ease;
}

.carousel-slide {
    min-width: 100%;
    display: grid;
    gap: 1.5rem;
    align-items: center;
    color: var(--color-background);
}

.carousel-slide__image {
    width: 100%;
    height: 280px;
    border-radius: 1rem;
    background-size: cover;
    background-position: center;
}

.carousel-slide__info h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.slide-a { background-image: linear-gradient(120deg, #2d4c3f, #6f9883); }
.slide-b { background-image: linear-gradient(120deg, #1b2c44, #4f6d9b); }
.slide-c { background-image: linear-gradient(120deg, #5a2f1f, #c27b57); }

.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    color: var(--color-background);
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.carousel-control:hover {
    background: rgba(255, 255, 255, 0.3);
}

.carousel-control.prev { left: 1rem; }
.carousel-control.next { right: 1rem; }

.carousel-dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}

.carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.35);
    cursor: pointer;
}

.carousel-dots button.active {
    background: #fff;
}

.bordered-panel {
    background: #fff;
    border: 1px solid #d7dfe0;
    border-radius: 1.25rem;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(15, 35, 25, 0.08);
}
/* General Section Styles */
.section {
    padding: 4.5rem 0;
    background: var(--color-background);
}

.section.muted {
    background: #edf1ea;
}

.section:last-of-type {
    padding-bottom: 5.5rem;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    color: var(--color-primary);
    word-break: keep-all;
}

.section-eyebrow {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--color-muted);
    margin-bottom: 0.5rem;
}

.section-text {
    color: #374151;
    margin-bottom: 1.5rem;
}

.section > .max-w-4xl,
.section > .max-w-5xl {
    max-width: clamp(42rem, 80vw, 66rem);
    margin-left: auto;
    margin-right: auto;
}

.section > .max-w-4xl.grid,
.section > .max-w-5xl.grid {
    gap: 3rem;
}

@media (min-width: 1024px) {
    .section > .max-w-4xl.grid,
    .section > .max-w-5xl.grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center;
    }
}

.section .section-text,
.section .bullet-list,
.section .info-panel,
.section .card > p {
    max-width: 60ch;
    margin-left: auto;
    margin-right: auto;
}

.section .bullet-list {
    text-align: left;
}

/* Card & Info Panel */
.card,
.info-panel {
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 15px 35px rgba(15, 35, 25, 0.08);
}

.card h3,
.info-panel h3 {
    margin-top: 0;
    margin-bottom: 0.75rem;
}

.card ul,
.info-panel ul {
    padding-left: 1.25rem;
    color: #4b5563;
}

.stat-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.stat-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 12px 35px rgba(15, 35, 25, 0.08);
    border: 1px solid rgba(16, 60, 48, 0.1);
}

.stat-label {
    text-transform: uppercase;
    font-size: 0.8rem;
    color: var(--color-muted);
    letter-spacing: 0.2em;
}

.stat-value {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0.35rem 0;
}

.stat-note {
    color: #4b5563;
    margin: 0;
}

.value-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid rgba(16, 60, 48, 0.12);
    box-shadow: 0 12px 30px rgba(15, 35, 25, 0.06);
}

.value-card h3 {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: var(--color-primary);
}

.value-card p {
    margin: 0;
    color: #4b5563;
}

.service-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.manufacturing-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.service-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid rgba(16, 60, 48, 0.1);
    box-shadow: 0 12px 30px rgba(15, 35, 25, 0.05);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
}

.service-card h3 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--color-primary);
}

.service-card p {
    margin: 0;
    color: #4b5563;
    font-size: 0.95rem;
}

.service-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(16, 60, 48, 0.08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.service-icon svg {
    width: 28px;
    height: 28px;
}

.service-card .mt-4 {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
}

.service-card .mt-4 .btn-outline,
.service-card .mt-4 .btn-primary {
    width: auto;
}

.timeline-flow {
    position: relative;
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
    padding-left: 2rem;
}

.timeline-flow::before,
.timeline-line {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(16, 60, 48, 0.2);
}

.timeline-entry {
    position: relative;
    width: calc(50% - 2rem);
    justify-self: flex-start;
    padding: 0 2rem 0 0;
    display: block;
}

.timeline-entry:nth-child(even) {
    justify-self: flex-end;
    padding: 0 0 0 2rem;
}

.timeline-entry summary {
    list-style: none;
    cursor: pointer;
}

.timeline-entry summary::-webkit-details-marker {
    display: none;
}

.timeline-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0;
}

.timeline-toggle-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(16, 60, 48, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-primary);
    font-size: 0.95rem;
}

.timeline-entry[open] .timeline-toggle-icon::before {
    content: '∧';
}

.timeline-entry:not([open]) .timeline-toggle-icon::before {
    content: '∨';
}

.timeline-content-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1.5rem 1.75rem;
    box-shadow: 0 18px 40px rgba(15, 35, 25, 0.08);
    border: 1px solid rgba(16, 60, 48, 0.08);
    margin-top: 0.75rem;
    text-align: left;
}

.timeline-entry::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color-background);
    border: 4px solid var(--color-primary);
    top: 22px;
    right: -1.1rem;
    box-shadow: 0 0 0 6px rgba(16, 60, 48, 0.08);
}

.timeline-entry:nth-child(even)::before {
    left: -1.1rem;
    right: auto;
}

.timeline-year-heading {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-weight: 700;
    color: var(--color-primary);
}

.timeline-content-card ul {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0;
    color: #333;
    line-height: 1.8;
    font-size: clamp(1rem, 2.2vw, 1.05rem);
}

.timeline-content-card li + li {
    margin-top: 0.35rem;
}

.timeline-content-card li {
    text-align: left;
}

.cert-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cert-grid__group {
    margin-top: 2rem;
}

.cert-grid__heading {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.cert-card {
    background: #fff;
    border-radius: 1rem;
    padding: 1rem;
    border: 1px solid rgba(16, 60, 48, 0.12);
    box-shadow: 0 12px 25px rgba(15, 35, 25, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.cert-card__image {
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.cert-card__caption {
    margin-top: 0.75rem;
    font-size: 0.95rem;
    color: #4b5563;
}

.cert-card__meta {
    margin-top: 0.85rem;
    text-align: center;
}

.cert-card__date {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--color-primary);
    margin: 0;
}

.cert-card__label {
    margin: 0.15rem 0 0;
    font-size: 0.9rem;
    color: #4b5563;
}

.section-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.outlined-cta {
    border: 2px solid rgba(16, 60, 48, 0.25);
    border-radius: 1.25rem;
    padding: 3rem;
    background: #fff;
    box-shadow: 0 20px 45px rgba(15, 35, 25, 0.08);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.product-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.bullet-list {
    list-style: disc;
    padding-left: 1.25rem;
    color: #4b5563;
}

.bullet-list li + li {
    margin-top: 0.35rem;
}

/* CTA Section *//* CTA Section */
.cta-section {
    padding: 4rem 1rem;
    background: var(--color-primary);
    color: var(--color-background);
}

.cta-section h2 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 1rem;
    word-break: keep-all;
}

.cta-section p {
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.company-cta.outlined-cta {
    background: #fff;
    border: 2px solid rgba(16, 60, 48, 0.15);
    box-shadow: 0 15px 35px rgba(15, 35, 25, 0.08);
    color: var(--color-secondary);
    padding: 3rem 3.5rem;
}

.company-cta .section-title {
    color: var(--color-primary);
}

.company-cta .section-text {
    color: #4b5563;
    margin-bottom: 0;
}

.company-cta .hero-ctas {
    margin-top: 1.5rem;
}

.contact-form {
    background: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(15, 35, 25, 0.08);
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.25rem;
}

.contact-form label {
    font-weight: 600;
    color: var(--color-secondary);
    font-size: 0.95rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(16, 60, 48, 0.15);
}

.contact-form textarea {
    resize: vertical;
    min-height: 160px;
}

.form-hint {
    font-size: 0.85rem;
    color: var(--color-muted);
}

.form-warning {
    margin-top: 1rem;
}

.contact-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #374151;
    line-height: 1.6;
}

.contact-card-list li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.contact-card-list li::before {
    content: '';
    position: absolute;
    left: 0.35rem;
    top: 0.8rem;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: var(--color-border);
}

/* Unified CTA Buttons */
.main-cta-button,
:where(.btn-primary, .btn-outline) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.9rem;
    border-radius: 30px;
    border: 1px solid #2c5f2d;
    background-color: transparent;
    color: #2c5f2d;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.01em;
}

.main-cta-button:hover,
:where(.btn-primary, .btn-outline):hover {
    background-color: #2c5f2d;
    border-color: #2c5f2d;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 60, 48, 0.15);
}

.hero-section .main-cta-button,
.hero-section :where(.btn-primary, .btn-outline) {
    border-color: rgba(255, 255, 255, 0.95);
    color: var(--color-background);
}

.hero-section .main-cta-button:hover,
.hero-section :where(.btn-primary, .btn-outline):hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-primary);
}
.contact-card-notes {
    margin-top: 1.25rem;
    padding-top: 1rem;
    border-top: 1px solid var(--color-border);
    font-size: 0.85rem;
    color: #4b5563;
    line-height: 1.6;
}

.contact-card-notes p {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 0.35rem;
}

.contact-card-notes .note-icon {
    color: #9ca3af;
}

.form-checkbox {
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid var(--color-border);
    border-radius: 0.35rem;
}

.btn-submit {
    background-color: var(--color-primary);
    color: var(--color-background);
    padding: 0.95rem 2.5rem;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(16, 60, 48, 0.2);
}

.trust-band {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    background: #fff;
}

.trust-band__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
}

.trust-band__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin: 0;
}

.trust-band__subtitle {
    margin: 0.2rem 0 0;
    color: var(--color-muted);
    font-size: 0.95rem;
}

.trust-band__logos {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.trust-band__logo {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.5rem;
    border: 1px solid var(--color-border);
    border-radius: 0.75rem;
    background: #fff;
}

.trust-band__logo img {
    height: 52px;
    width: auto;
    display: block;
    object-fit: contain;
}

.pre-nav-trust-band {
    border-bottom: 1px solid var(--color-border);
    background: #fff;
    width: 100%;
}

.pre-nav-trust-band__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 1.5rem;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.pre-nav-trust-band__info {
    max-width: 520px;
    line-height: 1.5;
}

.pre-nav-trust-band__subtitle {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--color-muted);
    font-size: 0.7rem;
    line-height: 1.5;
    margin-bottom: 0.4rem;
}

.pre-nav-trust-band__title {
    margin: 0.25rem 0 0.35rem;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary);
    line-height: 1.5;
}

.pre-nav-trust-band__text {
    margin: 0.35rem 0 0;
    color: #555555;
    white-space: nowrap;
    font-size: 0.8rem;
    letter-spacing: -0.5px;
    line-height: 1.5;
}

.pre-nav-trust-band__logos {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.pre-nav-trust-band .trust-band__logo {
    padding: 0.25rem 0.9rem;
    height: auto;
}

.pre-nav-trust-band .trust-band__logo img {
    height: 32px;
}

/* Footer */
.footer-link {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #fff;
}

/* Mobile Menu & Navigation */
.mobile-menu-overlay {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}

.mobile-menu-overlay.open {
    transform: translateX(0);
}

.dropdown-menu {
    display: none;
    opacity: 0;
}

.nav-item:hover > .dropdown-menu,
.nested-nav-item:hover > .dropdown-menu {
    display: block;
    opacity: 1;
}

/* Responsive Utilities */
@media (max-width: 1024px) {
    main {
        padding-bottom: 3.5rem;
    }

    .card,
    .info-panel {
        padding: 1.5rem;
    }

    .hero-section {
        padding: 4rem 1.5rem;
    }

    .product-category-grid,
    .brands-grid,
    .manufacturing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cert-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body {
        font-size: 0.95rem;
    }

    .hero-title {
        font-size: clamp(2rem, 8vw, 3.2rem);
    }

    .hero-lede {
        font-size: 0.95rem;
        padding: 0 20px;
    }

    .hero-lede-subline {
        white-space: normal;
    }

    .hero-ctas {
        flex-direction: column;
    }

    .btn-primary,
    .btn-outline {
        width: 100%;
    }

    .brands-grid,
    .manufacturing-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .image-placeholder {
        height: 240px;
        margin-top: 1.5rem;
    }

    .card,
    .info-panel {
        padding: 1.25rem;
    }

    .trust-band__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .trust-band__logos {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 1rem;
    }

    .trust-band__logo {
        width: calc(50% - 0.5rem);
    }

    .pre-nav-trust-band__inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 1rem 1.25rem;
        gap: 1.25rem;
    }

    .pre-nav-trust-band__info {
        text-align: center;
    }

    .pre-nav-trust-band__text {
        white-space: normal;
    }

    .pre-nav-trust-band__logos {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 0.85rem;
    }

    .accordion-header {
        font-size: 1.25rem;
    }

    .accordion-title {
        font-size: 1.25rem;
    }

    .accordion-panel {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (max-width: 640px) {
    header .h-20 {
        height: auto;
        padding: 0.5rem 0;
    }

    .section {
        padding: 3rem 0;
    }

    footer .grid {
        gap: 2rem;
    }

    .trust-band__logo {
        width: 100%;
        justify-content: flex-start;
    }

    .pre-nav-trust-band__logos {
        gap: 0.75rem;
    }

    .outlined-cta {
        padding: 2rem;
    }

    .product-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .brands-grid,
    .manufacturing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .product-carousel {
        padding: 2rem 1rem 3rem;
    }

    .product-carousel__track {
        gap: 1rem;
    }

    .carousel-slide {
        grid-template-columns: 1fr;
    }

    .carousel-control {
        display: none;
    }

    .timeline-flow::before,
    .timeline-line {
        display: none;
    }

    .timeline-entry {
        width: 100%;
        padding: 0;
    }

    .timeline-entry::before {
        display: none;
    }

    .timeline-summary {
        padding: 0 0 0.25rem;
    }

    .timeline-content-card {
        padding: 1.25rem 1.5rem;
    }

    .brands-grid,
    .manufacturing-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .cert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .goods-goods-image {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        object-fit: contain;
        display: block;
    }

    .cert-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}


