.sss-homepage,
.sss-homepage * {
    box-sizing: border-box;
}

body.sss-homepage-active {
    margin: 0;
    background: #fbf7ef;
    color: #2f2322;
}

body.sss-homepage-lock {
    overflow: hidden;
}

.sss-homepage {
    --sss-ink: #2f2322;
    --sss-muted: #756a66;
    --sss-line: rgba(80, 61, 48, 0.16);
    --sss-paper: #fbf7ef;
    --sss-panel: #f3eee6;
    --sss-cream: #fffaf1;
    --sss-gold: #a98b58;
    --sss-gold-dark: #7e643d;
    --sss-burgundy: #3f1f25;
    --sss-sage: #66725b;
    --sss-shadow: 0 22px 70px rgba(47, 35, 34, 0.13);
    width: 100%;
    min-height: 100vh;
    overflow-x: clip;
    background: var(--sss-paper);
    color: var(--sss-ink);
    font-family: Outfit, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
}

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

.sss-homepage a {
    color: inherit;
    text-decoration: none;
}

.sss-homepage button,
.sss-homepage input,
.sss-homepage textarea {
    font: inherit;
}

.sss-homepage [hidden] {
    display: none !important;
}

.sss-homepage-shell {
    width: min(100% - 40px, 1280px);
    margin: 0 auto;
}

.sss-homepage svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.sss-homepage-topbar {
    background: #d6cec3;
    color: #4e4640;
    font-size: 0.92rem;
}

