@font-face {
  font-family: "Lato";
  src: url("lato-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("lato-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Neugothic";
  src: url("Neugothic.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* General body and typography */
body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  color: #333;
}

/* Container for content limitation */
.uynuua3q5ovcu,
.p29zdstox78srxm,
.q6a8vo0bqvk,
.bmvhhe3iar7,
.cj9abzhyjdhqesh {
  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;
}

@media (max-width: 768px) {
  .bmvhhe3iar7,
  .cj9abzhyjdhqesh {
    flex-direction: column;
    align-items: center;
  }
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Neugothic", serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #222;
  text-align: center;
  width: 100%;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;

  color: #555;
}

/* Paragraphs and general text */
p {
  font-size: 1.4rem;
  margin-bottom: 10px;
  line-height: 1.8;
}

/* Image containers */
.hgiv4j95hwu,
.kd3v2wj9i0dz,
.gke6iufc7oxu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}

.hgiv4j95hwu img,
.kd3v2wj9i0dz img,
.gke6iufc7oxu img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #0056b3;
}

/* Utility classes */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.g-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.g-title-dark {
  font-family: "Neugothic", "Lato", Arial, sans-serif;
  font-size: 2.4rem;
  color: #141414;
  letter-spacing: 0.02em;
}

.g-title-light {
  font-family: "Neugothic", "Lato", Arial, sans-serif;
  font-size: 2.4rem;
  color: #f3f3f3;
  letter-spacing: 0.02em;
}

.g-subtitle-dark {
  font-size: 1.6rem;
  color: #6b6b6b;
}

.g-subtitle-light {
  font-size: 1.6rem;
  color: #d0d0d0;
}

.g-text-dark {
  font-size: 1.4rem;
  color: #141414;
}

.g-text-light {
  font-size: 1.4rem;
  color: #f3f3f3;
}

.g-btn-dark {
  display: inline-block;
  padding: 10px 16px;
  color: #ffffff;
  background: #cc8844;
  border: 1px solid #cc8844;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.g-btn-dark:hover {
  opacity: 0.9;
}

.g-btn-light {
  display: inline-block;
  padding: 10px 16px;
  color: #141414;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.g-btn-light:hover {
  opacity: 0.9;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: Lato, sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
}
html {
  font-size: 1rem;
  font-family: Lato, sans-serif;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
section[id] {
  scroll-margin-top: 100px;
}
@media (min-width: 2401px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 2201px) and (max-width: 2400px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1901px) and (max-width: 2200px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1500px) and (min-width: 1300px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 1299px) {
  html {
    font-size: 11px;
  }
}
::-webkit-scrollbar,
html ::-webkit-scrollbar {
  height: 1rem;
  width: 1rem;
}
::-webkit-scrollbar-track,
html ::-webkit-scrollbar-track {
  background: #f5f1f1;
}
::-webkit-scrollbar-thumb,
html ::-webkit-scrollbar-thumb {
  background-color: #452e24;
  border-radius: 1rem;
  border: 1px solid #e6e6f0;
}
body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: Lato;
  overflow-y: auto;
  overflow-x: auto;
}
.main {
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  flex-grow: 2;
}
a,
button {
  text-decoration: none;
  cursor: pointer;
}
ul {
  list-style: none;
}
img {
  width: 100%;
}

.text_center {
  text-align: center;
}

.ukj4wx8s660mu {
  --bg: #ffffff;
  --fg: #141414;
  --muted: #6b6b6b;
  --accent: #cc8844;
  --accent-2: #e6e6e6;
  font-family: "Lato", system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  background: var(--bg);
  color: var(--fg);
}

.vb4wewuo91izpl {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px;
}

.jxxp562152k9kp {
  font-weight: 700;
  letter-spacing: 0.02em;
}
.gkdbfeany2kj {
  color: var(--fg);
}
.hrcz8v4wtm5v84g {
  color: #121214;
}

.gubjjb76apwn9v {
  color: var(--muted);
  font-size: 1.2rem;
}
.lz40tw29jhjk {
  font-size: 1.4rem;
  color: var(--fg);
  line-height: 1.6;
}

/* Thanks Page Styles */
.kn1nc33lyse {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 8rem 0;
  min-height: 70vh; /* Ensures it takes up a good portion of the viewport */
  background-color: var(--bg);
}

