/* style.css */

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

html {
  scroll-behavior: smooth;
}

body {
  background: #f8f4ef;
  color: #2b2b2b;
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}


/* NAVBAR */

.navbar-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}


.navbar {
  width: 100%;
  padding: 28px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1000;
  transition: 0.3s ease;
}

.navbar.scrolled {
  background: rgba(36, 30, 23, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.logo {
  color: #dfcfcf;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

nav {
  display: flex;
  gap: 40px;
}

nav a {
  text-decoration: none;
  color: #c4b6b6;
  font-size: 0.92rem;
  letter-spacing: 1px;
  transition: 0.3s;
}

nav a:hover {
  opacity: 0.6;
}

.nav-btn {
  background: #1f1f1f;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s;
}

.nav-btn:hover {
  transform: translateY(-2px);
}

/* HERO */

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 8%;
  background:
    linear-gradient(rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.35)),
    url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=1974&auto=format&fit=crop') center/cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  color: white;
}

.hero-tag {
  display: inline-block;
  margin-bottom: 22px;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem;
  line-height: 0.95;
  font-weight: 600;
}

.hero h1 span {
  font-style: italic;
}

.hero p {
  margin-top: 30px;
  max-width: 600px;
  line-height: 1.8;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}


.primary-btn,
.secondary-btn {
  padding: 16px 30px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

.primary-btn {
  background: white;
  color: #1f1f1f;
}

.secondary-btn {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-3px);
}



/* SECTIONS */

section {
  padding: 120px 8%;
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-subtitle {
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #9a7c5b;
}

.section-header h2 {
  margin-top: 14px;
  font-size: 3.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}

.light h2 {
  color: white;
}

/* TEMPLATE CARDS */

.cards-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

.template-card {
  background: white;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s;
  position: relative;
}

.template-card:hover {
  transform: translateY(-10px);
}

.card-image {
  height: 420px;
  background-size: cover;
  background-position: center;
}

.image-1 {
  background-image: url('https://images.unsplash.com/photo-1520854221256-17451cc331bf?q=80&w=1974&auto=format&fit=crop');
}

.image-2 {
  background-image: url('https://images.unsplash.com/photo-1519741497674-611481863552?q=80&w=2070&auto=format&fit=crop');
}

.image-3 {
  background-image: url('https://images.unsplash.com/photo-1519225421980-715cb0215aed?q=80&w=2070&auto=format&fit=crop');
}

.image-4 {
    background-image: url('https://images.unsplash.com/photo-1606800052052-a08af7148866?q=80&w=1170&auto=format&fit=crop');
}

.image-5 {
    background-image: url('https://images.unsplash.com/photo-1584652186184-42ffa1b886bf?q=80&w=774&auto=format&fit=crop');
}

.image-6 {
    background-image: url('https://images.unsplash.com/photo-1664433451451-11337deef597?q=80&w=1374&auto=format&fit=crop');
}

.image-7 {
    background-image: url('https://images.unsplash.com/photo-1634562876572-5abe57afcceb?q=80&w=1170&auto=format&fit=crop');
}

.image-8 {
    background-image: url('https://images.unsplash.com/photo-1596142332133-327e2a0ff006?q=80&w=1170&auto=format&fit=crop');
}

.image-9 {
    background-image: url('https://images.unsplash.com/photo-1715358861230-8b13ecfb759e?q=80&w=772&auto=format&fit=crop');
}

.image-10 {
    background-image: url('https://images.unsplash.com/photo-1677768062491-07f280ff830a?q=80&w=1170&auto=format&fit=crop');
}

.image-11{
    background-image: url('https://images.unsplash.com/photo-1558293842-c0fd3db86157?q=80&w=844&auto=format&fit=crop');
}

.card-content {
  padding: 32px;
}

.card-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
}

.card-content p {
  margin: 16px 0 26px;
  line-height: 1.7;
  color: #666;
}

.card-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.card-buttons a {
  flex: 1;
}

.card-buttons button {
  width: 100%;
  border: none;
  background: #1f1f1f;
  color: white;
  padding: 14px 22px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}

.card-buttons button:hover {
  transform: translateY(-2px);
}

.featured-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 600;
}

/* FEATURES */