.sss-homepage-topbar .sss-homepage-shell {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.sss-homepage-topbar a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.sss-homepage-topbar-spacer {
    flex: 1;
}

.sss-homepage-header {
    position: relative;
    z-index: 20;
    background: rgba(246, 241, 233, 0.9);
    border-bottom: 1px solid var(--sss-line);
    backdrop-filter: blur(18px);
}

.sss-homepage-header > .sss-homepage-shell {
    min-height: 72px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.sss-homepage-logo {
    display: inline-flex;
    align-items: baseline;
    gap: 9px;
    min-width: max-content;
    font-family: Georgia, "Times New Roman", serif;
}

.sss-homepage-logo strong {
    font-size: 1.72rem;
    line-height: 1;
}

.sss-homepage-logo span {
    font-family: Outfit, Inter, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
}

.sss-homepage-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 34px;
    color: #5a514b;
    font-weight: 600;
}

.sss-homepage-nav a {
    padding: 24px 0;
    border-bottom: 2px solid transparent;
}

.sss-homepage-nav a:hover,
.sss-homepage-nav a:focus-visible {
    color: var(--sss-gold-dark);
    border-bottom-color: var(--sss-gold);
}

.sss-homepage-menu {
    width: 44px;
    height: 44px;
    margin-left: auto;
    display: none;
    place-items: center;
    border: 1px solid var(--sss-line);
    border-radius: 8px;
    background: rgba(255, 250, 241, 0.85);
    color: var(--sss-ink);
    cursor: pointer;
}

.sss-homepage-mobile-menu {
    width: min(100% - 32px, 520px);
    margin: 0 auto 16px;
    padding: 10px;
    border: 1px solid var(--sss-line);
    border-radius: 8px;
    background: var(--sss-cream);
    box-shadow: 0 16px 40px rgba(47, 35, 34, 0.1);
}

.sss-homepage-mobile-menu a {
    display: block;
    padding: 12px;
    border-radius: 6px;
    color: #4e4640;
    font-weight: 700;
}

.sss-homepage-mobile-menu a:hover,
.sss-homepage-mobile-menu a:focus-visible {
    background: #efe4d4;
}

.sss-homepage-hero {
    position: relative;
    min-height: clamp(560px, calc(100svh - 114px), 760px);
    display: flex;
    align-items: center;
    padding: 56px 0;
    background-image:
        linear-gradient(90deg, rgba(47, 35, 34, 0.42), rgba(47, 35, 34, 0.08) 46%, rgba(47, 35, 34, 0.35)),
        var(--sss-hero-image);
    background-position: center;
    background-size: cover;
}

.sss-homepage-hero-card {
    width: min(100% - 40px, 720px);
    margin-left: max(20px, calc((100vw - 1280px) / 2));
    padding: 54px 56px 38px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 8px;
    background: rgba(245, 242, 237, 0.78);
    box-shadow: var(--sss-shadow);
    backdrop-filter: blur(12px);
}

.sss-homepage-eyebrow {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--sss-ink);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.sss-homepage-eyebrow span {
    width: 58px;
    height: 2px;
    background: var(--sss-gold);
}

.sss-homepage h1,
.sss-homepage h2,
.sss-homepage h3 {
    margin: 0;
    color: var(--sss-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0;
}

.sss-homepage-hero h1 {
    margin-bottom: 28px;
    font-size: 3.25rem;
}

.sss-homepage-hero h1::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    margin-top: 22px;
    background: rgba(169, 139, 88, 0.48);
}

.sss-homepage-hero-card > p:not(.sss-homepage-eyebrow) {
    max-width: 640px;
    margin: 0;
    color: #554a45;
    font-size: 1.12rem;
    font-weight: 600;
}

.sss-homepage-actions {
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sss-homepage-button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 0.96rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.sss-homepage-button:hover,
.sss-homepage-button:focus-visible {
    transform: translateY(-1px);
}

.sss-homepage-button.primary {
    background: var(--sss-gold);
    color: #fffaf1;
    box-shadow: 0 12px 30px rgba(126, 100, 61, 0.2);
}

.sss-homepage-button.primary:hover,
.sss-homepage-button.primary:focus-visible {
    background: var(--sss-gold-dark);
}

.sss-homepage-button.secondary {
    border-color: rgba(83, 68, 55, 0.28);
    background: rgba(255, 250, 241, 0.72);
    color: var(--sss-ink);
}

.sss-homepage-button.secondary:hover,
.sss-homepage-button.secondary:focus-visible {
    border-color: var(--sss-gold);
    background: #fffaf1;
}

.sss-homepage-hero-features {
    margin-top: 46px;
    padding-top: 24px;
    border-top: 1px solid rgba(83, 68, 55, 0.18);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.sss-homepage-hero-features span,
.sss-homepage-trust span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #433b36;
    font-weight: 700;
}

.sss-homepage-hero-features svg,
.sss-homepage-trust svg {
    color: var(--sss-gold-dark);
}

.sss-homepage-trust {
    background: #d8d1c7;
    border-top: 1px solid rgba(255, 255, 255, 0.38);
    border-bottom: 1px solid var(--sss-line);
}

.sss-homepage-trust .sss-homepage-shell {
    min-height: 64px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 20px;
}

.sss-homepage-section {
    padding: 92px 0;
}

.sss-homepage-section-head {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.sss-homepage-section-head > span {
    display: block;
    margin-bottom: 10px;
    color: var(--sss-gold-dark);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
}

.sss-homepage-section h2 {
    font-size: 2.55rem;
}

.sss-homepage-section-head p {
    margin: 18px auto 0;
    color: var(--sss-muted);
    font-size: 1.12rem;
}

.sss-homepage-process {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% -18%, rgba(169, 139, 88, 0.18), transparent 58%),
        linear-gradient(145deg, #2d1c20, #181413);
    color: #fffaf1;
}

.sss-homepage-process .sss-homepage-section-head h2 {
    color: #fffaf1;
}

.sss-homepage-process .sss-homepage-section-head p {
    color: rgba(255, 250, 241, 0.72);
}

.sss-homepage-process-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sss-homepage-process-grid::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 16%;
    right: 16%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(169, 139, 88, 0.42), transparent);
}

.sss-homepage-process-step {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sss-homepage-process-number {
    position: relative;
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 250, 241, 0.05);
    color: #d8cbbc;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.08rem;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(169, 139, 88, 0.14);
}

.sss-homepage-process-number svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.sss-homepage-process-number circle {
    fill: none;
    stroke-width: 2;
}

.sss-homepage-process-number .sss-homepage-timer-bg {
    stroke: rgba(169, 139, 88, 0.28);
}

.sss-homepage-process-number .sss-homepage-timer-progress {
    stroke: rgba(169, 139, 88, 1);
    stroke-linecap: round;
    stroke-dasharray: 145;
    stroke-dashoffset: 145;
}

.sss-homepage-process-step.is-active .sss-homepage-timer-progress {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 2.5s linear;
}

.sss-homepage-features article,
.sss-homepage-reassurance article {
    border: 1px solid var(--sss-line);
    border-radius: 8px;
    background: rgba(255, 250, 241, 0.78);
    box-shadow: 0 16px 44px rgba(47, 35, 34, 0.08);
}

.sss-homepage-process-card {
    width: 100%;
    min-height: 330px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(255, 250, 241, 0.1);
    border-radius: 8px;
    background: rgba(255, 250, 241, 0.05);
    box-shadow: 0 18px 46px rgba(20, 14, 14, 0.18);
    text-align: center;
    backdrop-filter: blur(12px);
    transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.sss-homepage-process-card:hover {
    transform: translateY(-4px);
    border-color: rgba(169, 139, 88, 0.42);
    background: rgba(255, 250, 241, 0.07);
}

.sss-homepage-process-card img {
    height: 96px;
    margin-bottom: 34px;
    object-fit: contain;
}

.sss-homepage-process-card h3,
.sss-homepage-features h3,
.sss-homepage-reassurance h3,
.sss-homepage-note h3 {
    font-size: 1.45rem;
}

.sss-homepage-process-card h3 {
    color: #fffaf1;
}

.sss-homepage-process-card p,
.sss-homepage-features p,
.sss-homepage-reassurance p,
.sss-homepage-note p {
    margin: 14px 0 0;
    color: var(--sss-muted);
}

.sss-homepage-process-card p {
    color: rgba(255, 250, 241, 0.66);
}

.sss-homepage-center {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.sss-homepage-categories {
    background: #f3e9e1;
}

.sss-homepage-category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sss-homepage-category-card {
    min-height: 280px;
    aspect-ratio: 3 / 4;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: var(--sss-burgundy);
    box-shadow: 0 18px 46px rgba(63, 31, 37, 0.12);
}

.sss-homepage-category-card img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
    opacity: 0.72;
    transform: scale(1.01);
    transition: transform 200ms ease, opacity 200ms ease;
}

.sss-homepage-category-card:hover img,
.sss-homepage-category-card:focus-visible img {
    opacity: 0.88;
    transform: scale(1.04);
}

.sss-homepage-category-card span {
    position: absolute;
    inset: auto 18px 18px;
    z-index: 1;
    padding: 18px;
    border: 1px solid rgba(255, 250, 241, 0.22);
    border-radius: 8px;
    background: rgba(47, 35, 34, 0.7);
    color: #fffaf1;
    backdrop-filter: blur(8px);
}

.sss-homepage-category-card strong,
.sss-homepage-category-card small {
    display: block;
}

.sss-homepage-category-card strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
}

.sss-homepage-category-card small {
    margin-top: 6px;
    color: rgba(255, 250, 241, 0.82);
    font-size: 0.94rem;
}

.sss-homepage-category-progress {
    display: none;
    width: min(220px, 56vw);
    height: 5px;
    margin: 22px auto 0;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(80, 61, 48, 0.14);
}

.sss-homepage-category-progress span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scaleX(0);
    transform-origin: left center;
    border-radius: inherit;
    background: var(--sss-gold);
}

