.hero-photo-wrap { position: relative; min-width: 0; }
.hero-photo { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 30px; display: block; box-shadow: 0 35px 90px #17352e24; }
.photo-badge { position: absolute; left: -30px; bottom: 28px; background: var(--lime); border-radius: 18px; padding: 18px 22px; display: grid; box-shadow: 0 18px 45px #17352e25; }
.photo-badge strong { font-size: 1rem; }
.photo-badge span { font-size: .8rem; color: #3e514c; }
.image-card { padding: 0 !important; overflow: hidden; }
.image-card img { width: 100%; height: 190px; object-fit: cover; display: block; }
.image-card > div { padding: 24px 28px 28px; }
.image-card h3 { margin: 30px 0 10px; }
.web-feature { background: var(--ink); color: #fff; padding: 95px 0; }
.web-feature-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.web-feature h2 { font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: 1.05; letter-spacing: -.055em; }
.web-feature p:not(.eyebrow) { color: #b8c8c4; max-width: 560px; }
.web-feature img { width: 100%; height: 420px; object-fit: cover; border-radius: 26px; }
.contact-photo { width: 100%; height: 220px; object-fit: cover; object-position: center 24%; border-radius: 20px; margin-top: 28px; }
.chat-page { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; padding-block: 75px 110px; min-height: 720px; }
.chat-intro h1 { font-size: clamp(3rem, 5vw, 5.1rem); line-height: 1; letter-spacing: -.065em; margin: 20px 0 28px; }
.ai-note { margin-top: 38px; padding: 20px; border: 1px solid #b8d8cc; background: #eaf4ef; border-radius: 16px; }
.ai-note p { font-size: .9rem; color: var(--muted); margin: 6px 0 0; }
.chat-panel { height: 620px; background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: 18px; box-shadow: 0 25px 80px #17352e12; overflow: hidden; }
.winmens-ai-chat { width: 100%; height: 100%; }
.chat-setup { height: 100%; display: grid; place-content: center; text-align: center; justify-items: center; max-width: 500px; margin: auto; padding: 30px; }
.chat-icon { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 18px; background: var(--ink); color: var(--lime); font-weight: 800; }
.chat-setup h2 { margin: 24px 0 12px; }
.chat-setup p { color: var(--muted); }
.chat-setup code { background: #edf2ee; color: var(--ink); padding: 2px 6px; border-radius: 5px; }
.setup-detail { font-size: .86rem; }

@media (max-width: 850px) {
    .hero-photo-wrap { margin-top: 15px; }
    .photo-badge { left: 18px; }
    .web-feature-grid, .chat-page { grid-template-columns: 1fr; gap: 38px; }
    .web-feature img { height: 320px; }
    .chat-page { padding-block: 55px 80px; }
    .chat-panel { height: 580px; }
}

@media (max-width: 520px) {
    .hero-photo { border-radius: 20px; }
    .photo-badge { left: 12px; right: 12px; bottom: 12px; }
    .image-card img { height: 180px; }
    .web-feature { padding: 70px 0; }
    .web-feature img { height: 240px; }
    .chat-panel { height: 520px; padding: 8px; border-radius: 18px; }
}
