/* ========================================
   TABLET LANDSCAPE / SMALL DESKTOP
   ======================================== */

@media(max-width:1000px){

/* --- HERO --- */

.hero{

flex-direction:column;

text-align:center;

padding:140px 6% 80px;

min-height:auto;

}

.heroLeft{

width:100%;

align-items:center;

display:flex;

flex-direction:column;

}

.heroLeft h1{

font-size:70px;

line-height:70px;

}

.heroLeft p:not(.miniTitle){

max-width:100%;

}

.miniTitle{

letter-spacing:3px;

}

.contractBox{

justify-content:center;

}

.buttons{

justify-content:center;

}

/* --- NAVBAR --- */

.navbar ul{

display:none;

}

/* --- NARRATIVE --- */

.narrative{

grid-template-columns:1fr;

min-height:auto;

}

.leftPanel{

clip-path:none;

padding:60px 5%;

}

.middlePanel{

height:500px;

}

.middlePanel img{

width:100%;

transform:none;

}

.rightPanel{

padding:50px 5%;

border-left:none;

border-top:3px solid #F9B505;

}

.leftPanel h2{

font-size:50px;

}

.rightPanel h3{

font-size:36px;

}

.rightPanel li{

font-size:24px;

}

.statement{

font-size:22px;

white-space:normal;

padding:15px;

}

/* --- SECTION 3 IMAGE --- */

.section3-image img{

width:100%;

}

/* --- BUY SECTION --- */

.buy{

padding:100px 6%;

}

.buy h2{

font-size:60px;

}

.buyWrapper{

grid-template-columns:1fr;

gap:50px;

}

.buyArtwork{

margin-bottom:30px;

}

.buyArtwork img{

max-width:300px;

}

.buyCards{

grid-template-columns:1fr 1fr;

gap:25px;

}

.cardTop h3{

font-size:28px;

}

/* --- MOVEMENT --- */

.movement{

grid-template-columns:1fr;

min-height:auto;

}

.movement-left{

clip-path:none;

padding:50px 5%;

}

.movement-left h2{

font-size:48px;

line-height:48px;

}

.movement-left p{

font-size:20px;

}

.movement-highlight{

font-size:40px;

line-height:42px;

}

.movement-footer{

font-size:28px;

}

.image-wrapper{

min-height:250px;

}

.movement-buttons{

grid-template-columns:repeat(2,1fr);

gap:12px;

padding:15px;

}

.movement-btn{

padding:16px 12px;

font-size:14px;

}

/* --- FOOTER --- */

.footerGrid{

grid-template-columns:1fr 1fr;

gap:40px;

text-align:left;

}

.footerBrand{

margin-bottom:20px;

grid-column:1/-1;

}

.footerLinks{

align-items:flex-start;

}

.footerBrand h2{

font-size:48px;

}

.footerCard{

margin-top:0;

}

.ticker{

font-size:44px;

}

}

/* ========================================
   TABLET PORTRAIT
   ======================================== */

@media(max-width:768px){

/* --- HERO --- */

.hero{

padding:120px 5% 60px;

gap:40px;

}

.heroLeft h1{

font-size:55px;

line-height:55px;

}

.heroLeft p:not(.miniTitle){

font-size:17px;

line-height:28px;

}

.contractInner{

padding:10px 14px;

gap:10px;

}

.contractAddr{

font-size:12px;

letter-spacing:0;

}

.buyImages img{

border-radius:8px;

}

.buttons{

flex-direction:column;

align-items:center;

gap:15px;

}

.greenBtn,.blackBtn{

width:100%;

max-width:320px;

text-align:center;

padding:16px 30px;

font-size:15px;

}

/* --- NARRATIVE --- */

.leftPanel{

padding:40px 5%;

}

.leftPanel h2{

font-size:40px;

}

.leftPanel p{

font-size:18px;

line-height:30px;

}

.middlePanel{

height:350px;

}

.rightPanel{

padding:40px 5%;

}

.rightPanel h3{

font-size:30px;

}

.rightPanel li{

font-size:20px;

margin-bottom:12px;

}

.rightPanel p{

font-size:18px;

line-height:28px;

}

.statement{

font-size:18px;

}

/* --- SECTION 3 IMAGE --- */

.section3-image img{

width:100%;

}

/* --- BUY SECTION --- */

.buy{

padding:80px 5%;

}

.buy h2{

font-size:44px;

margin:15px 0;

}

.buySubtitle{

font-size:17px;

}

.buyCards{

grid-template-columns:1fr;

}

.buyCard{

padding:25px;

}

.cardTop h3{

font-size:26px;

}

.buyCard ul li{

font-size:14px;

line-height:22px;

margin-bottom:10px;

}

.greenBtn{

padding:14px 30px;

font-size:14px;

}

/* --- MOVEMENT --- */

.movement-left{

padding:40px 5%;

}

.movement-left h2{

font-size:38px;

line-height:38px;

}

.movement-left p{

font-size:17px;

line-height:28px;

}

.movement-highlight{

font-size:32px;

line-height:34px;

}

.movement-footer{

font-size:24px;

}

.movement-buttons{

grid-template-columns:repeat(2,1fr);

gap:10px;

padding:12px;

}

.movement-btn{

padding:14px 8px;

font-size:13px;

}

/* --- FOOTER --- */

.footer{

padding:80px 5% 30px;

}

.footerGrid{

grid-template-columns:1fr;

gap:30px;

text-align:center;

}

.footerBrand{

grid-column:auto;

}

.footerLinks{

align-items:center;

}

.footerBrand h2{

font-size:40px;

}

.footerBrand p{

font-size:18px;

}

.footerLinks h3{

font-size:22px;

margin-bottom:15px;

}

.footerCard{

padding:25px;

}

.ticker{

font-size:36px;

}

.footerCard h3{

font-size:24px;

}

.footerCard p{

font-size:14px;

line-height:22px;

}

}