.sss-homepage-products {
    background: #f5eee4;
}

.sss-homepage-products > .sss-homepage-shell > h2,
.sss-homepage-categories > .sss-homepage-shell > h2 {
    margin-bottom: 34px;
    text-align: center;
}

.sss-homepage-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.sss-homepage-product-card.is-extra {
    display: none;
}

.sss-homepage-product-grid.is-expanded .sss-homepage-product-card.is-extra {
    display: block;
}

.sss-homepage-product-card a {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--sss-line);
    border-radius: 8px;
    background: #fffdf8;
    box-shadow: 0 16px 44px rgba(47, 35, 34, 0.08);
}

.sss-homepage-product-card img {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    object-fit: cover;
    background: #ede7de;
}

.sss-homepage-product-card span {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 18px;
}

.sss-homepage-product-card strong {
    color: var(--sss-ink);
    font-size: 1.05rem;
    line-height: 1.25;
}

.sss-homepage-product-card small {
    color: var(--sss-muted);
}

.sss-homepage-product-card b {
    margin-top: auto;
    color: var(--sss-ink);
    font-size: 1.05rem;
}

.sss-homepage-product-card em {
    color: var(--sss-gold-dark);
    font-style: normal;
    font-weight: 800;
}

.sss-homepage-decoration {
    background: var(--sss-burgundy);
    color: #fffaf1;
}

