:root {
  --bg: #ffffff;
  --fg: #141414;
  --muted: #6b6b6b;
  --accent: #cc8844;
  --accent-2: #e6e6e6;

  background: var(--bg);
  color: var(--fg);
}
.p0hv6whb509 {
  background: linear-gradient(to bottom right, var(--accent), var(--bg));
  padding: 8rem 0;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}

.xwyo2ycj5st {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rnfp81nwh71 {
  font-family: "Neugothic", serif;
  font-size: 3.5rem;
  color: var(--fg);
  width: 100%;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.npqsngnf3sa94s {
  font-family: "Neugothic", serif;
  font-size: 2.2rem;
  color: var(--muted);
  width: 100%;
  margin-bottom: 3rem;
  font-weight: 400;
}

.z1od03jjidu97o {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 3rem auto;
}

.ahcr2ggxnjq {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.jg0qdm8ro2ykv {
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--fg);
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Custom Engraving Section Styles */
.e5vqdtuz2awz {
  background-color: var(--accent-2); /* Light background for contrast */
  padding: 8rem 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.shtrallmoja6c {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
}

.io59yb193d5 {
  font-family: "Neugothic", serif;
  font-size: 3rem;
  color: var(--fg);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.mfenjvkxl3ma {
  font-family: "Neugothic", serif;
  font-size: 2.5rem;
  color: var(--muted);
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}

.kefwn704qwbsc6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* Align for visual balance */
  gap: 4rem;
  width: 100%;
}

.bvxq6kd06nqvays {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--fg);
  max-width: 600px;
  text-align: left;
  flex: 1 1 45%;
  min-width: 280px;
}

.wyu4usq6es4g9 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  flex: 1 1 45%;
  min-width: 280px;
}

.pawv094pku9 {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.pawv094pku9:hover {
  transform: scale(1.02);
}

/* Custom Material Selection Section Styles */
.zd0dnmaqoxvu308 {
  background-color: var(--bg);
  padding: 8rem 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.n273ihfxro9hym {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
}

.kalcznond96lau {
  font-family: "Neugothic", serif;
  font-size: 3rem;
  color: var(--accent);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.sqcj847yr78hr {
  font-family: "Neugothic", serif;
  font-size: 2.5rem;
  color: var(--fg-alt);
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}

.walv8zaemnntq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch; /* Ensure equal height for material options */
  gap: 4rem;
  width: 100%;
}

.ighqo3wcf8l1vj {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 380px;
  width: calc(33.33% - 2.66rem);
  min-width: 280px;
  background-color: var(--accent-2); /* Light background for material cards */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 2rem;
}

.ighqo3wcf8l1vj:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.m2iacgt5pvk {
  width: 100%;

  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--accent);
}

.v07dt68658wpxsr {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.5s ease;
}

.ighqo3wcf8l1vj:hover .v07dt68658wpxsr {
  transform: scale(1.05);
}

.p3d5r45a69rq {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  text-align: center;
}

/* Hardware & Beyond Section Styles */
.brdndfnwiocsbt {
  background-color: var(--accent-2);
  padding: 8rem 0;

  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.u1ppnb80xz {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
}

.k65d53cqm7fjptl {
  font-family: "Neugothic", serif;
  font-size: 3rem;
  color: var(--fg);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.blkxpg4i5bk8hq7 {
  font-family: "Neugothic", serif;
  font-size: 2.5rem;
  color: var(--muted);
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}

.oka266mm83m8yio {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  width: 100%;
}

.s53ol6qg1 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 380px;
  width: calc(33.33% - 2.66rem);
  min-width: 280px;
  background-color: var(--bg);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  padding-bottom: 2rem;
}

.s53ol6qg1:hover {
  transform: translateY(-12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.cp3xttwn48 {
  width: 100%;

  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--accent);
}

.hh2knq3licy12 {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 0.5s ease;
}

.s53ol6qg1:hover .hh2knq3licy12 {
  transform: scale(1.05);
}

.sd7n9g6kh755f {
  font-family: "Neugothic", serif;
  font-size: 2.4rem;
  color: var(--accent);
  margin-bottom: 1.2rem;
  padding: 0 1.5rem;
  line-height: 1.3;
  width: 100%;
}

.qqmcec5j7cf {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 1rem;
  padding: 0 1.5rem;
  text-align: center;
}

/* Bespoke Design Consultation Section Styles */
.zd0dnmaqoxvu308 {
  background-color: var(--bg);
  padding: 8rem 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.n273ihfxro9hym {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

  width: 100%;
}

.kalcznond96lau {
  font-family: "Neugothic", serif;
  font-size: 3rem;
  color: var(--fg);
  text-align: center;
  width: 100%;
  margin-bottom: 1rem;
}

.sqcj847yr78hr {
  font-family: "Neugothic", serif;
  font-size: 2.5rem;
  color: var(--muted);
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}

.walv8zaemnntq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 4rem;
  width: 100%;
}

.ighqo3wcf8l1vj {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--fg);
  max-width: 600px;
  text-align: left;
  flex: 1 1 45%;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
}

.m2iacgt5pvk {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  flex: 1 1 45%;
  min-width: 280px;
}

.v07dt68658wpxsr {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.v07dt68658wpxsr:hover {
  transform: scale(1.02);
}

.toy9y83ycl {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
  padding: 0.8rem 1.5rem;
  border: 2px solid var(--accent);
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-top: 2rem;
  background-color: transparent;
}

.toy9y83ycl:hover {
  background-color: var(--accent);
  color: var(--bg);
  box-shadow: 0 4px 10px rgba(var(--accent), 0.3);
}

/* Additional Global-like Styles for Personalized Page */
.gjlpfujkjdrb {
  font-family: "Neugothic", serif;
  font-size: 2.5rem;
  color: var(--muted);
  text-align: center;
  width: 100%;
  margin-bottom: 4rem;
}

@media (max-width: 1200px) {
  .rnfp81nwh71 {
    font-size: 4.5rem;
  }
  .npqsngnf3sa94s {
    font-size: 2rem;
  }
  .jg0qdm8ro2ykv {
    font-size: 1.5rem;
  }
  .io59yb193d5 {
    font-size: 3.5rem;
  }
  .mfenjvkxl3ma {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .kalcznond96lau {
    font-size: 3.5rem;
  }
  .sqcj847yr78hr {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .ighqo3wcf8l1vj {
    max-width: 48%; /* Adjust for 2 columns */
    width: 48%;
  }
  .toy9y83ycl {
    font-size: 2.2rem;
  }

  .k65d53cqm7fjptl {
    font-size: 3.5rem;
  }
  .blkxpg4i5bk8hq7 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .s53ol6qg1 {
    max-width: 48%;
    width: 48%;
  }
  .sd7n9g6kh755f {
    font-size: 2.2rem;
  }

  .kalcznond96lau {
    font-size: 3.5rem;
  }
  .sqcj847yr78hr {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

@media (max-width: 992px) {
  .p0hv6whb509 {
    padding: 6rem 0;
    min-height: 400px;
  }
  .rnfp81nwh71 {
    font-size: 3.8rem;
    margin-bottom: 1.2rem;
  }
  .npqsngnf3sa94s {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .z1od03jjidu97o {
    margin-bottom: 2.5rem;
  }

  .e5vqdtuz2awz {
    padding: 6rem 0;
  }
  .io59yb193d5 {
    font-size: 3rem;
  }
  .mfenjvkxl3ma {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .kefwn704qwbsc6 {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .bvxq6kd06nqvays,
  .wyu4usq6es4g9 {
    max-width: 100%;
    text-align: center;
  }
  .zd0dnmaqoxvu308 {
    padding: 6rem 0;
  }
  .kalcznond96lau {
    font-size: 3rem;
  }
  .sqcj847yr78hr {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .walv8zaemnntq {
    gap: 3rem;
  }
  .ighqo3wcf8l1vj {
    max-width: 100%; /* Stack options on smaller screens */
    width: 100%;
  }
  .toy9y83ycl {
    font-size: 2rem;
  }

  .brdndfnwiocsbt {
    padding: 6rem 0;
  }
  .k65d53cqm7fjptl {
    font-size: 3rem;
  }
  .blkxpg4i5bk8hq7 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .oka266mm83m8yio {
    gap: 3rem;
  }
  .s53ol6qg1 {
    max-width: 100%;
    width: 100%;
  }
  .sd7n9g6kh755f {
    font-size: 2rem;
  }

  .zd0dnmaqoxvu308 {
    padding: 6rem 0;
  }
  .kalcznond96lau {
    font-size: 3rem;
  }
  .sqcj847yr78hr {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .walv8zaemnntq {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .ighqo3wcf8l1vj,
  .m2iacgt5pvk {
    max-width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .p0hv6whb509 {
    padding: 4rem 0;
    min-height: 350px;
  }
  .rnfp81nwh71 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .npqsngnf3sa94s {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .xwyo2ycj5st {
    gap: 2rem;
  }

  .e5vqdtuz2awz {
    padding: 5rem 0;
  }
  .io59yb193d5 {
    font-size: 2.8rem;
  }
  .mfenjvkxl3ma {
    font-size: 1.8rem;
  }

  .zd0dnmaqoxvu308 {
    padding: 5rem 0;
  }
  .kalcznond96lau {
    font-size: 2.8rem;
  }
  .sqcj847yr78hr {
    font-size: 1.8rem;
  }
  .m2iacgt5pvk {
    height: 200px;
  }
  .brdndfnwiocsbt {
    padding: 5rem 0;
  }
  .k65d53cqm7fjptl {
    font-size: 2.8rem;
  }
  .blkxpg4i5bk8hq7 {
    font-size: 1.8rem;
  }
  .cp3xttwn48 {
    height: 200px;
  }
  .sd7n9g6kh755f {
    font-size: 1.8rem;
  }

  .zd0dnmaqoxvu308 {
    padding: 5rem 0;
  }
  .kalcznond96lau {
    font-size: 2.8rem;
  }
  .sqcj847yr78hr {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .rnfp81nwh71 {
    font-size: 2.5rem;
  }
  .npqsngnf3sa94s {
    font-size: 1.4rem;
  }

  .z1od03jjidu97o {
    max-width: 90%;
  }
  .io59yb193d5 {
    font-size: 2.2rem;
  }
  .mfenjvkxl3ma {
    font-size: 1.5rem;
  }

  .kalcznond96lau {
    font-size: 2.2rem;
  }
  .sqcj847yr78hr {
    font-size: 1.5rem;
  }
  .toy9y83ycl {
    font-size: 1.8rem;
  }

  .k65d53cqm7fjptl {
    font-size: 2.2rem;
  }
  .blkxpg4i5bk8hq7 {
    font-size: 1.5rem;
  }
  .sd7n9g6kh755f {
    font-size: 1.8rem;
  }

  .kalcznond96lau {
    font-size: 2.2rem;
  }
  .sqcj847yr78hr {
    font-size: 1.5rem;
  }
}