.cn20h03wqkmalt {
  max-width: 900px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.cuuve2kex3 {
  font-family: "Neugothic", serif;
  font-size: 4.5rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.khukotg8jid9vau {
  font-family: "Neugothic", serif;
  font-size: 2.8rem;
  color: var(--fg);
  margin-bottom: 2rem;
}

.cokis3cu3 {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 3rem;
}

.vboljdy6y0864ue {
  background: var(--accent);
  color: #ffffff;
}
.t34xu21fuebus6s {
  border: 1px solid var(--accent);
}

.xb6lmszrm5yd4sc {
  color: var(--fg);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.xb6lmszrm5yd4sc:hover {
  color: var(--accent);
  opacity: 0.9;
}

.opjy0ibqjpn1pa {
  background: linear-gradient(180deg, #ffffff, #fbfbfb);
  border-bottom: 1px solid var(--accent-2);
}
.dupl4lmwsi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
}

.kakle8ri5cr {
  cursor: pointer;
  padding: 10px 14px;
  border-radius: 8px;
  background: transparent;
  color: var(--fg);
  border: 1px solid rgb(236, 166, 81);
  font-size: 1.6rem;
}
.kakle8ri5cr:hover {
  background: var(--accent-2);
}

.gfjb1h85usxz {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 20px 12px;
  background: #ffffff;
  border-right: 1px solid var(--accent-2);
  transform: translateX(-100%);
  transition: transform 0.25s ease;
  min-width: 270px;
  z-index: 1000;
}
.gfjb1h85usxz.psn2ylyrry3n5l {
  transform: translateX(0);
}
.z7unlnvxvmo6x {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  min-width: 270px;
}
.zrsl348g8nr1 {
  list-style: none;
}

.r4upj6j42metel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: 270px;
}
.bjjb751h5kq4n29 {
  color: var(--accent);
}
.bjjb751h5kq4n29:hover {
  color: #e5a169;
}

.bjjb751h5kq4n29.jxxp562152k9kp {
  font-size: 1.2rem;
  display: inline-block;
  text-align: center;
}

.oskyzfe3vhx {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  min-width: 270px;
}
.d9tlbwged1 {
  font-size: 1.8rem;
  color: var(--accent);
}
.bqa8cnwynkldyhg {
  font-size: 1.2rem;
}

.vagyl2hcjwpoo {
  background: #f8f8f8;
  border-top: 1px solid var(--accent-2);
  padding: 28px 0;
}
.boks58wfd6vki {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.ml7qy64bipg {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  min-width: 270px;
}
.lhfmgnolmfl {
  list-style: none;
}
.xvu2xc9jvrbnoi {
  color: var(--muted);
}
.xvu2xc9jvrbnoi:hover {
  color: var(--fg);
}
.vza59teyqgbzfy0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.scneu2sfp4st {
  list-style: none;
}
.bs0omd2zf {
  color: var(--fg);
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid var(--accent-2);
  display: inline-block;
  font-size: 1.8rem;
}
.bs0omd2zf:hover {
  background: var(--accent-2);
}
.j9skkdry6h7f {
  color: var(--muted);
}

@media (max-width: 900px) {
  .dupl4lmwsi {
    flex-direction: column;
    align-items: center;
  }
  .boks58wfd6vki {
    flex-direction: column;
    align-items: center;
  }
  .bjjb751h5kq4n29.jxxp562152k9kp {
    display: none;
  }
}

/* Image utilities (for future sections) */
.xtkmdyshj {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tw152gi6i1osxi {
  width: 100%;
  max-width: 450px;
}

.img-responsive-max {
  width: 100%;
  max-width: 450px;
}

@media (min-width: 901px) {
  .kakle8ri5cr {
    order: 1;
  }
  .r4upj6j42metel {
    order: 2;
  }
  .oskyzfe3vhx {
    order: 3;
    margin-left: auto;
  }
  .dupl4lmwsi {
    position: relative;
  }
  .r4upj6j42metel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .qt2k3yazmrqw {
    font-size: 2.2rem;
  }

  /* Thanks Page Responsive Styles */
  .cuuve2kex3 {
    font-size: 3.5rem;
  }

  .khukotg8jid9vau {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  .qt2k3yazmrqw {
    font-size: 1.8rem;
  }

  /* Thanks Page Responsive Styles */
  .cuuve2kex3 {
    font-size: 3rem;
  }

  .khukotg8jid9vau {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .qt2k3yazmrqw {
    font-size: 1.6rem;
  }

  /* Thanks Page Responsive Styles */
  .cuuve2kex3 {
    font-size: 2.5rem;
  }

  .khukotg8jid9vau {
    font-size: 1.6rem;
  }
}

/* Section styles */
.kvbc6l0zr0z,
.xsuz9886y {
  padding: 4rem 0;
  margin-bottom: 2rem;
}

.kvbc6l0zr0z {
  background-color: #f0f0f0;
  border-bottom: 1px solid #ddd;
}

.xsuz9886y {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* Common styles for inner content containers to limit width and center content */
.s652q5cv6,
.isib70x4t58bh {
  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;
}

@media (max-width: 768px) {
  .s652q5cv6,
  .isib70x4t58bh {
    flex-direction: column;
    align-items: center;
  }
}

/* Heading styles */
.p29zdstox78srxm,
.uynuua3q5ovcu {
  font-family: "Neugothic", serif;
  font-size: 4.2rem;

  color: #222;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

.r867rsrjx7zx,
.cjsufveogrxh {
  font-family: "Neugothic", serif;
  font-size: 2.4rem;
  padding: 1.5rem 0;
  color: #555;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Paragraph and text block styles within sections */
.fxijfu9o9g31qn,
.ix1vws41ac {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
  width: 100%;
}

.fxijfu9o9g31qn p,
.ix1vws41ac p {
  font-size: 1.4rem;
  line-height: 1.8;

  margin-bottom: 1rem;
  max-width: 600px;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: #fefefe;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Image container styles */
.hgiv4j95hwu,
.znnps6vp3yd {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 2rem 0;
}

/* Specific styling for znnps6vp3yd to hold two images in a row */
.znnps6vp3yd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem; /* Spacing between the two images */
  margin: 3rem 0; /* Adjust vertical margin as needed */
}

.hgiv4j95hwu img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.f26hyl85es1eqez,
.hribiwvnp6sfo3 {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex: 1 1 45%; /* Allow images to grow/shrink, with a base of 45% of parent's width */
}

.f26hyl85es1eqez:hover,
.hribiwvnp6sfo3:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Hover effects */
.fxijfu9o9g31qn p:hover,
.ix1vws41ac p:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.hgiv4j95hwu img:hover,
.znnps6vp3yd img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Hero Section Styles */
.t3smdu3ultqdn {
  background: linear-gradient(
    to bottom,
    var(--accent) 0%,
    #f8f8f8 10%,
    #f8f8f8 90%,
    var(--accent) 100%
  );
  padding: 6rem 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

.cwo0resi0ib7ke {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Adjusted for unique layout */
  align-items: center;
  gap: 3rem; /* Increased gap for better spacing */
  position: relative;
  z-index: 1;
}

.jnaw1kap02e {
  font-family: "Neugothic", serif;
  font-size: 4.5rem; /* Slightly larger for impact */
  color: #222;
  margin-bottom: 1rem;
  width: 60%; /* Occupy a portion of the width */
  text-align: left; /* Aligned left for a dynamic feel */
  line-height: 1.1;
  flex: 1 1 500px; /* Using flex-basis with max-width alternative */
  max-width: 800px;
}

.sa138smd8h49en {
  font-family: "Neugothic", serif;
  font-size: 2.8rem;
  color: #555;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center; /* Aligned left */
  order: 2; /* Change order for unique flow */
  flex: 1 1 400px; /* Using flex-basis with max-width alternative */
  max-width: 600px;
}

.i8u2gvnz0jii {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
  max-width: 700px; /* Adjusted max-width */

  margin-bottom: 2rem;
  order: 3; /* Change order */
  flex: 1 1 450px; /* Using flex-basis with max-width alternative */
}

.es19beny3g {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35%; /* Occupy remaining width */
  margin-top: 0; /* Remove top margin */
  order: 1; /* Make image appear first on larger screens */
  flex: 1 1 450px; /* Using flex-basis with max-width alternative */
  max-width: 450px;
}

.s2m5rgk7nq1ima {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s2m5rgk7nq1ima:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .jnaw1kap02e,
  .sa138smd8h49en,
  .i8u2gvnz0jii {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .es19beny3g {
    width: 100%;
    order: 4; /* Move image to the bottom on smaller screens */
    margin-top: 2rem;
  }
  .cwo0resi0ib7ke {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .jnaw1kap02e {
    font-size: 3rem;
  }
  .sa138smd8h49en {
    font-size: 2.2rem;
  }

  .t3smdu3ultqdn {
    padding: 4rem 0;
  }
}

/* Media Queries for responsive adjustments */
@media (max-width: 768px) {
  .p29zdstox78srxm,
  .uynuua3q5ovcu {
    font-size: 2.5rem;
  }
  .r867rsrjx7zx,
  .cjsufveogrxh {
    font-size: 1.8rem;
  }
  .fxijfu9o9g31qn p,
  .ix1vws41ac p {
    max-width: 100%;
  }
  .f26hyl85es1eqez,
  .hribiwvnp6sfo3 {
    flex: 1 1 90%; /* Allow images to take more width on smaller screens */
  }
}

/* Our Craft Section Styles - Redesigned Unique Architecture */
.p5hdl86dklr6f02 {
  padding: 6rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gi6sct11rtjla {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; /* Default to column to stack headings */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.kd3v2wj9i0dz {
  font-family: "Neugothic", serif;
  font-size: 3.2rem; /* Adjusted to match Our Design Philosophy heading */
  color: #222; /* Adjusted to match Our Design Philosophy heading */
  text-align: center;
  width: 100%;
  margin-bottom: 1rem; /* Adjusted to match Our Design Philosophy heading */
  margin-top: 0; /* Explicitly set to match Our Design Philosophy heading */
  /* Removed letter-spacing: 0.02em; to match Our Design Philosophy heading */
}

.epclf0vmz {
  font-family: "Neugothic", serif;
  font-size: 2.5rem;
  color: var(--muted);
  text-align: center;
  width: 100%;
  margin-bottom: 0.75rem; /* Further reduced from 1.5rem */
}

.q6a8vo0bqvk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items on smaller screens, will be adjusted for stagger */
  align-items: flex-start; /* Align to start to prevent stretching */
  gap: 5rem; /* Large gap for visual separation */
  width: 100%;
}

.s7ygotvl6m {
  display: flex;
  flex-direction: column; /* Stack image and text */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; /* Center items in column layout */
  max-width: 550px;
  padding: 2.5rem;

  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  background: linear-gradient(to bottom right, var(--bg), var(--accent));
}

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

.w2f3336iug {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.xg746rda55byy {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
}

.gke6iufc7oxu {
  font-size: 1.4rem;
  line-height: 1.4;

  color: var(--fg);
  margin-bottom: 0;
  width: 100%; /* Prevent stretching */
}

.f8cw18tpj8l27o3 {
  display: flex;
  flex-direction: column-reverse; /* Reverse stack for staggered effect */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  padding: 2rem;
  background: linear-gradient(
    to bottom right,
    var(--bg),
    var(--accent)
  ); /* Changed gradient to match hero section style */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.f8cw18tpj8l27o3:hover {
  transform: translateY(12px); /* Opposite hover effect */
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

.dte5l521mucwr8z {
  font-size: 1.4rem;
  line-height: 1.4;

  color: var(--fg);
  margin-top: 0;
  margin-top: 2rem; /* Add margin above image */
  width: 100%; /* Prevent stretching */
}

.cj9abzhyjdhqesh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.zwd3lx9ps581 {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
}

.i10dh18n91 {
  width: 60%;
  height: 3px;
  background: linear-gradient(
    to right,
    transparent,
    var(--accent),
    transparent
  );
  margin: 6rem auto;
  border-radius: 2px;
}

.ukbclqcgi710 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
}

.t3487csrn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2rem; /* Spacing between the two images */
  margin-top: 3rem;
}

.qgwspf6g37uj,
.znyvxchty5a87h {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Removed width: 100% and margin-top as they are now handled by the parent .t3487csrn */
  max-width: 450px;
  flex: 1 1 40%; /* Allow images to grow/shrink, with a base of 40% of parent's width */
}

.ags149bc65gxh {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--accent);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1.5rem 0;
}

.it0g7z7wtlcengq,
.mubg9wq4f8waa3 {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.it0g7z7wtlcengq:hover,
.mubg9wq4f8waa3:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1025px) {
  .q6a8vo0bqvk {
    justify-content: space-around; /* Distribute items horizontally */
    align-items: flex-start; /* Align for staggered effect */
    margin-top: 2rem;
  }
  .s7ygotvl6m {
    margin-top: 0;
    align-self: flex-start; /* Staggered alignment */
  }
  .f8cw18tpj8l27o3 {
    margin-top: 10rem; /* Push down for staggered effect */
    align-self: flex-start; /* Staggered alignment */
  }
}

@media (max-width: 1024px) {
  .gi6sct11rtjla {
    gap: 3rem;
  }
  .kd3v2wj9i0dz {
    font-size: 3rem;
  }
  .epclf0vmz {
    font-size: 2rem;
  }
  .q6a8vo0bqvk {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .s7ygotvl6m,
  .f8cw18tpj8l27o3 {
    max-width: 100%;
    margin-top: 0; /* Remove stagger on small screens */
  }
  .gke6iufc7oxu,
  .dte5l521mucwr8z {
    text-align: center;
  }
  .i10dh18n91 {
    margin: 4rem auto;
  }
  .ags149bc65gxh {
    font-size: 1.4rem;
  }
  .qgwspf6g37uj,
  .znyvxchty5a87h {
    /* margin-top is now handled by .t3487csrn */
    flex: 1 1 80%; /* Allow images to take more width on smaller screens */
  }
}

@media (max-width: 768px) {
  .p5hdl86dklr6f02 {
    padding: 4rem 0;
  }
  .kd3v2wj9i0dz {
    font-size: 2.5rem;
  }
  .epclf0vmz {
    font-size: 1.8rem;
  }
  .s7ygotvl6m,
  .f8cw18tpj8l27o3 {
    padding: 1.5rem;
  }

  .i10dh18n91 {
    width: 80%;
  }
}

/* Promotional Models of This Month Section Styles - Unique Architecture */
.rxfr72bb9d2 {
  background-color: var(--bg); /* Use a soft background */
  padding: 6rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pq8i8troo40gkb {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto;
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; /* Stack children by default */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

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

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

.ia3gtc9cs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* For staggered effect on larger screens */
  gap: 4rem;
  width: 100%;
}

.badev8wziizrro {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px; /* Max width for individual promotional item */
  padding: 2rem;
  background: linear-gradient(
    to bottom,
    var(--bg),
    var(--accent-2)
  ); /* Subtle gradient background */
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center; /* Center text within item */
}

.badev8wziizrro:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.ld4jc20p4 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.kzxk2dn9cjf {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cmqfs25ic {
  font-family: "Neugothic", serif;
  font-size: 2rem;
  color: var(--accent);
  margin-bottom: 1rem;
  width: 100%;
  line-height: 1.2;
}

.vdbqsyhk9 {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

.o53o5x4qi68le92 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--accent);
  width: 100%;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Additional Info Block */
.h76ojcsug0yve {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-top: 5rem;
  padding: 3rem;
  background-color: var(--accent-2); /* Distinct background for info block */
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.p4zkbdtve8k,
.hrhnbdgdyvl0m2 {
  font-size: 1.5rem;
  line-height: 1.7;
  color: var(--fg);
  text-align: center;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 700px; /* Limit text width */
}

.hrhnbdgdyvl0m2 {
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0;
}

/* Media Queries for Promotional Models section */
@media (min-width: 1025px) {
  .badev8wziizrro:nth-child(even) {
    margin-top: 8rem; /* Stagger effect */
  }
}

@media (max-width: 1024px) {
  .c9x4jhsvzi9fx {
    font-size: 3.2rem;
  }
  .uqc4yfbbhxfz7wv {
    font-size: 2rem;
  }
  .badev8wziizrro {
    max-width: 100%;
  }
  .cmqfs25ic {
    font-size: 1.8rem;
  }

  .o53o5x4qi68le92 {
    font-size: 1.6rem;
  }
  .h76ojcsug0yve {
    margin-top: 3rem;
    padding: 2rem;
  }
  .p4zkbdtve8k,
  .hrhnbdgdyvl0m2 {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .rxfr72bb9d2 {
    padding: 4rem 0;
  }
  .c9x4jhsvzi9fx {
    font-size: 2.8rem;
  }
  .uqc4yfbbhxfz7wv {
    font-size: 1.8rem;
  }
  .badev8wziizrro {
    padding: 1.5rem;
  }

  .o53o5x4qi68le92 {
    font-size: 1.4rem;
  }
  .h76ojcsug0yve {
    padding: 1.5rem;
  }

  .ia3gtc9cs {
    gap: 2.5rem;
  }
  .pq8i8troo40gkb {
    gap: 3rem;
  }
}

/* Button container for Promotional Models section */
.l394648x2v {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem; /* Space above the button */
}

/* Blog and Style Tips Section Styles - Unique Architecture */
.ovfnlfzrt9vh {
  background-color: var(--accent-2); /* A light, clean background */
  padding: 8rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.sm4hof8cg {
  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;
}

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

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

.wm2m9mjhzpw0n9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; /* For staggered effect */
  gap: 4rem;
  width: 100%;
}

.jbqctg6e9b {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 420px; /* Max width for individual blog post */
  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;
  height: auto; /* Allow height to adjust naturally */
}

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

.umlan72d2soh {
  width: 100%;
  height: 250px; /* Fixed height for image container */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--accent);
}

.tycjz04mw {
  width: 100%;
  max-width: none; /* Override img-responsive-max for larger images if needed */
  height: 100%;
  object-fit: cover; /* Ensure image covers container without distortion */
  border-radius: 0; /* Remove border-radius from image directly */
  box-shadow: none; /* Remove box-shadow from image directly */
  transition: transform 0.5s ease;
}

.jbqctg6e9b:hover .tycjz04mw {
  transform: scale(1.05);
}

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

.jggkfgmot {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 2rem;
  padding: 0 2rem;
  text-align: center;
  flex-grow: 1; /* Allow paragraph to take available space */
}

.lqdkco22xg {
  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;
}

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

.bhssyi47o {
  width: 80%;
  max-width: 600px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--muted), transparent);
  margin: 6rem 0; /* Spacing for the divider */
}

.tp6r0l67ekef {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  background: linear-gradient(to top left, var(--bg), var(--accent-2));
  padding: 4rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  gap: 2.5rem;
}

.b7ohwke8m7 {
  font-size: 1.8rem;
  line-height: 1.7;
  color: var(--fg);
  text-align: center;
  width: 100%;
  max-width: 700px;
  font-weight: 500;
}

.ua0wjybzyr {
  font-size: 1.6rem;
  padding: 1.5rem 3rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Responsive adjustments for Blog section */
@media (min-width: 1025px) {
  .jbqctg6e9b:nth-child(even) {
    margin-top: 6rem; /* Stagger effect */
  }
}

@media (max-width: 1024px) {
  .xed6lsy0guwu {
    font-size: 3.5rem;
  }
  .nhhnic4slz {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .jbqctg6e9b {
    max-width: 100%; /* Allow full width on smaller screens */
  }
  .irwp5jpyask {
    font-size: 2.2rem;
  }
  .jggkfgmot {
    font-size: 1.3rem;
  }
  .b7ohwke8m7 {
    font-size: 1.6rem;
  }
  .ua0wjybzyr {
    font-size: 1.4rem;
    padding: 1.2rem 2.5rem;
  }
  .umlan72d2soh {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .ovfnlfzrt9vh {
    padding: 5rem 0;
  }
  .xed6lsy0guwu {
    font-size: 3rem;
  }
  .nhhnic4slz {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .wm2m9mjhzpw0n9 {
    gap: 3rem;
  }
  .jbqctg6e9b {
    padding-bottom: 1.5rem;
  }
  .irwp5jpyask {
    font-size: 2rem;
  }

  .tp6r0l67ekef {
    padding: 3rem;
    gap: 2rem;
  }

  .ua0wjybzyr {
    font-size: 1.3rem;
    padding: 1rem 2rem;
  }
  .umlan72d2soh {
    height: 200px;
  }
}

/* Order Form Section Styles - Unique Architecture */
.pryk94zgbq44u {
  background-color: var(--bg); /* A clean background for the form */
  padding: 8rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

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

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

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

.vx89ras8si52e {
  display: flex;
  flex-direction: column; /* Stack form elements */
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  background: linear-gradient(to bottom right, var(--accent), var(--bg));
  padding: 4rem;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
  gap: 2.5rem; /* Spacing between form groups */
}

.yjy8b622db {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 2rem;
}

.zsyy5tgvlv2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%; /* Default to full width */
}

.zsyy5tgvlv2 label {
  font-size: 1.4rem;
  color: var(--fg);
  margin-bottom: 0.8rem;
  font-weight: 600;
  text-align: left;
  width: 100%;
}

.f6l09anuml3l,
.ga50p7zu6bni {
  width: 100%;
  padding: 1.2rem 1.5rem;
  border: 1px solid var(--muted);
  border-radius: 8px;
  font-size: 1.4rem;
  color: var(--fg);
  background-color: var(--bg);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

.f6l09anuml3l:focus,
.ga50p7zu6bni:focus {
  outline: none;
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--accent), 0.2);
}

.ga50p7zu6bni {
  resize: vertical; /* Allow vertical resizing for textarea */
  min-height: 120px;
}

.uoq4r4li9he0erg {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  max-width: 700px; /* Constrain width to align with inputs */
  margin-top: 1rem;
}

.xqedfflt3nytbx {
  min-width: 20px; /* Ensure checkbox is visible and clickable */
  height: 20px;
  accent-color: var(--accent); /* Style checkbox */
}

.usn1dj1p2bp4p {
  font-size: 1.3rem;
  color: var(--fg);
  cursor: pointer;
  text-align: left;
}

.usn1dj1p2bp4p a {
  color: var(--accent);
  text-decoration: underline;
}

.usn1dj1p2bp4p a:hover {
  color: var(--fg);
}

.tr5g33rrq3s9 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 2rem;
}

.g6bewry0h {
  font-size: 1.8rem;
  padding: 1.5rem 3.5rem;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Responsive adjustments for Order Form section */
@media (max-width: 1024px) {
  .m4vpu0yuvm {
    font-size: 3.5rem;
  }
  .p15kmuudre8 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .vx89ras8si52e {
    padding: 3rem;
  }
  .yjy8b622db {
    flex-direction: column; /* Stack inputs vertically on smaller screens */
    align-items: center;
  }
  .yjy8b622db > .zsyy5tgvlv2 {
    max-width: 100%; /* Full width for stacked inputs */
  }
  .f6l09anuml3l,
  .ga50p7zu6bni {
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
  }
  .zsyy5tgvlv2 label {
    text-align: center;
  }
  .usn1dj1p2bp4p {
    font-size: 1.2rem;
  }
  .g6bewry0h {
    font-size: 1.6rem;
    padding: 1.2rem 3rem;
  }
}

@media (max-width: 768px) {
  .pryk94zgbq44u {
    padding: 5rem 0;
  }
  .m4vpu0yuvm {
    font-size: 3rem;
  }
  .p15kmuudre8 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .vx89ras8si52e {
    padding: 2.5rem;
    gap: 2rem;
  }

  .g6bewry0h {
    padding: 1rem 2.5rem;
  }
}

/* Trends & Tips Hero Section Styles */
.y4zgyat3kahyp {
  background: linear-gradient(
    to bottom right,
    var(--accent),
    var(--bg)
  ); /* Consistent gradient with homepage hero */
  padding: 8rem 0;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 500px; /* Ensure a decent height for the hero */
}

.hgxbyq81up {
  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;
  gap: 3rem; /* Spacing between elements */
}

.qa4wjud3nwidzr {
  font-family: "Neugothic", serif;
  font-size: 4.2rem;
  color: var(--fg); /* Darker color for emphasis */
  width: 100%;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.p83elnh21li {
  font-family: "Lato", sans-serif; /* Use Lato for subheading */
  font-size: 2.2rem;
  color: var(--muted);
  width: 100%;
  margin-bottom: 3rem;
  font-weight: 400;
}

.fixhtzvzt2ubih {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px; /* Max width for image container */
  margin: 0 auto 3rem auto;
}

.pbxbdgqtr {
  width: 100%;
  max-width: 450px; /* Follow global img-responsive-max */
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

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

/* Responsive adjustments for Trends & Tips Hero Section */
@media (max-width: 1200px) {
  .qa4wjud3nwidzr {
    font-size: 4.5rem;
  }
  .p83elnh21li {
    font-size: 2rem;
  }
  .fdbdlne8i8iy {
    font-size: 1.5rem;
  }
}

@media (max-width: 992px) {
  .y4zgyat3kahyp {
    padding: 6rem 0;
    min-height: 400px;
  }
  .qa4wjud3nwidzr {
    font-size: 3.8rem;
    margin-bottom: 1.2rem;
  }
  .p83elnh21li {
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
  }
  .fixhtzvzt2ubih {
    margin-bottom: 2.5rem;
  }
  .fdbdlne8i8iy {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .y4zgyat3kahyp {
    padding: 4rem 0;
    min-height: 350px;
  }
  .qa4wjud3nwidzr {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
  .p83elnh21li {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .hgxbyq81up {
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .qa4wjud3nwidzr {
    font-size: 2.5rem;
  }
  .p83elnh21li {
    font-size: 1.4rem;
  }
  .fdbdlne8i8iy {
    font-size: 1.2rem;
  }
  .fixhtzvzt2ubih {
    max-width: 90%;
  }
}

/* Trends and Tips Section Styles */
.o9t18gwvtxy {
  background-color: var(--bg); /* A clean background */
  padding: 8rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.cqepht5wfrwbxcd {
  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;
}

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

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

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

.ojry3l02aox0k {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 550px;
  width: 45%;
  min-width: 250px;
  background-color: var(--accent-2); /* Light background for articles */
  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;
}

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

.ypao85a4nrczz {
  width: 100%;
  height: 280px; /* Fixed height for image container */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

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

.ojry3l02aox0k:hover .tuf124mqk,
.ojry3l02aox0k:hover .tuf124mqy {
  transform: scale(1.05);
}

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

.hl5wvvow0gr {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 2rem;
  padding: 0 2rem;
  text-align: center;
  flex-grow: 1; /* Allow paragraph to take available space */
}

.wsfaqqyql {
  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;
}

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

.sw0mr87oopqx2o {
  width: 80%;
  max-width: 700px;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--muted), transparent);
  margin: 6rem 0; /* Spacing for the divider */
}

.sedyq58n3w {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  background-color: var(--accent-2); /* Distinct background for info block */
  padding: 4rem;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  gap: 2.5rem;
}

.m9ompnvvj {
  font-size: 1.8rem;
  line-height: 1.7;
  color: var(--fg);
  text-align: center;
  width: 100%;
  max-width: 700px;
  font-weight: 500;
}

.rwk7s2bhpfd {
  font-size: 1.6rem;
  padding: 1.5rem 3rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* Responsive adjustments for Trends and Tips section */
@media (max-width: 1200px) {
  .r7nt7vqodluy {
    font-size: 3.5rem;
  }
  .kky1evt8qut {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .ojry3l02aox0k {
    max-width: 48%; /* Adjust for 2 columns */
  }
  .kvr1ay35o {
    font-size: 2.2rem;
  }
  .hl5wvvow0gr {
    font-size: 1.3rem;
  }
  .m9ompnvvj {
    font-size: 1.6rem;
  }
  .rwk7s2bhpfd {
    font-size: 1.4rem;
    padding: 1.2rem 2.5rem;
  }
}

@media (max-width: 992px) {
  .o9t18gwvtxy {
    padding: 6rem 0;
  }
  .r7nt7vqodluy {
    font-size: 3rem;
  }
  .kky1evt8qut {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .le50llb2zye79 {
    gap: 3rem;
  }
  .ojry3l02aox0k {
    max-width: 100%; /* Stack articles on smaller screens */
  }
  .kvr1ay35o {
    font-size: 2rem;
  }

  .rwk7s2bhpfd {
    padding: 1rem 2.5rem;
  }
}

@media (max-width: 768px) {
  .o9t18gwvtxy {
    padding: 5rem 0;
  }
  .r7nt7vqodluy {
    font-size: 2.8rem;
  }
  .kky1evt8qut {
    font-size: 1.8rem;
  }
  .ojry3l02aox0k {
    padding-bottom: 1.5rem;
  }
  .ypao85a4nrczz {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .r7nt7vqodluy {
    font-size: 2.2rem;
  }

  .kvr1ay35o {
    font-size: 1.8rem;
  }

  .m9ompnvvj {
    font-size: 1.2rem;
  }
  .rwk7s2bhpfd {
    padding: 0.8rem 2rem;
  }
}

/* Environmental Responsibility Section Styles (Re-re-created) */
.p5hdl86dklr6f02 {
  background: linear-gradient(180deg, var(--accent-2) 0%, var(--bg) 100%);
  padding: 8rem 0;
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--muted);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.gi6sct11rtjla {
  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;
}

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

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

.q6a8vo0bqvk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; /* Align items to the top for staggered effect */
  gap: 2rem;
  width: 100%;
}

.s7ygotvl6m:hover {
  transform: translateY(-5px); /* Subtle hover effect */
}

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

.xg746rda55byy {
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--fg);
  margin-bottom: 1rem;
  width: 100%;
  text-align: center;
}

/* Responsive adjustments for Environmental Responsibility section */
@media (max-width: 1200px) {
  .kd3v2wj9i0dz {
    font-size: 3.5rem;
  }
  .epclf0vmz {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .s7ygotvl6m {
    max-width: 48%; /* Adjust for 2 columns */
  }
  .w2f3336iug {
    font-size: 2rem;
  }
}

@media (max-width: 992px) {
  .p5hdl86dklr6f02 {
    padding: 6rem 0;
  }
  .kd3v2wj9i0dz {
    font-size: 3rem;
  }
  .epclf0vmz {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .q6a8vo0bqvk {
    gap: 3rem;
  }
  .s7ygotvl6m {
    max-width: 100%; /* Stack blocks on smaller screens */
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .p5hdl86dklr6f02 {
    padding: 5rem 0;
  }
  .kd3v2wj9i0dz {
    font-size: 2.8rem;
  }
  .epclf0vmz {
    font-size: 1.8rem;
  }
  .w2f3336iug {
    font-size: 1.8rem;
  }
}

@media (max-width: 480px) {
  .kd3v2wj9i0dz {
    font-size: 2.2rem;
  }
  .epclf0vmz {
    font-size: 1.5rem;
  }
  .w2f3336iug {
    font-size: 1.6rem;
  }
}

.dte5l521mucwr8z {
  max-width: 1320px;
  min-width: 270px;
  margin: 0 auto; /* Center the inner container horizontally */
  padding: 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5rem; /* Spacing between major blocks */
  width: 100%; /* Ensure it takes full width within its parent */
}

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

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

.ags149bc65gxh {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center items within this container */
  align-items: flex-start; /* Align items to the top for visual variety */
  gap: 4rem; /* Space between testimonial blocks */
  width: 100%;
}

.qgwspf6g37uj {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; /* Center content horizontally within each testimonial */
  max-width: 550px; /* Max width for individual testimonial block */
  padding: 2.5rem; /* Padding around content */
  text-align: center;
  position: relative;
  background-color: transparent; /* Ensure no background */
  border: none; /* Ensure no border */
  box-shadow: none; /* Ensure no box-shadow */
  flex: 1 1 auto; /* Allow individual testimonials to size naturally within the flex container */
  min-width: 270px; /* Ensure minimum width for responsiveness */
}

.mubg9wq4f8waa3 {
  font-family: "Neugothic", serif;
  font-size: 8rem; /* Large quote character */
  color: var(--muted);
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0.2;
  line-height: 1;
}

.znyvxchty5a87h {
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--fg);
  margin: 3rem 0 2rem 0; /* Space for the quote character above */
  font-style: italic;
  position: relative;
  z-index: 1;
  max-width: 90%; /* Limit width for better readability within the block */
}

.it0g7z7wtlcengq {
  font-size: 1.3rem;
  font-weight: bold;
  color: var(--fg-alt);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

/* Responsive adjustments for Customer Testimonials section */
@media (max-width: 1200px) {
  .i10dh18n91 {
    font-size: 3.5rem;
  }
  .ukbclqcgi710 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .ags149bc65gxh {
    gap: 3rem; /* Reduce gap */
  }
  .qgwspf6g37uj {
    max-width: 48%; /* Two columns on larger tablets */
    padding: 2rem;
  }
  .znyvxchty5a87h {
    font-size: 1.5rem;
  }
  .mubg9wq4f8waa3 {
    font-size: 7rem;
    top: 0.5rem;
  }
}

@media (max-width: 992px) {
  .zwd3lx9ps581 {
    padding: 6rem 0;
  }
  .i10dh18n91 {
    font-size: 3rem;
  }
  .ukbclqcgi710 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
  .qgwspf6g37uj {
    max-width: 100%; /* Stack testimonials on smaller tablets */
    padding: 2rem 1.5rem;
  }
  .znyvxchty5a87h {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  }
  .mubg9wq4f8waa3 {
    font-size: 6rem;
    top: 1rem;
  }
}

@media (max-width: 768px) {
  .zwd3lx9ps581 {
    padding: 5rem 0;
  }
  .i10dh18n91 {
    font-size: 2.8rem;
  }
  .ukbclqcgi710 {
    font-size: 1.8rem;
  }
  .znyvxchty5a87h {
    font-size: 1.3rem;
  }
  .it0g7z7wtlcengq {
    font-size: 1.2rem;
  }
  .t3487csrn {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .i10dh18n91 {
    font-size: 2.2rem;
  }
  .ukbclqcgi710 {
    font-size: 1.5rem;
  }
  .znyvxchty5a87h {
    font-size: 1.2rem;
  }
  .mubg9wq4f8waa3 {
    font-size: 5rem;
    top: 1.5rem;
  }
}