.sss-homepage-decoration .sss-homepage-shell {
    display: grid;
    grid-template-columns: 0.88fr 1.12fr;
    gap: 54px;
    align-items: center;
}

.sss-homepage-decoration h2 {
    color: #fffaf1;
}

.sss-homepage-decoration p {
    color: rgba(255, 250, 241, 0.78);
    font-size: 1.08rem;
}

.sss-homepage-decoration-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.sss-homepage-decoration-grid img {
    width: 100%;
    aspect-ratio: 1 / 0.82;
    border-radius: 8px;
    object-fit: cover;
}

.sss-homepage-note {
    margin: 28px 0;
    padding: 22px;
    border: 1px solid rgba(255, 250, 241, 0.14);
    border-radius: 8px;
    background: rgba(255, 250, 241, 0.08);
}

.sss-homepage-note h3 {
    color: #fffaf1;
}

.sss-homepage-note a {
    width: 42px;
    height: 42px;
    margin: 18px 10px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 250, 241, 0.28);
    border-radius: 8px;
}

.sss-homepage-features .sss-homepage-shell {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sss-homepage-features article {
    padding: 32px;
}

.sss-homepage-features img {
    width: 82px;
    height: 82px;
    margin-bottom: 24px;
    object-fit: contain;
}

.sss-homepage-inscription {
    background: #fffaf1;
}

.sss-homepage-inscription article {
    min-height: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 42px;
    border: 1px solid var(--sss-line);
    border-radius: 8px;
    background: #f3eee6;
    box-shadow: 0 24px 70px rgba(47, 35, 34, 0.08);
    text-align: center;
}

.sss-homepage-inscription article > span {
    width: 78px;
    height: 78px;
    margin-bottom: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #fffaf1;
    color: var(--sss-gold-dark);
}

.sss-homepage-inscription h2 {
    max-width: 860px;
}

.sss-homepage-inscription p {
    max-width: 880px;
    margin: 30px 0 42px;
    color: var(--sss-muted);
    font-size: 1.22rem;
}

.sss-homepage-gallery {
    background: linear-gradient(180deg, #fbf7ef, #f1e8dc);
}

.sss-homepage-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.sss-homepage-gallery-grid button {
    min-height: 260px;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: var(--sss-burgundy);
    cursor: pointer;
}

.sss-homepage-gallery-grid img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    opacity: 0.82;
    transition: transform 200ms ease, opacity 200ms ease;
}

.sss-homepage-gallery-grid button:hover img,
.sss-homepage-gallery-grid button:focus-visible img {
    opacity: 1;
    transform: scale(1.04);
}

.sss-homepage-reassurance {
    background: #fffaf1;
}

.sss-homepage-reassurance .sss-homepage-shell > div:last-child {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.sss-homepage-reassurance article {
    padding: 30px;
}

.sss-homepage-reassurance svg {
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    color: var(--sss-sage);
}

.sss-homepage-faq {
    background: #f3eee6;
}

.sss-homepage-faq details {
    max-width: 920px;
    margin: 0 auto 12px;
    border: 1px solid var(--sss-line);
    border-radius: 8px;
    background: #fffaf1;
}

.sss-homepage-faq summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 24px;
    color: var(--sss-ink);
    font-weight: 800;
    cursor: pointer;
}

.sss-homepage-faq summary::-webkit-details-marker {
    display: none;
}

.sss-homepage-faq details[open] summary span {
    transform: rotate(45deg);
}

.sss-homepage-faq summary span {
    transition: transform 160ms ease;
}

.sss-homepage-faq details p {
    margin: 0;
    padding: 0 24px 24px;
    color: var(--sss-muted);
}

.sss-homepage-contact {
    background: var(--sss-burgundy);
    color: #fffaf1;
}

.sss-homepage-contact .sss-homepage-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 42px;
    align-items: center;
}