/* ========================================
   MOBILE
   ======================================== */

@media(max-width:480px){

/* --- HERO --- */

.hero-desktop{

display:none;

}

/* --- MOBILE NAVBAR --- */

.navbar{

padding:0;

position:relative;

}

.navbar .logo,.navbar .mobileRight{

display:none;

}

.mobileNavImg{

display:block;

width:100%;

position:relative;

}

.mobileNavImg img{

display:block;

width:100%;

height:auto;

}

.mobileNavImg .menuToggle{

display:none;

}

.navbar ul{

display:none;

}

.hero-mobile{

display:flex;

flex-direction:column;

text-align:center;

align-items:center;

padding:0 4% 50px;

gap:0;

margin-top:0;

min-height:auto;

}

.hero-mobile .heroLeft{

width:100%;

display:flex;

flex-direction:column;

align-items:center;

margin-top:30px;

}

.hero-mobile .miniTitle{

display:none;

}

.hero-mobile .buyImages{

display:flex;

flex-direction:row;

justify-content:center;

align-items:center;

gap:16px;

width:100%;

padding:0 4%;

margin-top:3px;

margin-bottom: 150px;

}

.hero-mobile .buyImages a{

flex:1 1 0;

display:block;

}

.hero-mobile .buyImages img{

width:100%;

border-radius:12px;

display:block;

transition:transform .25s ease,box-shadow .25s ease;

-webkit-tap-highlight-color:transparent;

}

.hero-mobile .buyImages img:hover{

transform:scale(1.03);

box-shadow:0 6px 24px rgba(255,175,0,.3);

}

.hero-mobile h1{

font-size:36px;

line-height:36px;

margin-top:180px;

}

.hero-mobile p:not(.miniTitle):not(.buySubtitle){

font-size:15px;

line-height:24px;

}

.hero-mobile .contractBox{

width:100%;

justify-content:center;

}

.hero-mobile .contractInner{

padding:8px 12px;

gap:8px;

width:100%;

justify-content:center;

flex-wrap:wrap;

}

.hero-mobile .contractAddr{

font-size:11px;

}

.hero-mobile .contractCopy{

font-size:12px;

padding:3px 6px;

}

.hero-mobile .buttons{

flex-direction:column;

align-items:center;

gap:15px;

justify-content:center;

}

.hero-mobile .greenBtn,.hero-mobile .blackBtn{

width:100%;

max-width:280px;

text-align:center;

padding:14px 25px;

font-size:14px;

}

/* --- NARRATIVE --- */

.leftPanel{

padding:30px 4%;

}

.leftPanel h2{

font-size:32px;

}

.leftPanel p{

font-size:16px;

line-height:26px;

}

.sectionNumber{

font-size:12px;

padding:8px 14px;

letter-spacing:1px;

margin-bottom:25px;

}

.middlePanel{

height:280px;

}

.rightPanel{

padding:30px 4%;

}

.rightPanel h3{

font-size:26px;

margin-bottom:25px;

}

.rightPanel li{

font-size:18px;

margin-bottom:10px;

}

.rightPanel p{

font-size:16px;

line-height:26px;

}

.statement{

font-size:16px;

padding:12px;

}

/* --- BUY SECTION --- */

.buy{

padding:60px 4%;

}

.buy h2{

font-size:34px;

margin:10px 0;

}

.buySubtitle{

font-size:15px;

}

.sectionHeading{

margin-bottom:40px;

}

.buyWrapper{

gap:30px;

}

.buyArtwork img{

max-width:240px;

}

.buyCard{

padding:20px;

}

.cardTop img{

width:36px;

border-radius:8px;

}

.cardTop h3{

font-size:22px;

}

.buyCard li{

font-size:13px;

line-height:20px;

margin-bottom:8px;

}

/* --- MOVEMENT --- */

.movement-left{

padding:30px 4%;

}

.section-label{

font-size:12px;

padding:6px 14px;

}

.movement-left h2{

font-size:30px;

line-height:30px;

margin-bottom:20px;

}

.movement-left p{

font-size:15px;

line-height:24px;

margin-bottom:25px;

}

.movement-highlight{

font-size:26px;

line-height:28px;

margin-bottom:18px;

}

.movement-footer{

font-size:20px;

}

.image-wrapper{

min-height:200px;

}

.movement-buttons{

grid-template-columns:1fr;

gap:8px;

padding:10px;

}

.movement-btn{

padding:14px;

font-size:14px;

}

/* --- FOOTER --- */

.footer{

padding:60px 4% 20px;

}

.footerBrand h2{

font-size:32px;

}

.footerBrand p{

font-size:16px;

}

.footerBrand img{

width:60px;

}

.footerLinks h3{

font-size:20px;

}

.footerLinks a{

font-size:14px;

margin-bottom:12px;

}

.footerCard{

padding:20px;

}

.ticker{

font-size:30px;

margin:15px 0;

}

.footerCard h3{

font-size:20px;

}

.footerCard h4{

font-size:14px;

}

.footerCard p{

font-size:13px;

line-height:20px;

}

.footerBottom p{

font-size:13px;

}

}
