.tug-phv1 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1380px;
    margin: 24px auto;
    display: grid;
    grid-template-columns: minmax(320px, 36%) minmax(0, 1fr);
    gap: clamp(30px, 3.5vw, 52px);
    align-items: start;
    font-family: inherit;
}

.tug-phv1__media { width: 100%; min-width: 0; }
.tug-phv1__stage { position: relative; width: 100%; height: clamp(360px, 38vw, 520px); background: #fff; overflow: hidden; }

.tug-phv1__image { display: none !important; width: 100%; height: 100%; object-fit: contain; }
.tug-phv1__image--active { display: block !important; }

.tug-phv1__toggle { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 28px; padding-top: 3px; }
.tug-phv1__dot { width: 11px; height: 11px; padding: 0; border: 1px solid currentColor; border-radius: 50%; background: transparent; color: currentColor; cursor: pointer; opacity: .45; }
.tug-phv1__dot--active { background: currentColor; opacity: 1; }

.tug-phv1__content { min-width: 0; padding-top: 4px; }
.tug-phv1__name { font-size: clamp(28px, 3vw, 42px); line-height: 1.02; font-weight: 700; margin-bottom: 4px; }
.tug-phv1__brand { font-size: 13px; line-height: 1.35; letter-spacing: .05em; text-transform: uppercase; opacity: .68; margin-bottom: 12px; }
.tug-phv1__h3 { font-size: clamp(20px, 1.7vw, 25px); line-height: 1.15; margin: 10px 0 9px; }
.tug-phv1__copy { max-width: 760px; }
.tug-phv1__copy p { font-size: 16px; line-height: 1.5; margin: 0 0 10px; }

.tug-phv1__button-row { margin-top: 18px; }
.tug-phv1__button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 24px; border: 1.5px solid currentColor; border-radius: 999px; color: inherit; background: transparent; font-size: 13px; line-height: 1.2; font-weight: 700; letter-spacing: .035em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 767px) {
    .tug-phv1 { display: block; max-width: 100%; margin: 22px 0; }
    .tug-phv1__stage { height: auto; aspect-ratio: 1 / 1; }
    .tug-phv1__content { padding-top: 10px; }
    .tug-phv1__name { font-size: 28px; }
    .tug-phv1__h3 { font-size: 22px; }
    .tug-phv1__copy p { font-size: 16px; }
    .tug-phv1__dot { width: 14px; height: 14px; }
    .tug-phv1__toggle { min-height: 42px; }
}
