html,
body {
    width: 100%;
    min-height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    color: #251f18;
    background: #f0eadf;
    font-family: "Lato", "SF Pro SC", "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-home {
    overflow: hidden;
}

.hero-section {
    position: relative;
    height: clamp(720px, 82vh, 920px);
    padding: 34px clamp(22px, 4vw, 72px) 84px;
    color: #fff8ed;
    isolation: isolate;
}

.hero-media,
.hero-shade {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.hero-media {
    background-image: url("../../uploads/20260608/8f13fb4f030d23b05ab9cb05d19a7612.png");
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.hero-shade {
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(25, 19, 13, 0.88) 0%, rgba(25, 19, 13, 0.62) 46%, rgba(25, 19, 13, 0.2) 100%),
        linear-gradient(180deg, rgba(25, 19, 13, 0.2) 0%, rgba(25, 19, 13, 0.72) 100%);
}

.site-header,
.hero-content,
.story-section,
.closing-section {
    width: min(1180px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.brand-mark {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 700;
}

.brand-symbol {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 248, 237, 0.55);
    background: rgba(255, 248, 237, 0.12);
    font-size: 13px;
    letter-spacing: 0;
}

.header-note,
.eyebrow {
    margin: 0;
    color: #cda66d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
}

.header-note {
    color: rgba(255, 248, 237, 0.72);
    letter-spacing: 0.22em;
}

.hero-content {
    padding-top: clamp(110px, 18vh, 192px);
}

.hero-content h1 {
    max-width: 720px;
    margin: 16px 0 0;
    font-size: clamp(58px, 9vw, 118px);
    line-height: 0.96;
    font-weight: 800;
    letter-spacing: 0;
}

.hero-copy {
    max-width: 580px;
    margin: 30px 0 0;
    color: rgba(255, 248, 237, 0.86);
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.85;
}

.story-section {
    padding: 92px 0 88px;
}

.story-layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.95fr) minmax(420px, 1fr);
    gap: clamp(40px, 5vw, 84px);
    align-items: center;
}

.story-image {
    min-height: 430px;
    background:
        linear-gradient(180deg, rgba(25, 34, 25, 0.06), rgba(25, 34, 25, 0.18)),
        url("../../uploads/20260608/4b2b4b2f83e47b4bd780918e65290f2d.png") center / cover;
    box-shadow: 0 28px 72px rgba(70, 50, 28, 0.16);
}

.story-copy {
    padding: clamp(10px, 2vw, 28px) 0;
}

.story-copy h2,
.closing-section h2 {
    margin: 18px 0 0;
    color: #221b15;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.12;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
}

.story-copy p:last-child {
    max-width: 600px;
    margin: 28px 0 0;
    color: #6a5c4f;
    font-size: 17px;
    line-height: 1.9;
}

.impression-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 56px;
    background: rgba(72, 55, 36, 0.16);
}

.impression-item {
    min-height: 220px;
    padding: 30px;
    background: #fbf6ec;
}

.impression-index {
    display: block;
    margin-bottom: 62px;
    color: #cda66d;
    font-size: 13px;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
}

.impression-item h3 {
    margin: 0 0 14px;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0;
}

.impression-item p {
    margin: 0;
    color: #716456;
    font-size: 15px;
    line-height: 1.75;
}

.closing-section {
    min-height: 300px;
    margin-bottom: 72px;
    padding: 56px 42px;
    color: #fff8ed;
    background:
        linear-gradient(90deg, rgba(23, 63, 53, 0.96), rgba(23, 63, 53, 0.86)),
        url("../../uploads/20260608/8f13fb4f030d23b05ab9cb05d19a7612.png") center / cover;
    text-align: center;
}

.closing-section h2 {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    color: #fff8ed;
    font-size: clamp(32px, 4.2vw, 58px);
}

.site-footer {
    padding: 28px 20px;
    color: rgba(255, 248, 237, 0.58);
    background: #1d1814;
    text-align: center;
}

.site-footer p {
    margin: 0;
    font-size: 13px;
    line-height: 1.7;
}

.site-footer span {
    color: rgba(255, 248, 237, 0.78);
}

@media (max-width: 980px) {
    .hero-section {
        height: 760px;
    }

    .story-layout,
    .impression-grid {
        grid-template-columns: 1fr;
    }

    .story-image {
        min-height: 360px;
    }

    .impression-grid {
        gap: 12px;
        background: transparent;
    }

    .impression-item {
        min-height: 190px;
    }

    .impression-index {
        margin-bottom: 40px;
    }
}

@media (max-width: 640px) {
    .hero-section {
        height: 700px;
        padding: 24px 0 60px;
    }

    .hero-media {
        background-position: 60% center;
    }

    .hero-shade {
        background:
            linear-gradient(180deg, rgba(25, 19, 13, 0.8) 0%, rgba(25, 19, 13, 0.48) 48%, rgba(25, 19, 13, 0.9) 100%),
            linear-gradient(90deg, rgba(25, 19, 13, 0.66), rgba(25, 19, 13, 0.1));
    }

    .site-header,
    .hero-content,
    .story-section,
    .closing-section {
        width: min(100% - 32px, 1180px);
    }

    .site-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .brand-mark {
        font-size: 16px;
    }

    .brand-symbol {
        width: 38px;
        height: 38px;
    }

    .hero-content {
        padding-top: 108px;
    }

    .hero-content h1 {
        font-size: clamp(54px, 17vw, 68px);
    }

    .hero-copy,
    .story-copy p:last-child {
        line-height: 1.75;
    }

    .hero-copy {
        max-width: 330px;
        font-size: 16px;
    }

    .story-section {
        padding: 64px 0 58px;
    }

    .story-image {
        min-height: 280px;
    }

    .impression-grid {
        margin-top: 38px;
    }

    .impression-item {
        padding: 24px;
    }

    .closing-section {
        min-height: 240px;
        margin-bottom: 48px;
        padding: 42px 24px;
    }
}
