* {
    box-sizing: border-box;
    transition: 1s;
}
html{
    scroll-behavior: smooth;
}
body {
    background-color: #000;
    color: #fff;
    font-family: 'Arimo', sans-serif;
}

img{
    max-width: 100%;
}

/* NAV */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 70px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    width: 100%;
    position: fixed;
    z-index: 9999;
    pointer-events: auto;
}
nav ul {
    display: flex;
    list-style: none;
    gap: 35px;
    font-size: 14px;
    opacity: 0.85;
}
nav ul li a{
    color: white;
    text-decoration: none;
    padding: 10px;
}
nav ul li a:hover{
    background-color: white;
    color: #000;
}

.logo {
    font-family: 'Dancing Script', cursive;
    font-size: 44px;
    letter-spacing: 2px;
    text-decoration: none;

    background: linear-gradient(135deg, #ffffff, #893a3a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo:hover {
    transform: scale(1.06);
}

/* HERO */
.hero {
    
    height: 100vh;
    background: url("../img/STORCZYKTLO.jpg") no-repeat center / cover fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    position: relative;
    z-index: 1;
    background-attachment: scroll;
    isolation: isolate;
}

.hero h1{
    font-size: 140px;
    letter-spacing: 10px;
   margin: 0;
}
.hero h2{
    font-size: 40px;
    margin: 0;
}

/* WSZYSTKIE SEKCJE */
section{
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    scroll-margin-top: 62px;
}
.zawartosc {
    max-width: 1000px;
    width: 100%;
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/* FIGURE */
figure {
    flex: 0 1 300px;
}

figure img {
    max-height: 500px;
    width: 100%;
    object-fit: contain;
    display: block;
}

/* BOX – wspólny styl */
.box {
    flex: 1 1 300px;
    max-width: 350px;
    background: #e5e5e5;
    color: #000;
    padding: 45px;
    border-radius: 28px;
    box-shadow: 0 0 50px rgba(0,0,0,0.35);
}

.box h2 {
    text-align: center;
    margin-bottom: 22px;
}

/*RODZAJE STORCZYKÓW */

.types {
    padding: 120px 20px;
    background: #000;
    display: block;
}

.types h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 90px;
    letter-spacing: 2px;
}

.types-subtitle {
    max-width: 820px;
    margin: -50px auto 70px auto;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #bdbdbd;
    opacity: 0.9;
}
/* pojedynczy wiersz gatunku */
.type {
    display: flex;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto 60px auto;
    padding: 60px;
    background: #0f0f0f;
    border-radius: 40px;
    gap: 60px;
    border: 1px solid rgba(255,255,255,0.08);
}

/* numer */
.type-number {
    font-size: 72px;
    font-weight: 300;
    opacity: 0.6;
    width: 90px;
    text-align: right;
}

/* obraz */
.type-img {
    width: 180px;
    flex-shrink: 0;
}

.type-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* opis */
.type-description {
    max-width: 600px;
}

.type-description h3 {
    font-size: 32px;
    margin-bottom: 12px;
}

.type-description p {
    font-size: 17px;
    line-height: 1.9;
    color: #bbb;
    margin: 0;
}

.type:hover {
    box-shadow: 0 0 40px rgba(255,255,255,0.08);
    transform: translateY(-4px);
}

/* MEDIA */
@media (max-width: 800px) {
    .type {
        flex-direction: column;
        text-align: center;
        gap: 30px;}
    .type-number {
        text-align: center;
        width: auto;}}

/* FOOTER */

.footer {
    padding: 140px 20px 80px;
    text-align: center;
}

/* górne dwa boxy */

.footer-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 90px;
    flex-wrap: wrap;
}

.footer-box {
    width: 520px;
    padding: 55px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 6px;
}

.footer-box h3 {
    font-size: 22px;
    margin-bottom: 28px;
    font-weight: 400;
}

.footer-box p {
    line-height: 1.9;
    opacity: 0.85;
    font-size: 15px;
}

/* newsletter */

.newsletter-title {
    font-size: 26px;
    margin-bottom: 26px;
    opacity: 0.9;
}

.newsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 60px;
}

.newsletter input {
    width: 360px;
    padding: 16px 20px;
    border-radius: 30px 0 0 30px;
    border: none;
    outline: none;
    font-size: 15px;
}

.newsletter button {
    padding: 16px 28px;
    border-radius: 0 30px 30px 0;
    border: none;
    background: linear-gradient(135deg, #c2185b, #8e1b4d);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
}

.newsletter button:hover {
    transform: translateY(-2px);
}

/* copyright */

.copyright {
    font-size: 12px;
    opacity: 0.5;
}


#symbolika .zawartosc {
flex-direction: row-reverse;
}