body {
    margin: 0;
    font-family: "Times New Roman", Times, serif;
    background-color: #f2f2f2;
}


/*Index Page*/
.title{
    margin-left: 30px;
}

.gallery {
    max-width: 900px;
    margin: 80px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 120px;
    text-align: center;
}

.item a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.item p {
    margin-top: 12px;
    font-size: 18px;
    color: #444;
}

.contact a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

.contact {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #444;
}
/*End of Index*/

/*Nav*/
.top-nav {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding: 14px 16px 0 16px;
    font-size: 14px;
    line-height: 1.25;
    padding-right: 40px;
}

.nav-column {
    display: flex;
    flex-direction: column;
}

.nav-column a {
    text-decoration: none;
    color: #000;
    margin-bottom: 2px;
}

.top-nav a:hover {
    text-decoration: underline;
}

.nav-column-brand a {
    font-weight: normal;
    text-decoration: none;
    color: black;
    font-size: larger;
}

/*End Nav*/

/* Electroacoustic page */
.electro-page {
    background-color: #f2f2f2;
}

.electro-layout {
    max-width: 1400px;
    margin: 70px auto 40px;
    padding: 0 40px 40px;
}

.video-section {
    width: 100%;
    max-width: 600px;
}

.video-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-text {
    max-width: 500px;
    margin-left: 700px;
    margin-top: -320px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    color: #111;
}

.video-text h1 {
    font-size: clamp(28px, 2.4vw, 38px);
    font-weight: normal;
    margin: 0 0 16px;
}

.video-text p {
    font-size: normal;
    line-height: 1.05;
    margin: 0;
    text-align: left;
}

.audio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px;
    margin-top: 170px;
}

.audio-card {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    color: #111;
}

.audio-card h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 18px;
}

.audio-card audio {
    width: 100%;
    max-width: 320px;
    display: block;
    margin: 0 auto 24px;
}

.audio-card p {
    font-size: smaller;
    line-height: 1.25;
    max-width: 320px;
    margin: 0 auto;
    text-align: left;
}

/*End Electroacoustic page */

/* Calicojacques page */
.calico-page {
    background-color: #f2f2f2;
}

.calico-layout {
    max-width: 1180px;
    margin: 30px auto 40px;
    padding: 0 24px 40px;
}

.calico-title {
    font-family: "Times New Roman", Times, serif;
    font-weight: normal;
    font-size: clamp(42px, 5vw, 82px);
    text-align: center;
    margin: 40px 0 30px;
    color: #000;
}

.calico-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 36px;
    align-items: start;
    justify-content: center;
}

.calico-video {
    display: flex;
    justify-content: center;
}

