@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital,wght@0,400..700;1,400..700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body{
    background-color: #11322B !important;
    font-family: "Instrument Serif", sans-serif;
    line-height: unset !important;
}


section{
    width: 100%;
    
}

.container{
    max-width: 1480px;
    padding: 1rem 2rem;
    margin: 0 auto;
}

img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#hero{
    /* background-color: #11322B; */
    min-height: 100vh;
}

#hero .container{
    display: grid;
    grid-template-columns: 60% 40%;
    justify-content: space-between;
    align-items: center;
    column-gap: 2rem;
}

#hero h1{
    font-size: 4rem;
    color: #ebf5df;
    font-family: "Instrument Serif", sans-serif;
    line-height: 5.25rem;
    font-weight: 700;
    margin-bottom: 2rem;
    -webkit-mask-image: linear-gradient(#000,rgba(0,0,0,0));
    mask-image: linear-gradient(-270deg,#000,rgba(0,0,0,0));
}

#hero h3{
    font-size: 24px;
    max-width: 75%;
    color: #a88f4e;
    font-family: "Instrument Serif", sans-serif;

}

ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2.5rem;
    margin-top: 6rem;
    margin-bottom: 2.5rem;
}

ul li a{
    text-decoration: none;
    color: #ebf5df;
    text-transform: capitalize;
    font-size: 1.25rem;
    font-family: "Instrument Serif", sans-serif;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

ul li a:hover{
    color: #e1c16e;
}

p{
    margin: unset !important;
}

button{
    font: unset !important;
}

.brand-logo{
    width: 80px;
    height: 80px;
}

.features{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 2rem;

}

.feature-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #e1c16e;
    background-color: #11322B;
    font-family: "Instrument Serif", sans-serif;
    row-gap: 1rem;
    border-radius: 1rem;
    padding: 0.5rem 1.25rem;
}

.feature-item i{
    font-size: 1.75rem;
}

.hero-cta{
    margin-top: 2.5rem;
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
}

.btn{
    background: none;
    outline: none;
    border: 1px solid #ebf5df;
    padding: 1rem 2.5rem;
    border-radius: 0.5rem;
    color: #ebf5df;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.hero-cta .primary{
    background-color: #e1c16e;
    color: #11322B;
}

.hero-media{
    /* position: relative;
    background-color: #a88f4e;
    height: 400px;
    width: 300px;
    clip-path: path("M 20,40 L 120,40 A 20,20 0,0,0 140,20 L 140,20 A 20,20 0,0,1 160,0 L 280,0 A 20,20 0,0,1 300,20 A 20,20 0,0,1 300,380 L 280,400 A 20,20 0,0,1 20,400 L 0,380 A 20,20 0,0,1 0,60 A 20,20 0,0,1 20,40 Z");

    justify-self: end;
    align-self: center;
    margin-top: 8rem; */
    height: 100%;
    justify-self: start;
    margin-top: -50px;
}

.hero-media img{
    border-radius: 0 0 20rem 20rem;

}

.action-header{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 4rem;
}