.sss-homepage-contact h2 {
    color: #fffaf1;
}

.sss-homepage-contact p {
    max-width: 720px;
    color: rgba(255, 250, 241, 0.76);
    font-size: 1.08rem;
}

.sss-homepage-contact-actions {
    min-width: 320px;
    display: grid;
    gap: 12px;
}

.sss-homepage-contact-actions a {
    min-height: 54px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 18px;
    border: 1px solid rgba(255, 250, 241, 0.2);
    border-radius: 8px;
    background: rgba(255, 250, 241, 0.08);
}

.sss-homepage-footer {
    padding: 56px 0;
    background: #201819;
    color: rgba(255, 250, 241, 0.72);
}

.sss-homepage-footer .sss-homepage-shell {
    display: grid;
    grid-template-columns: 1.3fr repeat(2, minmax(180px, 0.5fr));
    gap: 34px;
}

.sss-homepage-footer strong,
.sss-homepage-footer a,
.sss-homepage-footer small {
    display: block;
}

.sss-homepage-footer strong {
    margin-bottom: 16px;
    color: #fffaf1;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.42rem;
}

.sss-homepage-footer strong span {
    font-family: Outfit, Inter, sans-serif;
    font-size: 0.72rem;
    text-transform: uppercase;
}

.sss-homepage-footer h4 {
    margin: 0 0 12px;
    color: #fffaf1;
}

.sss-homepage-footer a,
.sss-homepage-footer small {
    margin-top: 8px;
}

.sss-homepage-drawer,
.sss-homepage-lightbox {
    position: fixed;
    z-index: 99999;
    inset: 0;
}

.sss-homepage-drawer-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(32, 24, 25, 0.56);
    backdrop-filter: blur(4px);
}

.sss-homepage-drawer-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 560px);
    height: 100%;
    overflow-y: auto;
    padding: 34px;
    background: #fffaf1;
    box-shadow: -20px 0 60px rgba(32, 24, 25, 0.24);
}

.sss-homepage-drawer-close,
.sss-homepage-lightbox button {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid var(--sss-line);
    border-radius: 50%;
    background: rgba(255, 250, 241, 0.92);
    color: var(--sss-ink);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
}

.sss-homepage-drawer-close {
    margin-left: auto;
}

.sss-homepage-drawer-panel header {
    margin: 20px 0 28px;
}

.sss-homepage-drawer-panel h3 {
    font-size: 2rem;
}

.sss-homepage-drawer-panel p {
    color: var(--sss-muted);
}

.sss-homepage-drawer-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.sss-homepage-drawer-form label {
    display: grid;
    gap: 7px;
    color: var(--sss-ink);
    font-weight: 700;
}

.sss-homepage-drawer-form label:nth-last-of-type(2),
.sss-homepage-drawer-form label:last-of-type,
.sss-homepage-drawer-form .sss-homepage-form-status,
.sss-homepage-drawer-form button {
    grid-column: 1 / -1;
}

.sss-homepage-drawer-form input,
.sss-homepage-drawer-form textarea {
    width: 100%;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid rgba(80, 61, 48, 0.22);
    border-radius: 8px;
    background: #fffdf8;
    color: var(--sss-ink);
}

.sss-homepage-drawer-form textarea {
    min-height: 112px;
    resize: vertical;
}

.sss-homepage-drawer-form input:focus,
.sss-homepage-drawer-form textarea:focus {
    outline: 2px solid rgba(169, 139, 88, 0.35);
    border-color: var(--sss-gold);
}

