.guide-company-hero {
    position: relative;
}
.guide-company-hero-cover {
    display: block;
    width: 100%;
    min-height: 28rem;
    max-height: 42rem;
    object-fit: cover;
    background: #f1f5f9;
}
.guide-company-hero-cover--placeholder {
    background: linear-gradient(180deg, #f8fafc 0%, #e5e7eb 100%);
    border-bottom: 1px solid var(--gray-200);
}
.guide-company-hero-content {
    margin-top: -15rem;
}
.guide-company-hero-content .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 3rem;
    
}
.guide-company-hero-avatar {
    width: 100%;
    max-width: 30rem;
    aspect-ratio: 1 / 1;
    background-color: var(--white);
    padding: 0.5rem;
    border-radius: 1rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.guide-company-hero-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 1rem;
}
.guide-company-hero-header {
    width: 100%;
    margin-bottom: 2rem;
}
.guide-company-hero-header p {
    max-width: 52rem;
    color: var(--gray-500);
}

.guide-company-content {
    padding: 4.8rem 0 7.2rem;
}

.guide-company-content .content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 37rem;
    gap: 3.2rem;
    align-items: start;
}

.guide-company-main {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.guide-company-main h2 {
    font-size: 2rem;
    border-top: 1px solid var(--gray-200);
    padding-top: 3rem;
    margin-top: 2rem;
    color: var(--gray-900);
    line-height: 1.15;
}
.guide-company-main p {
    color: var(--gray-600);
}

.guide-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.guide-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

.guide-gallery-trigger {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 1.4rem;
    cursor: pointer;
    overflow: hidden;
}

.guide-gallery img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: inherit;
}

.guide-gallery-modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(10, 10, 10, 0.88);
}

.guide-gallery-modal.is-open {
    display: flex;
}

.guide-gallery-stage {
    width: min(92vw, 108rem);
    max-height: 86vh;
    padding: 2rem 6rem;
}

.guide-gallery-preview {
    display: block;
    width: 100%;
    max-height: calc(86vh - 4rem);
    object-fit: contain;
    border-radius: 1.8rem;
}

.guide-gallery-close,
.guide-gallery-nav {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    cursor: pointer;
    color: var(--white);
    background: rgba(255, 255, 255, 0.16);
    transition: background-color .2s ease, transform .2s ease;
}

.guide-gallery-close:hover,
.guide-gallery-nav:hover {
    background: rgba(255, 255, 255, 0.28);
}

.guide-gallery-close {
    top: 2rem;
    right: 2rem;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 999px;
    font-size: 3rem;
    line-height: 1;
}

.guide-gallery-nav {
    top: 50%;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 999px;
    font-size: 2.6rem;
    transform: translateY(-50%);
}

.guide-gallery-prev {
    left: 2rem;
}

.guide-gallery-next {
    right: 2rem;
}

body.guide-gallery-open {
    overflow: hidden;
}

.guide-company-aside {
    position: sticky;
    top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 2rem;
    border-radius: 2rem;
    background: var(--white);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.guide-company-aside .time {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 2rem;
}
.guide-company-aside .time.open {
    background: var(--success-50);
    color: var(--success-700);
}
.guide-company-aside .time.closed {
    background: var(--error-50);
    color: var(--error-600);
}

.guide-company-time .day {
    width: 100%;
    max-width: 15rem;
    font-weight: 500;
    font-size: 1.7rem;
}
.guide-company-time li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 400;
}

.guide-company-time h3 {
    width: 15rem;
    max-width: 100%;
}

.guide-company-time div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
}

.guide-company-time time {
    padding: .5rem;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .05);
}

.guide-company-info {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 2rem;
}

.guide-company-info h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--gray-900);
}

.guide-company-info ul {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
}

.guide-company-info li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: var(--gray-600);
}

.guide-company-info li svg {
    flex-shrink: 0;
    width: 2.5rem;
}

.guide-company-info li a {
    font-size: 1.5rem;
    line-height: 1.3em;
    color: var(--gray-800);
    color: inherit;
    text-decoration: none;
}
.guide-company-info li a:hover {
    text-decoration: underline;
}
.guide-company-info li address {
    font-style: normal;
}

.guide-company-info li:last-child {
    flex-wrap: wrap;
}
.guide-company-info li:last-child a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    color: var(--white);
    text-decoration: none;
}

.guide-company-info li:last-child a svg {
    width: 100%;
}

.guide-social-link--facebook {
    background: #3f51b5;
}
.guide-social-link--instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.guide-social-link--youtube {
    background: #ff3d00;
}
.guide-social-link--linkedin {
    background: #0288d1;
}
.guide-social-link--x {
    background: #000000;
}
.guide-social-link--website {
    background: #16a34a;
}
.cta-group {
    width: 100%;
}
.cta-group .btn,
.cta-group .main-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    width: 100%;
    min-height: 5.2rem;
    padding: 0 1.6rem;
    border-radius: 1.4rem;
    background: #25d366;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
}

.cta-group .btn svg,
.cta-group .main-cta svg {
    width: 1.8rem;
    height: 1.8rem;
}

.cta-group .guide-catalog-cta {
    background: var(--brand-600);
}

.cta-group .guide-catalog-cta:hover {
    background: var(--brand-800);
}

@media (max-width: 991px) {
    .guide-company-content .content {
        grid-template-columns: 1fr;
    }

    .guide-company-aside {
        order: -1;
        position: static;
    }
}

@media (max-width: 767px) {
    .guide-company-content {
        padding: 3.2rem 0 5.6rem;
    }

    .guide-company-aside {
        padding: 1.8rem;
    }

    .guide-company-main h2 {
        font-size: 2.4rem;
    }

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

    .guide-gallery-stage {
        padding: 1.6rem 5.6rem;
    }
}