.features {
  background: #1f1f1f;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

.feature-box {
  background: #2c2c2c;
  border-radius: 24px;
  padding: 40px;
  color: white;
}

.feature-icon {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.feature-box h3 {
  margin-bottom: 14px;
  font-size: 1.4rem;
}

.feature-box p {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.75);
}

/* PROCESS */

.process-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.process-step {
  background: white;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.process-step span {
  font-size: 4rem;
  font-family: 'Cormorant Garamond', serif;
  color: #d8c0a8;
}

.process-step h3 {
  margin: 18px 0;
  font-size: 1.5rem;
}

.process-step p {
  color: #666;
  line-height: 1.7;
}

/* CTA */

.cta {
  background:
    linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)),
    url('https://images.unsplash.com/photo-1515934751635-c81c6bc9a2d8?q=80&w=2070&auto=format&fit=crop') center/cover;

  text-align: center;
  color: white;
  border-radius: 40px;
  margin: 80px 8%;
}

.cta-content {
  max-width: 800px;
  margin: auto;
}

.cta-content span {
  letter-spacing: 3px;
  font-size: 0.8rem;
}

.cta-content h2 {
  margin: 24px 0 40px;
  font-size: 4rem;
  line-height: 1.1;
  font-family: 'Cormorant Garamond', serif;
}

/* FOOTER */

footer {
  padding: 80px 8%;
  text-align: center;
}

.footer-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

footer p {
  color: #666;
}

.footer-links {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.footer-links a {
  text-decoration: none;
  color: #1f1f1f;
}

/* RESPONSIVE */

@media(max-width:1000px) {

  nav {
    display: none;
  }

  .hero h1 {
    font-size: 4.2rem;
  }

  .section-header h2 {
    font-size: 2.8rem;
  }

  .cta-content h2 {
    font-size: 3rem;
  }

}

@media(max-width:768px) {

  .hero {
    padding-top: 120px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .section-header h2 {
    font-size: 2.2rem;
  }

  .cta-content h2 {
    font-size: 2.2rem;
  }

  .cards-container {
    grid-template-columns: 1fr;
  }

}

/* ─────────────────────────
   ORDER MODAL
───────────────────────── */

.order-modal{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);

  display: none;
  justify-content: center;
  align-items: center;

  z-index: 9999;

  padding: 1.5rem;
}

.order-box{
  width: 100%;
  max-width: 520px;

  background: #fff;

  border-radius: 24px;

  padding: 2.5rem;

  position: relative;

  animation: modalFade .25s ease;
}

.order-box h2{
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #111;
}

.order-box form{
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order-box input,
.order-box textarea{
  width: 100%;

  padding: 1rem 1.2rem;

  border: 1px solid #ddd;

  border-radius: 12px;

  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;

  outline: none;

  transition: border .2s;
}

.order-box input:focus,
.order-box textarea:focus{
  border-color: #111;
}

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

.order-box button{
  margin-top: 0.5rem;

  border: none;

  background: #111;
  color: #fff;

  padding: 1rem;

  border-radius: 12px;

  cursor: pointer;

  font-family: 'Montserrat', sans-serif;
  font-size: 0.8rem;
  letter-spacing: .08em;
  text-transform: uppercase;

  transition: opacity .2s;
}

.order-box button:hover{
  opacity: .9;
}

.close-modal{
  position: absolute;
  top: 1rem;
  right: 1.2rem;

  font-size: 1.8rem;
  cursor: pointer;

  color: #999;
}

.close-modal:hover{
  color: #111;
}

@keyframes modalFade{

  from{
    opacity: 0;
    transform: translateY(10px);
  }

  to{
    opacity: 1;
    transform: translateY(0);
  }

}

/* ─────────────────────────
   SCROLL TO TOP
───────────────────────── */

#scrollTopBtn{

  position: fixed;

  bottom: 30px;
  right: 30px;

  width: 55px;
  height: 55px;

  border: none;
  border-radius: 50%;

  background: #111;
  color: white;

  font-size: 1.4rem;

  cursor: pointer;

  display: none;

  z-index: 999;

  box-shadow: 0 10px 25px rgba(0,0,0,0.2);

  transition: all .3s ease;
}

#scrollTopBtn:hover{
  transform: translateY(-4px);
}

/*PRICE LABEL */
.template-price{
  margin-bottom: 22px;

  display: flex;
  align-items: baseline;
  gap: 10px;
}

.price-label{
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;

  color: #999;
}

.price-value{
  font-size: 1.8rem;

  font-family: 'Cormorant Garamond', serif;

  color: #111;
} 