.sss-homepage-drawer-form input.is-invalid,
.sss-homepage-drawer-form textarea.is-invalid {
    border-color: #9b2f3a;
}

.sss-homepage-form-status {
    min-height: 24px;
    margin: 2px 0 0;
    color: #9b2f3a;
    font-weight: 700;
}

.sss-homepage-success {
    padding: 52px 20px;
    text-align: center;
}

.sss-homepage-success strong {
    width: 76px;
    height: 76px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--sss-sage);
    color: #fffaf1;
    font-size: 2.1rem;
}

.sss-homepage-lightbox {
    display: grid;
    place-items: center;
    padding: 72px;
    background: rgba(24, 18, 19, 0.86);
}

.sss-homepage-lightbox img {
    max-width: min(100%, 1040px);
    max-height: calc(100vh - 150px);
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 20px 80px rgba(0, 0, 0, 0.34);
}

.sss-homepage-lightbox [data-sss-lightbox-close] {
    position: absolute;
    top: 24px;
    right: 24px;
}

.sss-homepage-lightbox [data-sss-lightbox-prev],
.sss-homepage-lightbox [data-sss-lightbox-next] {
    position: absolute;
    top: 50%;
}

.sss-homepage-lightbox [data-sss-lightbox-prev] {
    left: 24px;
}

.sss-homepage-lightbox [data-sss-lightbox-next] {
    right: 24px;
}

