:root {
    --bg: #f6f3ef;
    --text: #3f3a36;
    --muted: #9b948e;
    --white: #ffffff;
    --shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: var(--bg);
    color: var(--text);
}

.jewelry-showcase {
    width: 100%;
    overflow: hidden;
    background: var(--bg);
}

.hero {
    position: relative;
    min-height: 70vh;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 80px 7%;
    text-align: center;
    background:
        linear-gradient(to right, rgba(190, 190, 190, 0.22), rgba(255, 255, 255, 0.02)),
        url("https://images.unsplash.com/photo-1617038220319-276d3cfab638?auto=format&fit=crop&w=1600&q=80") center/cover no-repeat;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.hero-content {
    position: relative;
    z-index: 1;
    color: var(--white);
}

.eyebrow {
    margin: 0 0 18px;
    font: 500 11px/1.4 var(--sans);
    letter-spacing: 0.3em;
    text-transform: uppercase;
    opacity: 0.78;
}

.hero-title {
    margin: 0 0 18px;
    font-family: var(--serif);
    font-size: clamp(24px, 5vw, 40px);
    line-height: 0.96;
    font-weight: 400;
    color: white;
    letter-spacing: -0.03em;
}

.hero-subtitle {
    margin: 0;
    color: white;
    font: italic 300 21px/1.6 var(--serif);
    opacity: 0.82;
}

.story {
    display: grid;
    grid-template-columns: minmax(280px, 1.05fr) minmax(280px, 1fr);
    gap: 72px;
    align-items: center;
    padding: 78px 7% 92px;
    background: #f7fcfc;
}

.story-image-wrap {
    max-width: 470px;
}

.story-image {
    width: 100%;
    aspect-ratio: 1 / 0.84;
    object-fit: cover;
    display: block;
    border: 5px solid rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow);
}

.story-text {
    max-width: 470px;
}

.story-title {
    margin: 0 0 22px;
    font-family: var(--serif);
    font-size: clamp(24px, 5vw, 40px);
    line-height: 1.05;
    font-weight: 400;
    color: #4b443e;
}

.story-text p {
    margin: 0 0 18px;
    font: 400 17px/1.9 var(--sans);
    color: #7a736d;
}

.story-text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .hero {
        min-height: 50vh;
        padding: 64px 6%;
        background-position: 62% center;
    }

    .story {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 58px 6% 70px;
    }

    .story-image-wrap,
    .story-text {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    .hero {
        min-height: 320px;
        padding: 52px 5%;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .story {
        padding: 46px 5% 56px;
    }

    .story-text p {
        font-size: 15px;
        line-height: 1.8;
    }
}

.craft-trust-section {
    background: #f7fcfc;
    color: #4d4741;
    padding: 88px 7% 96px;
    font-family: "Georgia", "Times New Roman", serif;
}

.craft-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.9fr 0.9fr;
    gap: 38px;
    align-items: start;
    margin-bottom: 96px;
}

.craft-copy h2,
.trust-title {
    margin: 0;
    font-size: clamp(24px, 5vw, 40px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #4c453f;
}

.craft-copy h2 {
    margin-bottom: 30px;
}

.craft-item+.craft-item {
    margin-top: 34px;
}

.craft-item h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    color: #534c46;
}

.craft-item p {
    margin: 0;
    max-width: 290px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.85;
    color: #8b847d;
}

.craft-card {
    position: relative;
    min-height: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    background: #ddd;
}

.craft-card img {
    width: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
}

.trust {
    text-align: center;
}

.trust-title {
    margin-bottom: 48px;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 22px;
}

.trust-item {
    padding: 8px 12px;
}

.trust-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 18px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: #eef0f1;
    color: #5f6468;
}

.trust-icon svg {
    width: 20px;
    height: 20px;
}

.trust-item h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 400;
    color: #4f4943;
}

.trust-item p {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #8e8780;
}

@media (max-width: 980px) {
    .craft-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-bottom: 74px;
    }

    .craft-copy h2,
    .craft-item p {
        max-width: 100%;
    }

    .craft-card {
        min-height: 320px;
    }

    .trust-grid {
        grid-template-columns: repeat(2, minmax(180px, 1fr));
        gap: 28px 18px;
    }
}

@media (max-width: 560px) {
    .craft-trust-section {
        padding: 0px 5%;
    }
.gallery-main{
    grid-template-columns: repeat(2,1fr);
}
    .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px;
    }

    .trust-title {
        margin-bottom: 34px;
    }

    .craft-card {
        min-height: 260px;
    }
}

.workshop-gallery {
    background: #f7fcfc;
    color: #47413b;
    padding: 78px 7% 0;
}

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

.gallery-head h2 {
    margin: 0;
    font-size: clamp(24px, 5vw, 40px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.gallery-tags {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    color: #8a847e;
    letter-spacing: 0.04em;
}

.gallery-main,
.gallery-side-item {
    overflow: hidden;
}

.gallery-main {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
}

.gallery-main img,
.gallery-side-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-main img{
    aspect-ratio: 1/1;
}
.gallery-cta {
    margin-top: 54px;
    background: #dfe5e6;
    text-align: center;
    padding: 74px 20px 76px;
    border-radius: 10px;
}

.gallery-cta h3 {
    margin: 0 auto 30px;
    max-width: 860px;
    font-size: clamp(24px, 5vw, 40px);
    line-height: 0.98;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #47413b;
}

.gallery-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.gallery-btn {
    min-width: 168px;
    padding: 15px 28px;
    border: 1px solid #aaa7a3;
    background: transparent;
    color: #66615b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font: 500 11px/1 "Segoe UI", Arial, sans-serif;
    transition: all 0.25s ease;
    border-radius: 10px;
}

.gallery-btn.primary {
    background: #726c68;
    border-color: #726c68;
    color: #fff;
    border-radius: 10px;
}

.gallery-btn:hover {
    transform: translateY(-2px);
    opacity: 0.92;
}

@media (max-width: 920px) {
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .gallery-main {
        min-height: 420px;
    }

    .gallery-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
    }

    .gallery-side-item {
        min-height: 240px;
    }

    .gallery-cta {
        padding: 58px 20px 62px;
    }
}

@media (max-width: 560px) {
    .workshop-gallery {
        padding: 58px 5% 0;
    }

    .gallery-head {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 22px;
    }

    .gallery-side {
        grid-template-columns: 1fr;
    }

    .gallery-main,
    .gallery-side-item {
        min-height: 240px;
    }

    .gallery-btn {
        width: 100%;
        max-width: 280px;
    }
}
@media screen and (max-width: 768px){
    .gallery-main{
        grid-template-columns: repeat(2,1fr) !important;
    }
    .craft-card img{
        min-height: 320px;
    }
    .trust-item h3 {
        font-size: 17px;
    }
}