@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Sarina&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root{
    font-family: 'DM Sans', sans-serif; 
    font-weight: 800;
    font-style: normal;
    --cream: #F7F3EC;
    --cream-dark: #EDE7DB;
    --ink: #1C1814;
    --red: #C0392B;
    --gold: #C9992A;
    --gold-light: #F5ECD4;
    --teal-light: #D4EDEA;
}

body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: repeating-linear-gradient(
      transparent,
      transparent 39px,
      rgba(28,24,20,0.06) 39px,
      rgba(28,24,20,0.06) 40px
    );
    pointer-events: none;
}

body{
    background: var(--cream);
    color: var(--ink);
    min-height: 200px;
    overflow-x: hidden;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
    pointer-events: none;
    opacity: 0.4;
}

.head {
    min-height: 100vh;
    display: flex; 
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    padding: 120px 40px 80px;
    position: relative;
    text-align: center;
}

.navbar{
    padding: 30px 30px;
    border-bottom: 1px solid var(--cream-dark);
    background-color: var(--cream-dark);
    position: fixed;
    top: 0; 
    left: 0; 
    right: 0;
    backdrop-filter: blur(30px);
    z-index: 999;
    display: flex;
    justify-content: space-between;
}

.nav-link{
    position: relative;
    z-index: 10;
    font-family: 'DM Sans', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 50px;
    color: var(--ink);
    z-index: 1000;
}

.nav-link:hover{
    color: var(--red);
}

.nav-text{
    margin-left: auto;
    font-size: 20px;
    margin-right: 50px;
    color: var(--ink);
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    text-decoration: none;
}

.nav-text:hover{
    color: var(--red);
}


.title {
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    font-size: 120px;
    line-height: .95;
    letter-spacing: -.02em;
    color: var(--ink);
    position: relative;
    animation: fadeUp .6s .1s ease both;
}

.subtitle {
    letter-spacing: 3px; 
    text-transform: uppercase; 
    font-family: Permanent Marker, cursive;
    font-weight: 400;
    color: var(--ink-light);
    max-width: 520px; 
    line-height: 1.6; 
    margin: 28px auto 0;
    position: relative; 
    animation: fadeUp .6s .2s ease both;
}

.subtitle-join{
    font-family: 'DM Sans', sans-serif;
    font-weight: 800; 
    font-style: normal; 
    font-size: 15px; 
    color: var(--red);
    padding: 10px 10px;
    background: #1c181410;
    border-radius: 30px;
    margin-bottom: 30px;
    animation: fadeUp .6s .1s ease both;
}

.sub strong { 
    font-weight: 500; 
    color: var(--ink); 
}
 
.actions {
    display: flex; 
    gap: 12px; 
    margin-top: 40px;
    position: relative; 
    animation: fadeUp .6s .3s ease both;
    flex-wrap: wrap; 
    justify-content: center;
}
.title .jp {
    font-size: 50px;
    opacity: .35;
    display: block;
    letter-spacing: 1.3px;
    font-weight: 400;
    margin-top: 8px;
}

.ideas{
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, 1fr);
    gap: 64px;
    align-items: end; 
    margin-bottom: 48px;
}

.idea-title{
    font-size: 15px;
    letter-spacing: 10px; 
    text-transform: uppercase; 
    font-family: Permanent Marker, cursive;
    font-weight: 400;
    color: var(--red);
    margin-left: 75px;
    margin-bottom: 30px;
}

.head-title{
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    font-size: 40px;
    font-weight: 800; 
    text-transform: uppercase; 
    color: var(--ink);
    margin-left: 75px;
    margin-bottom: 30px;
}

.idea-card{
    background-color: var(--gold-light);
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid var(--gold-light);
    border-radius: 10px;
    height: 100%;
}

.process{
    margin-left: 50px;
    display: flex;
    text-wrap: wrap;
    justify-content: center;
    border-radius: 10px;
}

.process-card{
    background: var(--cream-dark);
    padding: 15px 15px;  
    width: 30%;  
}

.process-title{
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    font-size: 40px;
}

.process-text{
    text-wrap: wrap;
}

.vertical-line{
    border: 1.5px solid var(--gold);
    height: 220px;
}

.idea-head{
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
}

.reward-card{
    margin-left: 75px;
    margin-right: 75px;
    padding: 100px 100px;
    border-radius: 10px;
    background-color: var(--teal-light);
    margin-bottom: 100px;
}

.reward-title{
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    font-size: 40px;
    font-weight: 800; 
    text-transform: uppercase; 
    margin-bottom: 30px;
    text-wrap: wrap;
}

.reward-text{
    font-family: 'DM Sans', sans-serif; 
    font-weight: 800;
    margin-left: 10px;
    text-wrap: wrap;
}

.reward-card{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;

}

.stationery{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    position: relative;
    overflow: hidden;
}

.stationery-card{
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid var(--gold-light);
    background: var(--cream-dark);
}

.stationery-link{
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    color: var(--ink);
    text-decoration: none;
}

.stationery-link:hover{
    text-decoration: underline;
    text-decoration-color: var(--red);
    color: var(--red);
}

.faq-box{
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    max-width: 1100px;
    margin-left: 20%;
    margin-right: 15%;
    margin-bottom: 100px;
}


.faq-card{
    border-bottom: 1px solid var(--gold);
}

.faq-card:first-child{
    border-top:1px solid var(--gold); 
}

.faq-q{
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ink);
    padding: 20px 0;
    margin: 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-q { 
    content: '+'; 
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    color: var(--ink-light); 
    transition: transform .2s ease; 
    flex-shrink: 0;
    margin-left: 16px;
}

 
.faq-a{
    line-height: 1.7;
    margin-left: 15px;
    padding: 20px 0;
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease, padding .3s ease;
}

.faq-a { 
    max-height: 300px; 
    padding-bottom: 20px; 
}

@media (max-width: 786px){
    .faq-q {font-size: 14px}
}

.footer{
    padding: 25px 25px;
    border-top: 1px solid var(--cream-dark);
    background-color: var(--gold-light);
    text-align: center;
}

.footer-link{
    text-decoration: none;
    color: var(--ink);
}

.footer-link:hover{
    text-decoration:underline;
    color: var(--red);
}

.linebreak{
    border: none;
    border-top: 6px solid var(--gold);
    background-color: var(--gold);
    height:5px;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 30%;
    margin-right: 30%;
}

.submit-button{
    display: inline-block;
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 15px 15px;
    margin-bottom: 100px;
    border-radius: 10px;
    border: 1px solid var(--gold-light);
    background-color: var(--teal-light);
    transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
    width: 20%;
}

.submit-button:hover{
    transform: translateY(-5px);
    text-decoration: underline;
    color: var(--red);
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}