@media (max-width: 1100px) {
    .sss-homepage-nav {
        gap: 18px;
        font-size: 0.95rem;
    }

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

@media (max-width: 900px) {
    .sss-homepage-shell {
        width: min(100% - 28px, 1280px);
    }

    .sss-homepage-topbar,
    .sss-homepage-topbar-spacer {
        display: none;
    }

    .sss-homepage-nav {
        display: none;
    }

    .sss-homepage-menu {
        display: none;
    }

    .sss-homepage-header > .sss-homepage-shell {
        min-height: 72px;
        justify-content: center;
    }

    .sss-homepage-logo {
        margin: 0 auto;
        justify-content: center;
    }

    .sss-homepage-logo strong {
        font-size: 1.66rem;
    }

    .sss-homepage-hero {
        display: block;
        min-height: auto;
        padding: 0 0 26px;
        overflow: visible;
        background: #211b15;
    }

    .sss-homepage-hero::before {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1793 / 1000;
        background-image:
            var(--sss-hero-image);
        background-color: #211b15;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .sss-homepage-hero-card {
        width: min(100% - 28px, 640px);
        margin: 0 auto;
        padding: 28px 26px 26px;
        border-radius: 18px;
        background:
            linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 252, 245, 0.72)),
            rgba(255, 255, 255, 0.78);
    }

    .sss-homepage-hero h1 {
        margin-bottom: 22px;
        font-size: clamp(2.15rem, 10vw, 2.85rem);
        font-weight: 500;
        line-height: 1.08;
    }

    .sss-homepage-hero-features,
    .sss-homepage-trust .sss-homepage-shell,
    .sss-homepage-decoration .sss-homepage-shell,
    .sss-homepage-features .sss-homepage-shell,
    .sss-homepage-reassurance .sss-homepage-shell > div:last-child,
    .sss-homepage-contact .sss-homepage-shell,
    .sss-homepage-footer .sss-homepage-shell {
        grid-template-columns: 1fr;
    }

    .sss-homepage-trust .sss-homepage-shell {
        padding: 16px 0;
    }

    .sss-homepage-section {
        padding: 68px 0;
    }

    .sss-homepage-section h2 {
        font-size: 2.05rem;
    }

    .sss-homepage-process .sss-homepage-shell,
    .sss-homepage-categories .sss-homepage-shell {
        width: 100%;
    }

    .sss-homepage-process .sss-homepage-section-head,
    .sss-homepage-categories > .sss-homepage-shell > h2 {
        padding-inline: 5%;
    }

    .sss-homepage-process-grid {
        display: flex;
        grid-template-columns: none;
        gap: 18px;
        width: 100%;
        overflow-x: auto;
        padding: 16px 5% 28px;
        scroll-padding-inline: 5%;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .sss-homepage-process-grid::-webkit-scrollbar {
        display: none;
    }

    .sss-homepage-process-grid::before {
        display: none;
    }

    .sss-homepage-process-step {
        flex: 0 0 85%;
        scroll-snap-align: center;
    }

    .sss-homepage-process-card {
        min-height: 300px;
        padding: 24px;
    }

    .sss-homepage-category-grid {
        display: flex;
        grid-template-columns: none;
        gap: 18px;
        width: 100%;
        overflow-x: auto;
        padding: 0 5%;
        scroll-padding-inline: 5%;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

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

    .sss-homepage-category-card {
        flex: 0 0 85%;
        min-height: 360px;
        aspect-ratio: 4 / 5;
        scroll-snap-align: center;
    }

    .sss-homepage-category-progress {
        display: block;
    }

    .sss-homepage-contact-actions {
        min-width: 0;
    }
}

@media (max-width: 620px) {
    .sss-homepage-header > .sss-homepage-shell {
        min-height: 70px;
        gap: 12px;
    }

    .sss-homepage-logo {
        display: inline-flex;
        align-items: baseline;
        gap: 7px;
    }

    .sss-homepage-logo strong {
        font-size: 1.48rem;
    }

    .sss-homepage-logo span {
        font-size: 0.68rem;
    }

    .sss-homepage-hero {
        padding: 0 0 26px;
    }

    .sss-homepage-hero::before {
        aspect-ratio: 1793 / 1000;
    }

    .sss-homepage-hero-card {
        width: calc(100% - 40px);
        margin-top: 0;
        padding: 24px 20px 24px;
        border-radius: 18px;
    }

    .sss-homepage-eyebrow {
        gap: 10px;
        font-size: 0.78rem;
        letter-spacing: 0.14em;
        line-height: 1.55;
    }

    .sss-homepage-eyebrow span {
        width: 48px;
    }

    .sss-homepage-hero h1 {
        margin-bottom: 22px;
        font-size: clamp(2.08rem, 10vw, 2.55rem);
    }

    .sss-homepage-hero h1::after {
        width: 38px;
        margin-top: 18px;
    }

    .sss-homepage-hero-card > p:not(.sss-homepage-eyebrow) {
        color: #514b47;
        font-size: 1.06rem;
        font-weight: 500;
        line-height: 1.55;
    }

    .sss-homepage-actions {
        margin-top: 22px;
        gap: 10px;
    }

    .sss-homepage-hero-features {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 24px;
        padding-top: 16px;
        gap: 0;
    }

    .sss-homepage-hero-features span {
        min-height: 78px;
        flex-direction: column;
        justify-content: center;
        gap: 8px;
        padding: 0 8px;
        text-align: center;
        font-size: 0.9rem;
        line-height: 1.25;
    }

    .sss-homepage-hero-features span + span {
        border-left: 1px solid rgba(169, 139, 88, 0.34);
    }

    .sss-homepage-hero-features svg {
        width: 30px;
        height: 30px;
    }

    .sss-homepage-actions,
    .sss-homepage-button {
        width: 100%;
    }

    .sss-homepage-product-grid,
    .sss-homepage-gallery-grid {
        grid-template-columns: 1fr;
    }

    .sss-homepage-inscription article {
        min-height: 0;
        padding: 48px 22px;
    }

    .sss-homepage-inscription p {
        font-size: 1rem;
    }

    .sss-homepage-drawer-panel {
        padding: 22px 16px 30px;
    }

    .sss-homepage-drawer-form {
        grid-template-columns: 1fr;
    }

    .sss-homepage-lightbox {
        padding: 72px 16px;
    }

    .sss-homepage-lightbox [data-sss-lightbox-prev] {
        left: 10px;
    }

    .sss-homepage-lightbox [data-sss-lightbox-next] {
        right: 10px;
    }
}
