/* FORCE MOBILE RESPONSIVE - START */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  max-width: 100%;
}

html {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative;
}

body {
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative;
    font-family: "Roboto", sans-serif;
    background: #070809;
    margin: 0 !important;
    padding: 0 !important;
}

/* CRITICAL: Container must be fluid */
.content-container {
  flex: 1;
  width: 100% !important;
  max-width: 1040px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  box-sizing: border-box !important;
}

/* MOBILE FIRST TYPOGRAPHY */
.content-container h1 {
    font-size: 2rem !important;
    margin: 30px 0 !important;
    color: #fff;
    text-align: center;
    word-wrap: break-word;
}

.content-container h2 {
    font-size: 1.5rem !important;
    margin: 30px 0 !important;
    color: #80C054;
    text-align: center;
    word-wrap: break-word;
}

.content-container h3 {
    font-size: 1.2rem !important;
    color: #fff;
    text-align: left;
    line-height: 1.7;
    word-wrap: break-word;
}

.content-container p {
    text-align: left;
    font-size: 1rem !important;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.5;
    word-wrap: break-word;
}

/* DESKTOP SIZES */
@media only screen and (min-width: 769px) {
    .content-container h1 {
        font-size: 8rem !important;
        margin: 50px 0 !important;
    }
    
    .content-container h2 {
        font-size: 5rem !important;
        margin: 50px 0 !important;
    }
    
    .content-container h3 {
        font-size: 2rem !important;
    }
    
    .content-container p {
        font-size: 1.4rem !important;
    }
    
    .content-container {
        padding: 60px 20px 80px 20px !important;
    }
}

/* VIDEOS - NO VW UNITS */
.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.intrologo-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: opacity 0.9s ease, transform 0.9s ease;
}

.intrologo {
    max-width: 90%;
    width: 400px;
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    opacity: 0.07;
    transition: opacity 0.9s ease;
}

.intrologo:hover {
    opacity: 1;
}

.topbar-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow: hidden;
}

@media only screen and (min-width: 769px) {
    .topbar-container {
        height: 330px;
    }
}

.topbar-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.topbar-video {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: top;
}

.topbar-video-vignette {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(
        circle,
        rgba(9,10,11,0) 70%,
        rgba(9,10,11,1) 100%
    );
    z-index: 1;
}

.logo,
.topbar {
    position: relative;
    padding: 15px 10px;
    z-index: 2;
}

.logo {
    cursor: pointer;
}

.logo img {
    max-height: 120px;
    max-width: 90%;
    height: auto;
}

@media only screen and (min-width: 769px) {
    .logo img {
        max-height: 200px;
    }
    
    .logo,
    .topbar {
        padding: 20px 0;
    }
}

.topbar {
    display: flex;
    font-size: 0.9rem;
    text-transform: uppercase;
    justify-content: center;
    gap: 10px;
    padding: 10px 10px 20px 10px;
    width: 100%;
    flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
    .topbar {
        font-size: 1.4rem;
        gap: 20px;
        padding: 10px 0 50px 0;
    }
}

.topbar-link.active {
    border-bottom: 2px solid rgba(128, 192, 84, 1);
    color: #f0f0f0;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    width: 100%;
}

.placeholder-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0;
    width: 100%;
}

@media only screen and (min-width: 769px) {
    .placeholder-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }
}

.placeholder-item {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 15px 0 30px 0;
}

@media only screen and (min-width: 769px) {
    .placeholder-item {
        margin: 20px 0 50px 0;
    }
}

.placeholder-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.placeholder-item .dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    transition: background 0.3s ease;
}

.placeholder-item:hover .dark-overlay {
    background: rgba(0,0,0,0.3);
}

.placeholder-item .overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 10px;
}

@media only screen and (min-width: 769px) {
    .placeholder-item .overlay-text {
        font-size: 1.5rem;
    }
}

.placeholder-item:hover .overlay-text {
    opacity: 1;
}

.placeholder-item-link {
    display: block;
    text-decoration: none;
    border-bottom: none !important;
    color: inherit;
}

.placeholder-item:hover img {
    transform: scale(1.05);
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}

body::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
}

body::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.5);
}

.faq-accordion {
    margin: 3rem 0 3.5rem;
}

.faq-accordion details {
    border: 1px solid #333;
    border-radius: 8px;
    margin: 10px 0;
    overflow: hidden;
}

.faq-accordion summary {
    cursor: pointer;
    color: #fff;
    font-size: 1rem;
    list-style: none;
    padding: 12px 16px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (min-width: 769px) {
    .faq-accordion summary {
        font-size: 1.4rem;
    }
}

.faq-accordion summary::before {
    content: "▸";
    display: inline-block;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.faq-accordion details[open] summary::before {
    transform: rotate(90deg);
}

.faq-accordion .content {
    padding: 15px 16px 14px 34px;
    color: #fff;
    font-size: 0.95rem;
    border-top: 1px solid #333;
    line-height: 1.5;
    word-wrap: break-word;
}

@media only screen and (min-width: 769px) {
    .faq-accordion .content {
        font-size: 1.4rem;
    }
}

.faq-accordion summary::-webkit-details-marker {
    display: none;
}

a {
    color: #fff;
    padding-bottom: 2px;
    text-decoration: none;
    transition: border-bottom 200ms linear;
    border-bottom: 2px solid rgba(128, 192, 84, 0.3);
    word-wrap: break-word;
}

a:hover {
    border-bottom: 2px solid #80C054;
}

.topbar-link {
    color: #fff;
    padding-bottom: 2px;
    text-decoration: none;
    transition: border-bottom 200ms linear;
    border-bottom: 2px solid rgba(128, 192, 84, 0.3);
}

.topbar-link:hover {
    border-bottom: 2px solid #80C054;
}

.footer-link {
    color: #666;
    padding-bottom: 2px;
    text-decoration: none;
    transition: border-bottom 200ms linear;
    border-bottom: 2px solid rgba(102, 102, 102, 0.3);
}

.footer-link:hover {
    border-bottom: 2px solid #666;
}

a.image-link {
    border-bottom: none;
}

.site-footer {
    background: #111;
    color: #666;
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: center;
    padding: 50px 15px;
    box-sizing: border-box;
}

.footer {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 550px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}

@media only screen and (min-width: 769px) {
    .footer {
        flex-direction: row;
        gap: 30px;
    }
}

.contact-form {
    padding: 0px 15px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 100%;
    max-width: 550px;
    margin: 50px auto;
    color: #fff;
    box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
    .contact-form {
        padding: 0px 30px;
    }
}

.contact-input {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    color: #000;
    background: #fff;
    outline: none;
    box-sizing: border-box;
}

.contact-textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-button {
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 10px;
    background-color: #80C054;
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.contact-button:hover {
    background-color: rgba(128, 192, 84, 0.7);
}

/* Center logo */
.logo {
    text-align: center;
    width: 100%;
}

/* Center topbar navigation */
.topbar {
    justify-content: center;
    text-align: center;
}

/* Center footer */
.site-footer {
    text-align: center;
}

.footer {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pill {
  display: inline-flex;
  align-items: center; 
  justify-content: center;
  margin-bottom:20px;
  padding: 10px 24px; 
  border: 1px solid #111;
  border-radius: 9999px;
  font-size: 16px;
  line-height: normal;
  background: #fff;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.pill:hover {
  transform: scale(1.05);      /* gentle grow */
}

.pill:active {
  transform: scale(0.97);      /* small press */
}

.pill-wrap {
	display: flex; 
	justify-content: center; 
	width: 100%; 
	margin: 0px 0;
}