@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bree+Serif&family=DM+Sans:wght@400;500;700&display=swap');

:root {
    --gs-bg: #f3efe8;
    --gs-paper: #fffdf8;
    --gs-text: #1f1f1f;
    --gs-muted: #5f6668;
    --gs-line: rgba(0, 0, 0, 0.12);
    --gs-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--gs-bg);
    color: var(--gs-text);
    font-family: 'DM Sans', sans-serif;
}

a { color: inherit; }

.gs-shell {
    width: min(1160px, calc(100vw - 28px));
    margin: 0 auto;
}

.gs-bg-grid {
    position: fixed;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
        linear-gradient(150deg, #f6f1ea 0%, #f1ebe1 55%, #ece5d9 100%);
    background-size: 28px 28px, 28px 28px, auto;
}

.gs-header {
    position: sticky;
    top: 0;
    z-index: 20;
    background: color-mix(in srgb, var(--gs-paper) 90%, transparent);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--gs-line);
}

.gs-header .gs-shell {
    min-height: 78px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 1rem;
    align-items: center;
}

.gs-logo {
    display: inline-flex;
    gap: 0.8rem;
    align-items: center;
    text-decoration: none;
}

.gs-logo-mark {
    width: 46px;
    height: 46px;
    border-radius: 0;
    display: grid;
    place-items: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.35rem;
    letter-spacing: 0.06em;
    color: var(--theme-text-on-primary);
    background: linear-gradient(135deg, var(--theme-primary), var(--theme-accent));
}

.gs-logo-text strong,
.gs-kicker,
.gs-hero h1,
.gs-section-head h1,
.gs-section-head h2,
.gs-service-grid h3,
.gs-product-card h3,
.gs-product-detail-content h1,
.gs-footer h3 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 0.03em;
}

.gs-logo-text strong { display: block; font-size: 1.05rem; }
.gs-logo-text small { color: var(--gs-muted); font-size: 0.79rem; }

.gs-nav {
    display: flex;
    gap: 0.45rem;
    flex-wrap: wrap;
}

.gs-nav a {
    text-decoration: none;
    border: 1px solid var(--gs-line);
    background: var(--gs-paper);
    padding: 0.46rem 0.65rem;
    font-size: 0.86rem;
    font-weight: 600;
    text-transform: uppercase;
}

.gs-actions { display: flex; gap: 0.55rem; }

.gs-link-lite {
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #2a5561;
    border-bottom: 1px solid rgba(42, 85, 97, 0.36);
    align-self: center;
}

.gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0.72rem 1rem;
    border: 1px solid #111;
    background: linear-gradient(135deg, var(--theme-primary), var(--theme-accent));
    color: var(--theme-text-on-primary);
    font-size: 0.86rem;
    font-weight: 700;
    text-transform: uppercase;
}

.gs-btn-soft {
    background: var(--gs-paper);
    color: var(--gs-text);
    border-color: var(--gs-line);
}

.gs-main { padding: 1.6rem 0 2.8rem; }

.gs-kicker {
    margin: 0;
    font-size: 0.88rem;
    color: var(--theme-primary);
}