.calico-video .video-placeholder {
    width: 100%;
    max-width: 920px;
    aspect-ratio: 16 / 9;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(30px, 3vw, 48px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.soundcloud-star {
    width: 220px;
    aspect-ratio: 1 / 1;
    background: orange;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: polygon(
        50% 0%,
        61% 26%,
        90% 10%,
        76% 38%,
        100% 50%,
        76% 62%,
        90% 90%,
        61% 74%,
        50% 100%,
        39% 74%,
        10% 90%,
        24% 62%,
        0% 50%,
        24% 38%,
        10% 10%,
        39% 26%
    );
    font-family: "Times New Roman", Times, serif;
    font-size: 28px;
    line-height: 1.2;
    padding: 20px;
    box-sizing: border-box;
    justify-self: center;
    margin-top: -10px;
}

.soundcloud-star:hover {
    transform: scale(1.03);
}

.calico-description {
    max-width: 980px;
    margin: 40px auto 0;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    color: #000;
}

.calico-description h2 {
    font-size: clamp(28px, 2.8vw, 46px);
    font-weight: normal;
    margin: 0 0 8px;
}

.calico-description p {
    font-size: x-large;
    line-height: 1.15;
    margin: 0;
}
/* End Calicojacques page */

/* About page */
/* About page */
/* About page */

.about-page-simple {
    background-color: #f2f2f2;
}

.about-simple-layout {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}

.about-simple-box {
    width: min(800px, 100%);
    height: 760px; /* important: fixed height like your design */
    background-color: #ffffff;
    overflow: hidden; /* keeps image inside */
    display: flex;
}
.about-simple-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* END About page */
/* END About page */
/* END About page */

/* Photos page */
/* Photos page */
/* Photos page */
.photos-page {
    background-color: #f2f2f2;
}

.photos-layout {
    display: flex;
    justify-content: center;
    padding: 60px 20px;
}

.photo-gallery {
    width: min(1260px, 100%);
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr) 70px;
    align-items: center;
    gap: 20px;
}

.photo-frame {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-placeholder {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: clamp(28px, 3vw, 44px);
    text-align: center;
}

.gallery-arrow {
    border: none;
    background: transparent;
    color: #000;
    font-size: 46px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
}

.gallery-arrow:hover {
    opacity: 0.6;
}
/* End Photos page */
/* End Photos page */
/* End Photos page */

/* Acoustic page */
/* Acoustic page */
/* Acoustic page */
.acoustic-page {
    background-color: #f2f2f2;
}

.acoustic-layout {
    max-width: 1200px;
    margin: 100px auto 60px;
    padding: 0 30px;
}

.acoustic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 120px;
    justify-content: center;
    align-items: start;
}

.acoustic-card {
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    color: #000;
}

.acoustic-card h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 18px;
}

.acoustic-audio {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto 26px;
}

.acoustic-card p {
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
}

.acoustic-image {
    max-width: 500px;
    margin: 20px auto 0;
}

.acoustic-image img {
    width: 100%;
    height: auto;
}
/* END Acoustic page */
/* END Acoustic page */
/* END Acoustic page */

/* Contact page */
/* Contact page */
/* Contact page */
.contact-page {
    background-color: #f2f2f2;
}

.contact-layout {
    min-height: calc(100vh - 90px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px 80px;
    box-sizing: border-box;
}

.contact-content {
    text-align: center;
    color: #4a4a4a;
    font-family: "Times New Roman", Times, serif;
}

.contact-content p {
    margin: 0 0 42px;
    font-size: clamp(32px, 4vw, 58px);
    line-height: 1.15;
}

.contact-content p:last-child {
    margin-bottom: 0;
}

.contact-content a {
    color: inherit;
    text-decoration: none;
}

.contact-content a:hover {
    text-decoration: underline;
}
/* END Contact page */
/* END Contact page */
/* END Contact page */

/* Article / Gear page */
/* Article / Gear page */
/* Article / Gear page */
.article-page {
    background-color: #f2f2f2;
}

.article-layout {
    max-width: 1400px;
    margin: 130px auto 60px;
    padding: 0 30px;
}

.article-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
    gap: 70px;
    align-items: center;
}

.article-gallery {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    align-items: center;
    gap: 16px;
}

.article-photo-frame {
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-photo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.article-gallery-placeholder {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(28px, 3vw, 44px);
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.article-arrow {
    border: none;
    background: transparent;
    color: #000;
    font-size: 46px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    font-family: "Times New Roman", Times, serif;
}

.article-arrow:hover {
    opacity: 0.6;
}

.article-text {
    color: #000;
}

.article-text h1 {
    font-size: 40px;
    font-weight: normal;
    margin: 0 0 18px;
    line-height: 1.05;
}

.article-text p {
    font-size: 20px;
    line-height: 1.28;
    margin: 0 0 28px;
}

.article-text p:last-child {
    margin-bottom: 0;
}
/* END Article / Gear page */
/* END Article / Gear page */
/* END Article / Gear page */



@media (max-width: 450px) {
    .gallery {
        grid-template-columns: 1fr;
    }
    
    .title{
    text-align: center;
    }
/*Nav*/
/*Nav End*/
   
}

