/*
Theme Name: HighWater Digital Child
Theme URI: https://highwaterdigital.com/
Description: A master child theme for HighWater projects. Clone this theme for new client sites and customize within the defined structure. Built by Vijay and the HighWater team.
Author: Vijay
Author URI: https://highwaterdigital.com/
Template: hwdmaster-parent
Version: 1.0.0
Text Domain: hd-child
*/

@import url("../hwdmaster-parent/style.css");

/* Custom styling for the Highwater Digital-inspired homepage. */

.site-main {
    background-color: #03174c;
    color: #f7faff;
}

.hero-section {
    background: radial-gradient(circle at top, rgba(255, 255, 255, 0.12), transparent 45%),
        linear-gradient(180deg, #051c5f 0%, #062d78 60%, #03204c 100%);
    padding: 5rem 1rem 4rem;
    text-align: center;
}

.hero-overlay {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}

.hero-logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.65rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-logo-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: inset 0 0 0 4px #032b77;
    display: inline-block;
}

.hero-heading h1 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    margin: 0;
    font-weight: 700;
}

.hero-meta {
    margin: 0.35rem 0 0;
    font-size: 1rem;
    letter-spacing: 0.2em;
    color: #82b3ff;
    display: inline-flex;
    gap: 0.5rem;
}

.hero-copy {
    max-width: 680px;
    line-height: 1.7;
    color: #f0f4ff;
    margin: 0 auto;
}

.hero-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2.25rem;
    border-radius: 999px;
    background: #ffffff;
    color: #042155;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(4, 33, 85, 0.25);
}

.services-section,
.support-section,
.contact-section {
    padding: 4rem 1.25rem;
}

.services-section {
    background: #010c31;
}

.section-header {
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-header h2 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    margin-bottom: 0.5rem;
}

.section-header p {
    color: #b6c5ff;
    margin: 0 auto;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.35em;
    font-size: 0.75rem;
    color: #8db4ff;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.75rem;
    max-width: 1200px;
    margin: 0 auto;
}

.service-card {
    background: #0d1d52;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 20px 35px rgba(1, 7, 27, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card h3 {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.service-card p {
    color: #cbd7ff;
    line-height: 1.6;
}

.service-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #3d81ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-icon.icon-web::after {
    content: '⌂';
    font-size: 1.25rem;
}

.service-icon.icon-graphics::after {
    content: '✎';
}

.service-icon.icon-marketing::after {
    content: '⚙';
}

.support-section {
    background: linear-gradient(180deg, #071248, #020919);
}

.support-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.support-copy h2 {
    margin-bottom: 0.5rem;
}

.support-copy p {
    color: #b5c6e9;
}

.support-cta {
    text-align: center;
    min-width: 250px;
}

.support-cta p {
    margin-top: 1rem;
    color: #93aefe;
}

.contact-section {
    background: #040b31;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.contact-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.75rem;
    min-height: 180px;
}

.contact-card h3 {
    margin-bottom: 0.5rem;
}

.contact-card p {
    color: #d7def8;
    line-height: 1.6;
}

@media (max-width: 640px) {
    .hero-logo {
        letter-spacing: 0.15em;
        padding: 0.45rem 0.9rem;
    }

    .support-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

.hw-client-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin: 3rem auto;
    max-width: 1200px;
}

.hw-client-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.hw-client-card-header h3 {
    margin: 0;
    font-size: 1.35rem;
}

.hw-client-logo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.04);
}

.hw-client-logo-preview {
    min-height: 70px;
    margin-bottom: 0.75rem;
}

.hw-client-logo-preview-img {
    max-width: 180px;
    height: auto;
    display: block;
}

.hw-client-logo-remove {
    margin-left: 0.5rem;
}

.hw-client-design-note {
    color: #d4daff;
    line-height: 1.6;
    margin: 0;
}

.hw-client-link-text {
    font-weight: 600;
    color: #82b3ff;
    text-decoration: none;
}

.hw-client-link-site {
    margin-left: 0.5rem;
}

.hw-testimonial-list {
    display: grid;
    gap: 1.5rem;
    margin: 3rem auto;
    max-width: 1100px;
}

.hw-testimonial {
    background: rgba(13, 29, 82, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    padding: 1.75rem;
    box-shadow: 0 15px 30px rgba(3, 3, 24, 0.5);
}

.hw-testimonial-content {
    color: #e7ecff;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.hw-testimonial-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: #a8b6ff;
}

.hw-testimonial-role {
    text-transform: uppercase;
    letter-spacing: 0.25em;
}

.hw-testimonial a {
    color: #82b3ff;
    font-weight: 600;
    text-decoration: none;
}

.hw-testimonial-single {
    max-width: 600px;
    margin: 0 auto;
}

.hw-testimonial-client {
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #7cc0ff;
}

.hw-client-card-single {
    margin: 0 auto;
    max-width: 360px;
}

.client-story {
    padding: 4rem 1.5rem 5rem;
    max-width: 960px;
    margin: 0 auto;
}

.client-story-hero {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.client-story-logo-wrapper {
    flex: 0 0 160px;
    border-radius: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-story-logo {
    max-width: 140px;
    height: auto;
}

.client-story-header h1 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    margin: 0;
}

.client-story-summary {
    margin: 0.75rem 0;
    color: #d2d9ff;
}

.client-story-links {
    margin-top: 1rem;
}

.client-story-link {
    display: inline-flex;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    background: #4187ff;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.client-story-content {
    margin-top: 2.5rem;
    line-height: 1.8;
    color: #f4f6ff;
}
