@import url('https://fonts.googleapis.com/css2?family=Montserrat&:wght@600&family=Oswald:wght@400;700&family=Roboto:wght@400;500;600;700&display=swap');

/* General Reset & Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  width: 100%;
    align-items: center; 
    font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #999999;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}


h1, h2, h3 {
  font-family: "Oswald', sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    margin-bottom: 1rem;
}

/* Navigation */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5%;
    background-color: #999999CC;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.logo {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
}

.logo a:hover {
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #0000FF;

}

.nav-links {
    list-style: none;
    display: flex;
    gap: 25px;
}

.nav-links a {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
}

.nav-links a:hover {
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #0000FF;
}

/* Hero Section */
.hero {
    display: flex;
    height: 100vh;     
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.0)), url("images/JPN.jpg");
    background-size: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.hero-content h1 {
    display: flex;
    width: 100%; 
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 3.5rem;
    letter-spacing: 5px;
    margin-bottom: 0.15rem;
    font-family: 'Oswald', sans-serif;
    border: 2px solid #fff;  
    padding: 8px; 
}

.hero .img1 {
    position: absolute;
    left: -151px;
    height: 52vh;
}

.hero .img2 {
    position: absolute;
    right: 0px;
    height: 52vh;
}

.hero h2 {
    display: flex;
    align-items: center;
    text-align: center;
  justify-content: space-between;
    font-size: 3.5rem;
    letter-spacing: 5px;
    margin-bottom: 0.15rem;
    font-family: 'Oswald', sans-serif;
}

.hero .subtitle {
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 3px;
    margin-bottom: 1.5rem;
}

.hero .tagline {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 2rem;
    font-family: 'Roboto', sans-serif;
}

.cta-button {
    padding: 12px 30px;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1.25rem;
    font-weight: 400;
}

.cta-button:hover {
    background: #fff;
    color: #000;
}

/* Section Containers */
.section-container {
    padding: 40px 10%;
    text-align: center;
    align-items: center;
    scroll-margin-top: 25px;
}

.alt-bg {
    background-color: #CCCCCC;
}

.dark-bg {
    background-color: #222;
    color: #fff;
}

.section-container h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Oswald', sans-serif;
}


/* Video Section */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
    gap: 30px;
    font-family: 'Roboto', sans-serif;
}

.video-item {
    background: #999;
    padding: 30px;
/*    box-shadow: 0 4px 15px rgba(0,0,0,0.05); */
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}

.video-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

video {
    margin-bottom: 10px;
}

.download-link {
    font-size: 0.8rem;
    color: #888;
    text-decoration: underline;
}

/* About Section */
.about-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;;
    font-family: 'Roboto', sans-serif;
}

.about-text {
    flex-grow: 1;
    min-width: 300px;
    font-family: 'Roboto', sans-serif;
}

.about-image {
    flex: 1;
    min-width: 300px;
}

.about-image img {
    width: 100%;
    border-radius: 4px;
    box-shadow: 10px 10px 0px rgba(0,0,0,0.1);
}

.specs-list {
    list-style: none;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    font-family: 'Roboto', sans-serif;
}

.specs-list li {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.faq {
     margin-bottom: 10px; 
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    text-align: center; 
}

.faq li {
     margin-bottom: 10px; 
    font-family: 'Roboto', sans-serif;
    text-align: left;
    font-size: 0.6rem;
}


/* Container styling */
.accordion-container {
  max-width: 100%;
  margin: 20px auto;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
}

/* Item styling */
.accordion-item a {
  display: inline-block; vertical-align: middle;
  font-size: 1rem;
  background-color: #fff;
  border: 3px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease; /* Smooth expansion */
}

.accordion-item ul li {
  margin-left: 40px; /* Shifts the entire element box */
 list-style-type: circle;
  font-size: 1rem;
}

/* Header/Trigger styling */
.accordion-header {
  padding: 15px 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #f9f9f9;
  list-style: none; /* Hides default triangle */
  display: flex;
  justify-content: space-between;
  transition: background-color 0.3s ease;
}

/* Hover effect on header */
.accordion-header:hover {
  background-color: #e0f7fa;
}



/* Content area */
.accordion-content .li {
  padding: 0 20px;
  background-color: #fff;
  color: #333;
  line-height: 1.2;
  text-align: left;
  font-size: 1rem;
  vertical-align: middle;

  /* Smooth animation setup */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
}

/* --- STATE: Highlight & Expand --- */

/* Highlight when open */
.accordion-item[open] .accordion-header {
  background-color: #b2ebf2; /* Active Highlight Color */
  border-bottom: 1px solid #ddd;
}

/* Toggle plus/minus icon */
.accordion-header .icon {
  transition: transform 0.3s ease;
}

/* Hover effect on links */
.accordion-content a:hover {
  font-weight: bold;
  background-color: #e0f7fa;
}

.accordion-item[open] .accordion-header .icon {
  transform: rotate(45deg); /* Turns + into x */

}

/* Expand content when open */
.accordion-item[open] .accordion-content {
  max-height: 500px; /* Set high enough for content */
  padding: 15px 20px;
  font-size: 1rem;
}


/* Headshots */
.gallery {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gallery img {
    height: 400px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: 0.4s;
    cursor: pointer;
}

.gallery img:hover {
    filter: grayscale(0%);
    transform: scale(1.02);
}

.gallery img:active {
    filter: grayscale(0%);
    transform: scale(1.75);
    z-index: 2;
}


/* Contact Section */
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
    text-align: left;
}

.contact-info p {
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.contact-info a {
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 350px;
}

.contact-form input, .contact-form textarea {
    padding: 15px;
    border: none;
    background: #333;
    color: #fff;
    font-family: inherit;
}

.contact-form button {
    padding: 15px;
    background: #fff;
    color: #222;
    border: none;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form button:hover {
    background: #ccc;
}

/* Footer */
footer {
    background: #111;
    color: #666;
    padding: 30px;
    text-align: center;
    font-size: 0.8rem;
}

.socials {
    margin-top: 10px;
}

.socials a {
    margin: 0 10px;
    color: #888;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .hero h1 { font-size: 2.5rem; }
    .nav-links { display: none; } /* Simple hide for mobile for this demo */
    .about-layout { flex-direction: column-reverse; }
    .section-container { padding: 60px 5%; }
}