.action-hero{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.action-media{
    width: 200px;
    height: 100%;
}

.action-media img{
    border-radius: 2rem;
}

.action-title h3{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.action-title p{
    font-size: 1.25rem;

}

.action-description h2{

    font-size: 2rem;
    color: #11322B;
}

.action{
    padding-top: 4rem;
}



.products .container{
    background-color: #ebf5df;
    padding: 8rem 3rem;
    border-radius: 2rem;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 2rem;
}

.product-list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 1.5rem;
    
}

.product-item{
    background-color: #fff;

}

.product-img, .product-data{
    padding: 1rem;
}

.product-img img{
    border-radius: 1rem;
}

.product-description h1{
    font-size: 3rem;
}

.dot{
    position: relative;
    background-color: #a88f4e;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 0.7;
}

.instruction-list{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
    margin-top: 2rem;
}

.instruction-list p{
    font-size: 1.25rem;
    color: #11322B !important;
}

.instruction-step{
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.product-display{
    position: relative;
    margin-left: 2rem;

}

.product-img-1{
    transform: rotate(-20deg);

}

.product-img-2{
    transform: rotate(25deg) translateX(250px);
}

.product-img-1, .product-img-2{
    width: 250px;
    height: 400px;
    position: absolute;
    
}

.product-img-1 img, .product-img-2 img{
    border-radius: 1rem;
}

.product-menu .container{
    padding: 12rem 0;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    align-items: start;;
    justify-content: center;
    color:#ebf5df;
    row-gap: 4rem;
    column-gap: 4rem;
}

.list-title{
    display: flex;
    flex-direction: row;
    column-gap: 0.5rem;
    align-items: flex-start;
}

.list-title i{
    font-size: 2rem;
    color: #ebf5df;
}

.list-title h3{
    color:#e1c16e;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.product-btn{
    margin-top: 1rem;
    background-color: #e1c16e;
    color: #11322B;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 1.25rem;
    cursor: pointer;
    border: none;
    outline: none;
}

.contact .container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.contact h1{
    font-size: 8rem;
    line-height: 8rem;
    text-transform: uppercase;
    color: #ebf5df;
    -webkit-mask-image: linear-gradient(#000,rgba(0,0,0,0));
    mask-image: linear-gradient(-270deg,#000,rgba(0,0,0,0));
}

.contact p{
    margin-top: 1rem;
    max-width: 50%;
    color: #a88f4e;
}

.contact-details{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 100%;
    justify-content: space-between;
    margin-top: 4rem;
    text-align: left;
    align-items: center;

}

.contact-data h3{
    font-size: 1.35rem;
    color:#ebf5df;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-data h5{
    font-size: 1.35rem;
    color:#e1c16e;

}

.contact-item{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 4rem;
    column-gap: 1rem;
}

.contact-item i{
    font-size: 1.5rem;
    background: #e1c16e;
    padding: 1rem;
    border-radius: 50%;
}

.contact-form{
    background-color: #041a15;
    -webkit-mask-image: linear-gradient(#000,rgba(0,0,0,0));
    mask-image: linear-gradient(180deg,#000,rgba(0,0,0,0));
    mask-image: linear-gradient(-180deg,#000,rgba(0,0,0,0));
    border-radius: 1rem;
    box-shadow: 20px 20px rgb(0, 0, 0);
    padding: 4rem 3rem;
}

.contact-form input, textarea{
    background: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #e1c16e;
    color:#e1c16e;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    width: 100%;
}

.contact-form label{
    color:#ebf5df;
    display: block;
}

footer .container{
    background-color: #ebf5df;
    border-radius: 2rem;
    text-align: center;
    margin: 4rem auto;
}

footer h3{
    font-size: 1rem;
    color: #11322B !important;
}

/* ── Large Desktop (1280px and below) ──────── */
@media (max-width: 1280px) {
  .container {
    max-width: 95%;
    padding: 1rem 2rem;
  }
 
  #hero h1 {
    font-size: 3rem;
    line-height: 4rem;
  }
 
  .product-menu .container {
    column-gap: 4rem;
    padding: 8rem 2rem;
  }
}
 
/* ── Tablet Landscape (1024px and below) ────── */
@media (max-width: 1024px) {
  /* Hero */
  #hero .container {
    grid-template-columns: 55% 45%;
    column-gap: 1rem;
  }
 
  #hero h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
 
  #hero h3 {
    font-size: 1.1rem;
    max-width: 100%;
  }
 
  /* Products section */
  .products .container {
    padding: 6rem 2rem;
  }
 
  .product-img-1 {
    width: 180px;
    height: 300px;
  }
 
  .product-img-2 {
    width: 180px;
    height: 300px;
    transform: rotate(25deg) translateX(180px);
  }
 
  /* Product menu */
  .product-menu .container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3rem;
    padding: 6rem 2rem;
    row-gap: 3rem;
  }
 
  /* Contact */
  .contact h1 {
    font-size: 5rem;
    line-height: 5rem;
  }
 
  .contact p {
    max-width: 80%;
  }
}
 
/* ── Tablet Portrait (768px and below) ─────── */
@media (max-width: 768px) {
  /* Nav */
  ul {
    column-gap: 1.25rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    row-gap: 0.75rem;
    padding: unset !important;
  }
 
  ul li a {
    font-size: 1rem;
  }
 
  .brand-logo {
    width: 60px;
    height: 60px;
  }
 
  /* Hero — stack vertically */
  #hero .container {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
 
  #hero h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
    margin-bottom: 1.25rem;
    -webkit-mask-image: none;
    mask-image: none;
  }
 
  #hero h3 {
    font-size: 1.1rem;
    max-width: 100%;
  }
 
  .hero-media {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    margin-top: 0;
    order: -1;
  }
 
  .hero-media img {
    border-radius: 0 0 50% 50%;
    object-position: center top;
    height: 400px;
  }
 
  /* Products — stack vertically */
  .products .container {
    grid-template-columns: 1fr;
    padding: 4rem 2rem;
    row-gap: 2rem;
  }
 
  .product-display {
    position: relative;
    height: 340px;
    margin-left: 0;
    display: flex;
    justify-content: center;
  }
 
  .product-img-1 {
    width: 150px;
    height: 260px;
    transform: rotate(-15deg) translateX(-30px);
    position: absolute;
  }
 
  .product-img-2 {
    width: 150px;
    height: 260px;
    transform: rotate(15deg) translateX(30px);
    position: absolute;
  }
 
  .product-description h1 {
    font-size: 2.25rem;
  }
 
  /* Product menu — 2 columns */
  .product-menu .container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    padding: 4rem 2rem;
    row-gap: 2.5rem;
  }
 
  /* Contact */
  .contact h1 {
    font-size: 3.5rem;
    line-height: 3.75rem;
  }
 
  .contact p {
    max-width: 100%;
    font-size: 1rem;
  }
 
  .contact-details {
    grid-template-columns: 1fr;
    row-gap: 2rem;
    margin-top: 2.5rem;
  }
 
  .contact-form {
    padding: 2.5rem 1.5rem;
    box-shadow: 10px 10px rgb(0, 0, 0);
  }
}
 
