:root {
    --background-main: #FFFDF0;
    --background-secondary: #FEF9C3;
    --text-main: #1C1917;
    --text-muted: #57534E;
    --accent-color: #EAB308;
    --button-color: #CA8A04;
    --button-text: #FFFFFF;
    --border-color: #E7E5E4;
}

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

body {
    background-color: var(--background-main);
    color: var(--text-main);
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

button,
.btn {
    cursor: pointer;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

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

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    h1 {
        font-size: clamp(1.75rem, 8vw, 2.5rem);
    }

    h2 {
        font-size: clamp(1.5rem, 6vw, 2rem);
    }

    h3 {
        font-size: clamp(1.25rem, 5vw, 1.75rem);
    }

    p,
    a,
    span {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    #cookieConsentBanner {
        right: 0;
        bottom: 0;
        border-radius: 0;
        max-width: 100%;
    }
}

.focus-ring:focus {
    outline: 2px solid var(--accent-color);
    outline-offset: 2px;
}

/* ===== header ===== */
#top-nav {
    overflow: hidden;
}

#top-nav span,
#top-nav a,
#js-mobile-menu a {
    hyphens: auto;
    word-break: break-word;
}

.navbar {
    min-height: auto;
}

#top-nav .navbar {
    flex-wrap: nowrap;
}

#top-nav .navbar-start {
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
}

#top-nav .navbar-end {
    width: auto;
    flex: 0 0 auto;
}

#top-nav .navbar-start a {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    min-width: 0;
    max-width: 100%;
    white-space: nowrap;
}

#top-nav .navbar-start img,
#js-mobile-toggle {
    flex-shrink: 0;
}

#top-nav .navbar-start span {
    flex: 0 1 auto;
    min-width: 0;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: manual;
}

@media (max-width: 767px) {
    #top-nav span {
        font-size: 0.8rem;
        line-height: 1.2;
    }

    #top-nav .navbar {
        gap: 0.5rem;
    }

    #top-nav .navbar-start a {
        gap: 0.5rem;
    }

    #js-mobile-menu a {
        font-size: 1rem;
        line-height: 1.3;
    }
}

@media (max-width: 360px) {
    #top-nav span {
        font-size: 0.72rem;
    }

    #top-nav .navbar-start img {
        max-width: 34px;
    }
}

/* ===== hero_section ===== */
#home {
    overflow: hidden;
    background-color: var(--background-main);
    min-height: 80vh;
}

.hero-title {
    color: var(--text-main);
    font-size: 18px;
    line-height: 1.15;
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 42px;
    }
}

.hero-subtitle {
    color: var(--text-muted);
    font-size: 14px;
    line-height: 1.3;
}

@media (min-width: 768px) {
    .hero-subtitle {
        font-size: 20px;
    }
}

.hero-btn-main {
    background-color: var(--button-color);
    color: var(--button-text);
    padding: 1rem 2.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s, opacity 0.2s;
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .hero-btn-main {
        width: auto;
    }
}

.hero-btn-main:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.hero-btn-share {
    background-color: transparent;
    border: 1px solid var(--border-color);
    color: var(--text-main);
    padding: 1rem 2.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: background-color 0.2s;
    width: 100%;
    cursor: pointer;
}

@media (min-width: 768px) {
    .hero-btn-share {
        width: auto;
    }
}

.hero-btn-share:hover {
    background-color: var(--background-secondary);
}

.hero-icon {
    color: var(--text-main);
}

/* ===== history_info ===== */
#company-history {
    overflow: hidden;
    hyphens: auto;
}

#company-history p {
    line-height: 1.6;
}

/* ===== product_catalog ===== */
.js-inquire-btn:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

.badge-ghost {
    background-color: var(--border-color);
    color: var(--text-muted);
    border: none;
}

#catalog ul li {
    hyphens: auto;
    line-height: 1.2;
}

/* ===== interior_service ===== */
#custom-pick {
    overflow: hidden;
}

#custom-pick h2,
#custom-pick h3 {
    color: var(--text-main);
}

#custom-pick p {
    color: var(--text-muted);
}

.js-scroll-to {
    cursor: pointer;
    transition: transform 0.2s ease;
}

.js-scroll-to:hover {
    transform: translateY(-2px);
}

/* ===== quality_standards ===== */
.js-reveal-left,
.js-reveal-right {
    transition: all 0.8s ease-out;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

#quality .container img {
    transition: transform 0.5s ease;
}

#quality .container img:hover {
    transform: scale(1.02);
}

/* ===== popular_items ===== */
.hyphens-auto {
    hyphens: auto
}

.js-smooth-scroll {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

/* ===== care_tips ===== */
.js-care-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: var(--accent-color) !important;
}

.hyphens-auto {
    hyphens: auto;
}

/* ===== workflow_steps ===== */
.hyphens-auto {
    hyphens: auto
}

#process .container {
    max-width: 1200px
}

#process .transition-transform {
    will-change: transform
}

/* ===== policy_blocks ===== */
#shipping {
    hyphens: auto;
}

#shipping svg {
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* ===== form_and_map ===== */
#order-section {
    hyphens: auto;
}

#order-section input::placeholder,
#order-section textarea::placeholder {
    color: #A8A29E;
}

#order-section select:invalid {
    color: #A8A29E;
}

/* ===== footer ===== */
#footer-info {
    background-color: var(--background-secondary);
    color: var(--text-main);
}

.footer-brand-logo {
    max-width: 70px;
    height: auto;
}

.text-\[var\(--text-muted\)\] {
    color: var(--text-muted);
}

.hyphens-auto {
    hyphens: auto;
}
