.inshore-page { background: #fff; }

.inshore-container {
    width: min(1200px, calc(100% - 3rem));
    margin-inline: auto;
}

.inshore-hero {
    min-height: clamp(285px, 28vw, 422px);
    display: grid;
    place-items: center;
    padding: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.inshore-hero h1 {
    color: #fff;
    font-size: clamp(2.7rem, 5vw, 4.8rem);
    letter-spacing: -.045em;
    text-shadow: 0 2px 14px rgb(0 0 0 / 30%);
    text-transform: uppercase;
}

.inshore-intro { padding: clamp(4.5rem, 7vw, 6.75rem) 0; }

.inshore-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
    gap: clamp(2.5rem, 5vw, 5.5rem);
    align-items: center;
}

.inshore-copy h2,
.inshore-guided h2 {
    color: var(--color-primary);
    font-size: clamp(2rem, 3.2vw, 3.15rem);
    letter-spacing: -.045em;
    line-height: 1.02;
    text-transform: uppercase;
}

.inshore-copy p {
    margin-top: 1.2rem;
    color: #273244;
    line-height: 1.85;
}

.inshore-video {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--color-secondary);
    box-shadow: var(--shadow-premium);
}

.inshore-video iframe { display: block; width: 100%; height: 100%; border: 0; }

.inshore-guided {
    min-height: clamp(385px, 34vw, 570px);
    display: grid;
    align-items: center;
    padding: clamp(4.5rem, 8vw, 7.5rem) 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inshore-guided-content {
    max-width: 850px;
    padding: clamp(2rem, 4vw, 3.75rem);
    background: rgb(3 28 82 / 66%);
    color: #fff;
    text-align: center;
}

.inshore-guided h2 { color: #fff; }

.inshore-guided p {
    margin-top: 1.45rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.85;
}

@media (max-width: 760px) {
    .inshore-container { width: min(100% - 2.5rem, 1200px); }
    .inshore-intro-grid { grid-template-columns: 1fr; }
    .inshore-guided { min-height: 0; }
    .inshore-guided-content { padding: 2rem 1.35rem; }
}