.gs-hero-stage {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.gs-hero-backdrop {
    min-height: 540px;
    background:
        radial-gradient(circle at 10% 12%, rgba(255, 255, 255, 0.48), transparent 46%),
        radial-gradient(circle at 86% 10%, rgba(170, 95, 47, 0.22), transparent 28%),
        linear-gradient(160deg, #f5dcc8 0%, #f2d4bf 50%, #ebc8ae 100%);
    border-top: 1px solid var(--gs-line);
    border-bottom: 1px solid var(--gs-line);
    overflow: hidden;
    position: relative;
}

.gs-hero-layout {
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gs-service-grid article,
.gs-product-card,
.gs-empty,
.gs-footer-grid,
.gs-product-detail,
.gs-filter-row,
.gs-marquee div {
    background: var(--gs-paper);
    border: 1px solid var(--gs-line);
    box-shadow: var(--gs-shadow);
}

.gs-hero-copy {
    width: min(56%, 650px);
    padding: 1.4rem 0;
    z-index: 2;
}

.gs-hero-copy h1 {
    margin: 0;
    font-family: 'Bree Serif', serif;
    font-size: clamp(2rem, 4.6vw, 4.6rem);
    line-height: 0.95;
    max-width: 12ch;
    color: #8d4d2f;
}

.gs-hero-subtitle {
    color: #24666d;
    margin: 0.9rem 0 0;
    font-size: clamp(1.1rem, 2vw, 1.85rem);
    max-width: 26ch;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

.gs-contact-line {
    margin-top: 0.85rem;
    display: block;
    font-size: clamp(1.08rem, 1.8vw, 2rem);
}

.gs-contact-line strong {
    color: #c42f34;
    font-weight: 700;
    display: block;
}

.gs-contact-line span {
    color: #c42f34;
    font-weight: 500;
}

.gs-hero-cta { margin-top: 1.15rem; }

.gs-hero-visual {
    width: min(48%, 610px);
    height: 544px;
    position: relative;
    z-index: 1;
}

.gs-hero-pack {
    position: absolute;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 42px rgba(72, 42, 20, 0.24);
}

.gs-hero-pack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gs-pack-main {
    width: 40%;
    height: 208px;
    left: -9%;
    top: 206px;
    border: 5px solid #fff4e6;
    transform: rotate(-14deg) translateY(10px);
}

.gs-pack-side {
    width: 31%;
    height: 150px;
    right: -12%;
    top: -10px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(12deg) translateX(6px);
}

.gs-pack-float {
    width: 29%;
    height: 118px;
    right: 52%;
    bottom: -20px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(-9deg) translateX(-12px);
}

.gs-pack-top {
    width: 27%;
    height: 106px;
    left: 34%;
    top: -18px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(7deg) translateY(-5px);
}

.gs-pack-mini {
    width: 24%;
    height: 100px;
    right: -13%;
    bottom: 258px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(15deg) translateY(-8px);
}

.gs-pack-note {
    width: 24%;
    height: 90px;
    left: 6%;
    bottom: 48px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(8deg) translateY(3px);
}

.gs-pack-pen {
    width: 20%;
    height: 84px;
    right: 17%;
    bottom: 64px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(-12deg) translateX(2px);
}

.gs-pack-planner {
    width: 23%;
    height: 96px;
    left: 44%;
    bottom: 24px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(-4deg) translateX(-2px);
}

.gs-pack-sticky {
    width: 19%;
    height: 88px;
    right: -6%;
    bottom: 126px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(17deg) translateY(-5px);
}

.gs-pack-bottle {
    width: 18%;
    height: 112px;
    left: 62%;
    top: 118px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(-3deg) translateY(2px);
}

.gs-pack-keyring {
    width: 17%;
    height: 80px;
    left: 68%;
    bottom: 188px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(9deg) translateX(1px);
}

.gs-pack-drive {
    width: 16%;
    height: 74px;
    left: 50%;
    top: 92px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(-10deg) translateY(2px);
}

.gs-pack-table {
    width: 18%;
    height: 84px;
    left: 24%;
    top: 74px;
    border: 3px solid rgba(255, 255, 255, 0.88);
    transform: rotate(12deg) translateX(-2px);
}

.gs-hero-pack.is-placeholder {
    display: grid;
    place-items: center;
    padding: 0.6rem;
    text-align: center;
    color: #79533f;
    font-family: 'Bree Serif', serif;
    font-size: 1rem;
    background: linear-gradient(160deg, #fff7ef, #fbe8d8);
}

.gs-dot {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.gs-dot-a {
    width: 90px;
    height: 90px;
    right: -5%;
    bottom: 10px;
    background: rgba(188, 109, 57, 0.26);
}

.gs-dot-b {
    width: 54px;
    height: 54px;
    right: 45%;
    top: 2px;
    background: rgba(26, 94, 101, 0.24);
}

.gs-trusted {
    padding: 1.4rem 0 1.2rem;
    background: #e4d2ca;
    border-bottom: 1px solid var(--gs-line);
}

.gs-trusted h2 {
    margin: 0;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(1.7rem, 2.7vw, 2.5rem);
    letter-spacing: 0.04em;
    color: #0f535b;
}

.gs-trusted-grid {
    margin-top: 0.95rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
}

.gs-trusted-item {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(38, 48, 60, 0.16);
    min-height: 58px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 0.45rem;
    font-weight: 700;
    color: #364152;
    font-size: 0.95rem;
}

.gs-trusted-item-logo {
    padding: 0.55rem;
    background: rgba(255, 255, 255, 0.88);
}

.gs-trusted-item-logo img {
    max-width: 100%;
    max-height: 46px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: saturate(0.88) contrast(1.02);
}

.gs-marquee {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.6rem;
}

.gs-marquee div {
    padding: 0.75rem 0.6rem;
    text-align: center;
    font-weight: 700;
    font-size: 0.84rem;
    text-transform: uppercase;
}

.gs-section { margin-top: 1.8rem; }
.gs-section-head h1,
.gs-section-head h2 {
    margin: 0.35rem 0 0.75rem;
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    line-height: 0.94;
}

.gs-service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.7rem;
}

.gs-service-grid article { padding: 0.95rem; }
.gs-service-grid span { font-size: 0.8rem; color: var(--theme-primary); font-weight: 700; }
.gs-service-grid h3 { margin: 0.35rem 0 0.45rem; font-size: 1.25rem; }
.gs-service-grid p { margin: 0; font-size: 0.9rem; color: var(--gs-muted); }

.gs-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
}

.gs-product-grid-catalog { margin-top: 0.8rem; }

.gs-product-card { overflow: hidden; }

.gs-product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 216px;
    text-decoration: none;
    background: linear-gradient(140deg, color-mix(in srgb, var(--theme-primary) 12%, #fff), color-mix(in srgb, var(--theme-accent) 12%, #fff));
}

.gs-product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gs-product-placeholder,
.gs-product-detail-placeholder {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    background: #fff;
    border: 1px solid var(--gs-line);
}

.gs-product-body { padding: 0.88rem; }
.gs-product-card h3 { margin: 0 0 0.3rem; font-size: 1.4rem; }
.gs-product-card h3 a { text-decoration: none; }
.gs-price { font-weight: 700; color: var(--theme-primary); margin-bottom: 0.35rem; }
.gs-price-lg { font-size: 1.24rem; margin-bottom: 0.8rem; }
.gs-product-card p { margin: 0; color: var(--gs-muted); font-size: 0.88rem; }

.gs-links {
    margin-top: 0.7rem;
    display: flex;
    gap: 0.8rem;
}

.gs-links a,
.gs-back,
.gs-footer a { text-decoration: none; font-weight: 700; }

.gs-empty { grid-column: 1 / -1; padding: 1.4rem; }

.gs-filter-row {
    margin-top: 0.8rem;
    padding: 0.55rem;
    display: flex;
    gap: 0.44rem;
    flex-wrap: wrap;
}

.gs-filter-row a {
    border: 1px solid var(--gs-line);
    background: #fff;
    padding: 0.45rem 0.65rem;
    text-decoration: none;
    font-size: 0.83rem;
    font-weight: 700;
    text-transform: uppercase;
}

.gs-filter-row a.is-active {
    background: var(--theme-primary);
    color: var(--theme-text-on-primary);
    border-color: var(--theme-primary);
}

.gs-pagination-wrap { margin-top: 0.95rem; }

.gs-product-detail {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 0.9rem;
    padding: 0.95rem;
}

.gs-product-detail-media {
    min-height: 360px;
    background: #fff;
    border: 1px solid var(--gs-line);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gs-product-detail-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gs-product-detail-content h1 {
    margin: 0.35rem 0 0.3rem;
    font-size: clamp(1.9rem, 3.8vw, 3.2rem);
    line-height: 0.95;
}

.gs-product-desc { margin-top: 1rem; color: var(--gs-muted); }
.gs-back { display: inline-flex; margin-bottom: 0.45rem; color: var(--theme-primary); }

.gs-footer { border-top: 1px solid var(--gs-line); padding-top: 1rem; }

.gs-footer-grid {
    display: grid;
    grid-template-columns: 1fr 0.7fr 0.9fr;
    gap: 0.8rem;
    padding: 1rem;
}

.gs-footer h3,
.gs-footer h4 { margin: 0 0 0.4rem; font-family: 'Bebas Neue', sans-serif; }
.gs-footer p { margin: 0; color: var(--gs-muted); }
.gs-footer ul { margin: 0; padding-left: 1rem; }
.gs-footer li { margin-bottom: 0.3rem; }

.gs-copyright {
    font-size: 0.86rem;
    color: var(--gs-muted);
    padding: 0.75rem 0 1.6rem;
    text-align: center;
}

@media (max-width: 1024px) {
    .gs-header .gs-shell,
    .gs-service-grid,
    .gs-product-grid,
    .gs-product-detail,
    .gs-footer-grid,
    .gs-marquee,
    .gs-trusted-grid {
        grid-template-columns: 1fr 1fr;
    }

    .gs-header .gs-shell {
        grid-template-columns: 1fr;
        padding: 0.75rem 0;
    }

    .gs-link-lite {
        border-bottom: 0;
    }

    .gs-hero-layout {
        min-height: 500px;
    }

    .gs-hero-copy {
        width: 58%;
    }

    .gs-hero-visual {
        width: 42%;
        height: 452px;
    }
}

@media (max-width: 700px) {
    .gs-shell { width: min(100vw - 18px, 100%); }

    .gs-service-grid,
    .gs-product-grid,
    .gs-product-detail,
    .gs-footer-grid,
    .gs-marquee,
    .gs-trusted-grid {
        grid-template-columns: 1fr;
    }

    .gs-hero-backdrop,
    .gs-hero-layout {
        min-height: 0;
    }

    .gs-hero-layout {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.1rem 0 1.2rem;
    }

    .gs-hero-copy,
    .gs-hero-visual {
        width: 100%;
    }

    .gs-hero-visual {
        margin-top: 0.35rem;
        height: 360px;
    }

    .gs-pack-main {
        width: 42%;
        height: 136px;
        top: 190px;
        left: -8%;
    }

    .gs-pack-side {
        width: 32%;
        height: 96px;
        right: -11%;
        top: -2px;
    }

    .gs-pack-float {
        width: 29%;
        height: 78px;
        right: 43%;
        bottom: -8px;
    }

    .gs-pack-top {
        width: 28%;
        height: 66px;
        left: 32%;
        top: -8px;
    }

    .gs-pack-mini {
        width: 24%;
        height: 72px;
        right: -10%;
        bottom: 206px;
    }

    .gs-pack-note {
        width: 22%;
        height: 58px;
        left: 6%;
        bottom: 18px;
    }

    .gs-pack-pen {
        width: 19%;
        height: 54px;
        right: 12%;
        bottom: 46px;
    }

    .gs-pack-planner {
        width: 21%;
        height: 60px;
        left: 40%;
        bottom: 16px;
    }

    .gs-pack-sticky {
        width: 18%;
        height: 56px;
        right: -6%;
        bottom: 100px;
    }

    .gs-pack-bottle {
        width: 17%;
        height: 82px;
        left: 60%;
        top: 96px;
    }

    .gs-pack-keyring {
        width: 15%;
        height: 54px;
        left: 68%;
        bottom: 152px;
    }

    .gs-pack-drive {
        width: 14%;
        height: 50px;
        left: 51%;
        top: 78px;
    }

    .gs-pack-table {
        width: 16%;
        height: 56px;
        left: 23%;
        top: 66px;
    }

    .gs-contact-line {
        font-size: 1.12rem;
    }

    .gs-nav,
    .gs-actions,
    .gs-hero-cta {
        width: 100%;
    }

    .gs-nav a,
    .gs-btn {
        width: 100%;
        justify-content: center;
    }
}
