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

:root {
  --primary: #E63946;
  --primary-dark: #C1121F;
  --secondary: #F4A261;
  --accent: #2A9D8F;
  --dark: #1D3557;
  --light: #F1FAEE;
  --sand: #E9C46A;
  --clay: #D67D3E;
  --text: #1D3557;
  --white: #FFFFFF;
  --gradient-main: linear-gradient(135deg, #E63946 0%, #F4A261 100%);
  --gradient-warm: linear-gradient(135deg, #F4A261 0%, #E9C46A 100%);
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  color: var(--text);
  background: var(--light);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.qako2ml2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Hero Section */
.c66i1pdt {
  min-height: 100vh;
  position: relative;
  background: linear-gradient(180deg, #F1FAEE 0%, #E9C46A 100%);
  overflow: hidden;
}

.v2la79sh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    radial-gradient(circle at 20% 80%, rgba(230, 57, 70, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(244, 162, 97, 0.15) 0%, transparent 50%);
}

.o7vchnkg {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}

.epopdua0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b96oosty {
  display: inline-block;
  background: var(--white);
  color: var(--primary);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.v1eaysc3 {
  display: flex;
  gap: 2rem;
}

.v1eaysc3 a {
  font-weight: 500;
  color: var(--dark);
  transition: color 0.3s;
  position: relative;
}

.v1eaysc3 a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s;
}

.v1eaysc3 a:hover::after {
  width: 100%;
}

.v1eaysc3 a:hover {
  color: var(--primary);
}

.ysaw0bxy {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.c66i1pdt h1 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: var(--dark);
}

.c66i1pdt .cg76p5uq {
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.w7kuasiu {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.xq73vtql {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.ytmfj8p9 {
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s;
  cursor: pointer;
  border: none;
  display: inline-block;
}

.pjfm7wxa {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
}

.pjfm7wxa:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(230, 57, 70, 0.4);
}

.r06yaxtg {
  background: rgba(255, 255, 255, 0.3);
  color: var(--dark);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.r06yaxtg:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: translateY(-3px);
}

.gcvilkwm {
  background: var(--gradient-main);
  color: var(--white);
  width: 100%;
  box-shadow: 0 4px 20px rgba(230, 57, 70, 0.3);
}

.gcvilkwm:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(230, 57, 70, 0.4);
}

.og2218s9 {
  text-align: center;
  color: var(--dark);
  font-size: 0.85rem;
}

.bae8luk0 {
  width: 30px;
  height: 50px;
  border: 2px solid var(--dark);
  border-radius: 15px;
  margin: 1rem auto 0;
  position: relative;
}

.bae8luk0::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 10px;
  background: var(--dark);
  border-radius: 3px;
  animation: scroll 2s infinite;
}

@keyframes scroll {
  0%, 100% { opacity: 0; transform: translateX(-50%) translateY(0); }
  50% { opacity: 1; transform: translateX(-50%) translateY(15px); }
}

/* Section Intro */
.c1jk5kkt {
  text-align: center;
  margin-bottom: 3rem;
}

.d3wawejz {
  display: inline-block;
  background: var(--gradient-main);
  color: var(--white);
  padding: 0.4rem 1.2rem;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.c1jk5kkt h2 {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

/* Categories */
.xfhrn7ui {
  padding: 5rem 0;
  background: var(--white);
}

.zav7letz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.x20ikf09 {
  background: var(--light);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s;
  cursor: pointer;
  border: 2px solid transparent;
}

.x20ikf09:hover {
  transform: translateY(-10px);
  border-color: var(--secondary);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  background: var(--white);
}

.efxw5k6a {
  font-size: 4rem;
  margin-bottom: 1rem;
  display: block;
}

.x20ikf09 h3 {
  color: var(--dark);
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

.x20ikf09 p {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.la86gcp2 {
  display: inline-block;
  background: var(--sand);
  color: var(--dark);
  padding: 0.3rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

/* Featured Products */
.r7w581j8 {
  padding: 5rem 0;
  background: linear-gradient(180deg, #F1FAEE 0%, #FFF 100%);
}

.js2ypk8w {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.kbyt13yf {
  flex: 1;
  min-width: 300px;
}

.kbyt13yf h2 {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.kbyt13yf p {
  color: #666;
  font-size: 1rem;
}

.kj1rkl46 {
  display: flex;
  gap: 0.5rem;
}

.l6u74diz {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--dark);
  background: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l6u74diz:hover {
  background: var(--dark);
  color: var(--white);
}

.nexgd7t4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.atbbo1j0 {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.atbbo1j0:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.awxup7iv {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--primary);
  color: var(--white);
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 2;
}

.nsg3lp5t {
  height: 220px;
  background: var(--gradient-warm);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.gkesbpwl {
  font-size: 6rem;
}

.ilzwyhnk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 53, 87, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.atbbo1j0:hover .ilzwyhnk {
  opacity: 1;
}

.herztdic {
  background: var(--white);
  color: var(--dark);
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.herztdic:hover {
  background: var(--primary);
  color: var(--white);
}

.p9j3lgvy {
  padding: 1.5rem;
}

.ur2t4k0d {
  display: inline-block;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

.p9j3lgvy h3 {
  color: var(--dark);
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}

.hb5mh45i {
  color: #888;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.a3zm18hk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fdm6dnqk {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary);
}

.i0bu6vaw {
  color: #666;
  font-size: 0.85rem;
}

.bps242mw {
  text-align: center;
  margin-top: 3rem;
}

.bps242mw a {
  color: var(--primary);
  font-weight: 600;
  font-size: 1.1rem;
  transition: gap 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.bps242mw a:hover {
  gap: 1rem;
}

.bps242mw span {
  transition: transform 0.3s;
}

.bps242mw a:hover span {
  transform: translateX(5px);
}

/* Artisans Section */
.vybfyzsy {
  padding: 5rem 0;
  background: var(--white);
}

.osykwdaq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.f3sj5f66 .d3wawejz {
  margin-bottom: 1rem;
}

.f3sj5f66 h2 {
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 1rem;
}

.f3sj5f66 .uktq0wcp {
  color: #666;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.8;
}

.p6maoxru {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.y7qj3pbu {
  text-align: center;
}

.ol971esg {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  background: var(--gradient-main);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mj1en3ns {
  color: #666;
  font-size: 0.9rem;
}

.vgzx2acn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.rdux7fuj {
  background: var(--light);
  border-radius: 20px;
  padding: 1.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}

.rdux7fuj.oro2xi60 {
  grid-row: span 2;
}

.rdux7fuj:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.xd34mywu {
  font-size: 4rem;
  display: block;
  margin-bottom: 0.5rem;
}

.dci5bgvd h4 {
  color: var(--dark);
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.dci5bgvd p {
  color: #888;
  font-size: 0.85rem;
}

/* Values Section */
.lbmgx311 {
  padding: 5rem 0;
  background: var(--light);
}

.ddbxxpwc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.te9ho08m {
  text-align: center;
  padding: 2rem;
  cursor: pointer;
}

.icxq0nww {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  display: block;
}

.te9ho08m h3 {
  color: var(--dark);
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.te9ho08m p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Testimonials */
.ramzfs4t {
  padding: 5rem 0;
  background: var(--white);
}

.jftmbgio {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
}

.fq9ogqys {
  background: var(--gradient-main);
  padding: 3rem;
  border-radius: 25px;
  color: var(--white);
  position: relative;
  cursor: pointer;
}

.pjf0va6v {
  font-size: 5rem;
  line-height: 1;
  opacity: 0.3;
  margin-bottom: -1rem;
}

.gcibkw5b {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-style: italic;
}

.q4pf094m {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.dgtum2v5 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.l9bav4za {
  flex: 1;
}

.l9bav4za strong {
  display: block;
  font-size: 1.1rem;
}

.l9bav4za span {
  font-size: 0.9rem;
  opacity: 0.9;
}

.rs30uy5o {
  color: var(--sand);
  font-size: 1.2rem;
}

.bpxrlcav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vj8u0k1r {
  background: var(--light);
  padding: 1.5rem;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.vj8u0k1r:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.pzz32vjo {
  color: var(--sand);
  margin-bottom: 0.5rem;
}

.vj8u0k1r p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.sviikwdf {
  color: #888;
  font-size: 0.85rem;
  font-style: italic;
}

/* Contact Section */
.w7gv42eo {
  padding: 5rem 0;
  background: linear-gradient(180deg, #FFF 0%, #F1FAEE 100%);
}

.g2gilna6 {
  background: var(--white);
  border-radius: 30px;
  padding: 3rem;
  box-shadow: 0 10px 50px rgba(0,0,0,0.1);
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 3rem;
}

.kvwxf0c0 h2 {
  font-size: 2rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
}

.kvwxf0c0 > p {
  color: #666;
  margin-bottom: 2rem;
}

.l29gasnu {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.qumhsur9 input {
  width: 100%;
  padding: 1rem 1.5rem;
  border: 2px solid #eee;
  border-radius: 15px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s;
}

.qumhsur9 input:focus {
  outline: none;
  border-color: var(--primary);
}

.f2lipg9i {
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 500;
}

.m0sqyv8z {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.bnnlz2t3 {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  cursor: pointer;
  padding: 1rem;
  border-radius: 15px;
  transition: all 0.3s;
}

.bnnlz2t3:hover {
  background: var(--light);
}

.imzgiulk {
  font-size: 2rem;
}

.bnnlz2t3 strong {
  display: block;
  color: var(--dark);
  margin-bottom: 0.2rem;
}

.bnnlz2t3 p {
  color: #666;
  font-size: 0.95rem;
}

/* Footer */
footer {
  background: var(--dark);
  color: var(--white);
  padding: 4rem 0 2rem;
}

.fe4uyn81 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

.uy8gp5bj h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.uy8gp5bj p {
  color: #aaa;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.mbmfmj6z {
  display: flex;
  gap: 0.75rem;
}

.mbmfmj6z a {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: all 0.3s;
}

.mbmfmj6z a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.nix6cgrs h4 {
  color: var(--sand);
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.nix6cgrs ul li {
  margin-bottom: 0.75rem;
}

.nix6cgrs a {
  color: #aaa;
  transition: color 0.3s;
  font-size: 0.95rem;
}

.nix6cgrs a:hover {
  color: var(--white);
}

.xv4bice1 {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #888;
  font-size: 0.9rem;
}

/* Modal */
.y3jnbybu {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 53, 87, 0.7);
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(5px);
}

.pyvl1ck4 {
  background: var(--white);
  padding: 3rem;
  border-radius: 25px;
  text-align: center;
  max-width: 450px;
  position: relative;
  animation: modalSlide 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes modalSlide {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.xhlwh39f {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  cursor: pointer;
  color: #aaa;
  transition: color 0.3s;
}

.xhlwh39f:hover {
  color: var(--primary);
}

.smnpd4sy {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.pyvl1ck4 h2 {
  color: var(--dark);
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

.pyvl1ck4 p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .osykwdaq {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .vgzx2acn {
    grid-template-columns: repeat(4, 1fr);
  }

  .jftmbgio {
    grid-template-columns: 1fr;
  }

  .g2gilna6 {
    grid-template-columns: 1fr;
  }

  .fe4uyn81 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .c66i1pdt h1 {
    font-size: 2.5rem;
  }

  .v1eaysc3 {
    display: none;
  }

  .xq73vtql {
    flex-direction: column;
    align-items: center;
  }

  .zav7letz {
    grid-template-columns: repeat(2, 1fr);
  }

  .js2ypk8w {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .vgzx2acn {
    grid-template-columns: repeat(2, 1fr);
  }

  .ddbxxpwc {
    grid-template-columns: repeat(2, 1fr);
  }

  .fe4uyn81 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mbmfmj6z {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .zav7letz {
    grid-template-columns: 1fr;
  }

  .nexgd7t4 {
    grid-template-columns: 1fr;
  }

  .ddbxxpwc {
    grid-template-columns: 1fr;
  }

  .p6maoxru {
    justify-content: center;
  }
}