/* ── Mobile (480px and below) ───────────────── */
@media (max-width: 480px) {
  .container {
    padding: 1rem 1.25rem;
  }
 
  /* Nav — tighten up */
  ul {
    column-gap: 0.75rem;
    margin-top: 2rem;
    row-gap: 0.5rem;
  }
 
  ul li a {
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
 
  /* Hero */
  #hero h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
 
  #hero h3 {
    font-size: 1rem;
  }
 
  .hero-cta {
    flex-direction: column;
    row-gap: 0.75rem;
    margin-top: 1.5rem;
  }
 
  .btn {
    width: 100%;
    text-align: center;
    padding: 0.875rem 1.5rem;
  }
 
  /* Products */
  .products .container {
    padding: 3rem 1.25rem;
    border-radius: 1.25rem;
  }
 
  .product-display {
    height: 280px;
  }
 
  .product-img-1,
  .product-img-2 {
    width: 120px;
    height: 210px;
  }
 
  .product-description h1 {
    font-size: 2rem;
  }
 
  .instruction-list {
    row-gap: 1.25rem;
    margin-top: 1.25rem;
  }
 
  .instruction-list p {
    font-size: 1rem;
  }
 
  /* Product menu — single column */
  .product-menu .container {
    grid-template-columns: 1fr;
    padding: 3rem 1.25rem;
    row-gap: 2rem;
    column-gap: 0;
  }
 
  .list-title h3 {
    font-size: 1.35rem;
  }
 
  /* Contact */
  .contact h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
 
  .contact-item {
    margin-bottom: 2rem;
  }
 
  .contact-form {
    padding: 2rem 1.25rem;
    box-shadow: 6px 6px rgb(0, 0, 0);
  }
 
  /* Footer */
  footer .container {
    padding: 1.5rem;
    margin: 2rem auto;
    border-radius: 1.25rem;
  }
}
 
/* ── Very small (360px and below) ───────────── */
@media (max-width: 360px) {
  #hero h1 {
    font-size: 1.75rem;
    line-height: 2.4rem;
  }
 
  .contact h1 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
 
  ul {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.5rem;
  }
}
 