@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Manrope:wght@400;500;700;800&display=swap");

:root {
  --gs-cream: #fff8ef;
  --gs-cream-strong: #fdf0dc;
  --gs-peach: #f7d7b5;
  --gs-gold: #c88a2b;
  --gs-gold-deep: #9a6316;
  --gs-brown: #472818;
  --gs-brown-soft: #6f4b35;
  --gs-rose: #b85c38;
  --gs-green: #6f7f42;
  --gs-shadow: 0 18px 60px rgba(71, 40, 24, 0.12);
  --gs-radius-lg: 32px;
  --gs-radius-md: 22px;
  --gs-max: 1200px;
}

body {
  background:
    radial-gradient(circle at top left, rgba(247, 215, 181, 0.4), transparent 30%),
    linear-gradient(180deg, #fffaf4 0%, #fff3e3 100%);
  color: var(--gs-brown);
}

body .site-main {
  overflow: clip;
}

body:not(.home) header.site-header,
body:not(.home) #site-header {
  display: none !important;
}

body.page-child.page-id-261 .site-main,
body.page-child.page-id-263 .site-main,
body.page-child.page-id-265 .site-main,
body.page-child.page-id-267 .site-main,
body.page-child.page-id-269 .site-main,
body.page-child.page-id-271 .site-main,
body.page-child.page-id-273 .site-main,
body.page-child.page-id-275 .site-main,
body.page-child.page-id-277 .site-main {
  width: min(calc(100% - 32px), var(--gs-max));
  margin: 0 auto;
  padding: 34px 0 56px;
}

body.gs-theme-page-active .site-main,
body.gs-about-page-active .site-main,
body.gs-contact-page-active .site-main,
body.page-about-us:not(.home) .site-main,
body.page-contact-us:not(.home) .site-main {
  width: min(calc(100% - 32px), var(--gs-max));
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px) 0 clamp(40px, 6vw, 64px);
}

body.gs-theme-page-active .page-header,
body.gs-about-page-active .page-header,
body.gs-contact-page-active .page-header,
body.page-about-us .page-header,
body.page-contact-us .page-header,
body.page .page-header {
  display: none;
}

/* Stray Elementor page sections must not sit above theme page layouts. */
body.gs-theme-page-active .page-content > .elementor:not(:has(.gs-about-page)),
body.gs-theme-page-active .page-content > [data-elementor-type="wp-page"]:not(:has(.gs-about-page)),
body.gs-about-page-active .page-content > .elementor:not(:has(.gs-about-page)),
body.gs-about-page-active .page-content > [data-elementor-type="wp-page"]:not(:has(.gs-about-page)),
body.gs-contact-page-active .page-content > .elementor:not(:has(.gs-about-page)),
body.gs-contact-page-active .page-content > [data-elementor-type="wp-page"]:not(:has(.gs-about-page)) {
  display: none !important;
}

/* About / Contact in Elementor: match live gutters and reset container padding */
body.elementor-page.page-about-us .page-content,
body.elementor-page.page-contact-us .page-content {
  overflow: visible;
}

body.elementor-page.page-about-us .elementor-widget-html .elementor-widget-container,
body.elementor-page.page-contact-us .elementor-widget-html .elementor-widget-container {
  padding: 0;
  margin: 0;
}

body.elementor-page.page-about-us .e-con.e-parent:has(> .e-con-inner .gs-about-page),
body.elementor-page.page-about-us .e-con.e-parent.gs-about-page,
body.elementor-page.page-contact-us .e-con.e-parent:has(> .e-con-inner .gs-about-page),
body.elementor-page.page-contact-us .e-con.e-parent.gs-contact-page {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --container-max-width: var(--gs-max);
  width: 100%;
  max-width: min(100%, var(--gs-max));
  margin-inline: auto !important;
}

body.elementor-page.page-about-us .e-con.e-parent:has(.gs-about-page) > .e-con-inner,
body.elementor-page.page-contact-us .e-con.e-parent:has(.gs-about-page) > .e-con-inner {
  --padding-top: 0;
  --padding-bottom: 0;
  --padding-left: 0;
  --padding-right: 0;
  --gap: 0;
  max-width: var(--gs-max);
  margin-inline: auto;
}

body.elementor-page.page-about-us .e-con.gs-about-page,
body.elementor-page.page-contact-us .e-con.gs-about-page,
body.elementor-page.page-contact-us .e-con.gs-contact-page {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--gs-max);
  margin-inline: auto;
}

/* Sections without inner padding rely on page gutter (live site behaviour) */
.gs-about-page > .gs-about-story,
.gs-about-page > .gs-about-values,
.gs-about-page > .gs-about-gallery,
.e-con.gs-about-page > .e-con.gs-about-story,
.e-con.gs-about-page > .e-con.gs-about-values,
.e-con.gs-about-page > .e-con.gs-about-gallery {
  padding-inline: clamp(0px, 1vw, 8px);
}

.gs-contact-page > .gs-contact-layout,
.e-con.gs-contact-page > .e-con.gs-contact-layout {
  padding-inline: clamp(0px, 1vw, 8px);
}

/* About Us page */
.gs-about-page,
.e-con.gs-about-page {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 72px);
}

.e-con.gs-about-page > .e-con {
  width: 100%;
  max-width: 100%;
}

/* Elementor containers: theme grid/flex via .e-con-inner (matches original HTML layout) */
.e-con.gs-about-page > .e-con-inner,
.e-con.gs-contact-page > .e-con-inner {
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 72px);
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.e-con.gs-about-page > .e-con-inner > .e-con,
.e-con.gs-contact-page > .e-con-inner > .e-con {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}

.e-con.gs-about-hero > .e-con-inner,
.e-con.gs-contact-hero > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: 0;
}

.e-con.gs-about-story > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  padding: 0;
}

.e-con.gs-about-values__grid > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
}

.e-con.gs-about-stats__grid > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
}

.e-con.gs-about-gallery__grid > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
}

.e-con.gs-contact-layout > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: stretch;
  padding: 0;
}

.e-con[class*="gs-about"] .elementor-widget-container,
.e-con[class*="gs-contact"] .elementor-widget-container {
  margin-bottom: 0;
}

.e-con.gs-about-hero__visual .elementor-widget-image img,
.e-con.gs-about-story__media .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.e-con.gs-about-gallery__item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  min-width: 0;
}

.e-con.gs-about-gallery__item > .e-con-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  padding: 0;
  gap: 0;
}

.e-con.gs-about-gallery__item .elementor-widget-image,
.e-con.gs-about-gallery__item .elementor-widget-image .elementor-widget-container {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.e-con.gs-about-gallery__item .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1024px) {
  .e-con.gs-about-hero > .e-con-inner,
  .e-con.gs-contact-hero > .e-con-inner,
  .e-con.gs-about-story > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .e-con.gs-about-hero__visual,
  .e-con.gs-contact-hero .e-con.gs-about-hero__visual {
    order: -1;
  }

  .e-con.gs-about-values__grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .e-con.gs-about-stats__grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .e-con.gs-about-gallery__grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .e-con.gs-contact-layout > .e-con-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .e-con.gs-about-gallery__grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .e-con.gs-about-stats__grid > .e-con-inner {
    grid-template-columns: 1fr;
  }
}

.gs-about-eyebrow {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gs-gold-deep);
}

.gs-about-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 600;
  line-height: 0.98;
  color: var(--gs-brown);
  text-wrap: balance;
}

.gs-about-section-title {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--gs-brown);
}

.gs-about-section-title--center {
  text-align: center;
}

.gs-about-lead {
  margin: 18px 0 0;
  max-width: 54ch;
  font-family: "Manrope", sans-serif;
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.8;
  color: var(--gs-brown-soft);
}

.gs-about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  padding: clamp(20px, 3vw, 36px);
  border-radius: var(--gs-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.98) 0%, rgba(253, 240, 220, 0.92) 100%);
  border: 1px solid rgba(200, 138, 43, 0.16);
  box-shadow: var(--gs-shadow);
}

.gs-about-hero__visual {
  border-radius: calc(var(--gs-radius-lg) - 8px);
  overflow: hidden;
  min-height: 280px;
  aspect-ratio: 4 / 3;
}

.gs-about-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.gs-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.gs-about-btn--primary {
  background: linear-gradient(135deg, var(--gs-gold), #e0a84e);
  color: #fffaf2;
  box-shadow: 0 12px 28px rgba(154, 99, 22, 0.28);
}

.gs-about-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(154, 99, 22, 0.34);
}

.gs-about-btn--ghost {
  background: rgba(255, 252, 247, 0.85);
  color: var(--gs-brown);
  border: 1px solid rgba(200, 138, 43, 0.28);
}

.gs-about-btn--ghost:hover {
  background: #fff;
  transform: translateY(-2px);
}

.elementor-widget-button.gs-about-btn .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  border: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.elementor-widget-button.gs-about-btn--primary .elementor-button {
  background: linear-gradient(135deg, var(--gs-gold), #e0a84e);
  color: #fffaf2;
  box-shadow: 0 12px 28px rgba(154, 99, 22, 0.28);
}

.elementor-widget-button.gs-about-btn--primary .elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(154, 99, 22, 0.34);
}

.elementor-widget-button.gs-about-btn--ghost .elementor-button {
  background: rgba(255, 252, 247, 0.85);
  color: var(--gs-brown);
  border: 1px solid rgba(200, 138, 43, 0.28);
}

.elementor-widget-button.gs-about-btn--ghost .elementor-button:hover {
  background: #fff;
  transform: translateY(-2px);
}

.elementor-widget-icon-list.gs-about-checklist .elementor-icon-list-items {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.elementor-widget-icon-list.gs-about-checklist .elementor-icon-list-item {
  position: relative;
  padding-left: 28px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--gs-brown);
}

.elementor-widget-icon-list.gs-about-checklist .elementor-icon-list-icon {
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-widget-icon-list.gs-about-checklist .elementor-icon-list-icon i {
  display: none;
}

.elementor-widget-icon-list.gs-about-checklist .elementor-icon-list-icon::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gs-gold), #e0a84e);
  box-shadow: 0 0 0 4px rgba(200, 138, 43, 0.14);
}

.elementor-widget-icon-box.gs-contact-info__item .elementor-icon-box-icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 215, 181, 0.16);
  color: #f2ce8c;
  box-shadow: inset 0 0 0 1px rgba(247, 215, 181, 0.24);
  margin-right: 16px;
}

.elementor-widget-icon-box.gs-contact-info__item .elementor-icon-box-title {
  font-family: "Manrope", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff8ef;
  margin-bottom: 4px;
}

.elementor-widget-icon-box.gs-contact-info__item .elementor-icon-box-description {
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  color: rgba(255, 242, 228, 0.9);
}

.elementor-widget-icon-box.gs-contact-info__item .elementor-icon-box-description a {
  color: rgba(255, 242, 228, 0.9);
  text-decoration: none;
}

.elementor-widget-icon-box.gs-contact-info__item .elementor-icon-box-description a:hover {
  text-decoration: underline;
}

.elementor-widget-social-icons.gs-contact-info__social-links .elementor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.elementor-widget-social-icons.gs-contact-info__social-links .elementor-social-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f6dc87, #eec55c);
  color: #2f130d;
  box-shadow: 0 10px 22px rgba(47, 19, 13, 0.18);
}

.elementor-widget-social-icons.gs-contact-info__social-links .elementor-social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(47, 19, 13, 0.24);
}

.gs-about-stat .elementor-widget-text-editor strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 600;
  line-height: 1;
  color: #fff8ef;
}

.gs-about-stat .elementor-widget-text-editor span {
  display: block;
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 248, 239, 0.82);
}

.gs-about-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
}

.gs-about-story__media {
  border-radius: var(--gs-radius-md);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(71, 40, 24, 0.1);
  min-height: 260px;
}

.gs-about-story__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.gs-about-story__copy p {
  margin: 0 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: var(--gs-brown-soft);
}

.gs-about-checklist {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.gs-about-checklist li {
  position: relative;
  padding-left: 28px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--gs-brown);
}

.gs-about-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gs-gold), #e0a84e);
  box-shadow: 0 0 0 4px rgba(200, 138, 43, 0.14);
}

.gs-about-values__head {
  margin-bottom: 28px;
  text-align: center;
}

.gs-about-values__head .gs-about-eyebrow {
  display: inline-block;
  margin-inline: auto;
}

.gs-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gs-about-value-card {
  padding: 26px 22px;
  border-radius: var(--gs-radius-md);
  background: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(200, 138, 43, 0.14);
  box-shadow: 0 14px 32px rgba(71, 40, 24, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gs-about-value-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(71, 40, 24, 0.11);
}

.gs-about-value-card h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.1;
  color: var(--gs-brown);
}

.gs-about-value-card p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gs-brown-soft);
}

.gs-about-value-card--fresh {
  border-top: 4px solid var(--gs-green);
}

.gs-about-value-card--tradition {
  border-top: 4px solid var(--gs-gold);
}

.gs-about-value-card--celebrate {
  border-top: 4px solid var(--gs-rose);
}

.gs-about-stats {
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--gs-radius-md);
  background: linear-gradient(135deg, #5c2f1a 0%, #472818 55%, #3a2012 100%);
  box-shadow: var(--gs-shadow);
}

.gs-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.gs-about-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 12px;
}

.gs-about-stat strong {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 5vw, 48px);
  font-weight: 600;
  line-height: 1;
  color: #fff8ef;
}

.gs-about-stat span {
  display: block;
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 248, 239, 0.82);
}

.gs-about-stat--dairy span {
  max-width: 12rem;
  margin-inline: auto;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.gs-about-gallery__sub {
  margin: 12px auto 0;
  max-width: 52ch;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--gs-brown-soft);
}

.gs-about-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.gs-about-gallery__item {
  position: relative;
  margin: 0;
  aspect-ratio: 1 / 1;
  border-radius: 18px;
  overflow: hidden;
  background: var(--gs-cream-strong);
  box-shadow: 0 10px 24px rgba(71, 40, 24, 0.08);
}

.gs-about-gallery__item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.35s ease;
}

.gs-about-gallery__item:hover img {
  transform: scale(1.04);
}

.gs-about-cta__inner {
  text-align: center;
  padding: clamp(32px, 5vw, 52px) clamp(24px, 4vw, 40px);
  border-radius: var(--gs-radius-lg);
  background:
    radial-gradient(circle at top right, rgba(247, 215, 181, 0.45), transparent 42%),
    linear-gradient(180deg, #fff9f1 0%, #f8e8cf 100%);
  border: 1px solid rgba(200, 138, 43, 0.2);
}

.gs-about-cta__title {
  margin: 0 0 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 600;
  color: var(--gs-brown);
}

.gs-about-cta__inner p {
  margin: 0 auto 24px;
  max-width: 48ch;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--gs-brown-soft);
}

.gs-about-cta .gs-about-hero__actions {
  justify-content: center;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .gs-about-hero,
  .gs-about-story {
    grid-template-columns: 1fr;
  }

  .gs-about-hero__visual {
    order: -1;
    max-height: 360px;
    aspect-ratio: 16 / 10;
  }

  .gs-about-values__grid {
    grid-template-columns: 1fr;
  }

  .gs-about-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-about-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

/* Gifting page */
.gs-gifting-packages__head {
  margin-bottom: 28px;
  text-align: center;
}

.gs-gifting-packages__head .gs-about-eyebrow {
  display: inline-block;
  margin-inline: auto;
}

.gs-gifting-packages__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.gs-gifting-package-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: var(--gs-radius-md);
  overflow: hidden;
  background: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(200, 138, 43, 0.16);
  box-shadow: 0 12px 32px rgba(71, 40, 24, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gs-gifting-package-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(71, 40, 24, 0.12);
}

.gs-gifting-package-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.gs-gifting-package-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-gifting-package-card__body {
  padding: 22px 22px 26px;
}

.gs-gifting-package-card__body h3 {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  color: var(--gs-brown);
}

.gs-gifting-package-card__body p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: var(--gs-brown-soft);
}

.gs-gifting-steps {
  padding: clamp(28px, 4vw, 40px);
  border-radius: var(--gs-radius-lg);
  background:
    linear-gradient(135deg, rgba(255, 252, 247, 0.98) 0%, rgba(253, 240, 220, 0.9) 100%);
  border: 1px solid rgba(200, 138, 43, 0.14);
}

.gs-gifting-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.gs-gifting-step {
  padding: 22px 20px;
  border-radius: var(--gs-radius-md);
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(200, 138, 43, 0.12);
}

.gs-gifting-step__num {
  display: block;
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  color: var(--gs-gold-deep);
  opacity: 0.85;
}

.gs-gifting-step h3 {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  font-weight: 600;
  color: var(--gs-brown);
}

.gs-gifting-step p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gs-brown-soft);
}

/* Contact page */
.gs-contact-hero .gs-about-hero__actions {
  display: none;
}

.gs-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 40px);
  align-items: stretch;
}

.gs-contact-info {
  height: 100%;
  padding: clamp(24px, 3vw, 32px);
  border-radius: var(--gs-radius-lg);
  background:
    radial-gradient(circle at 16% 0%, rgba(247, 215, 181, 0.22), transparent 34%),
    linear-gradient(160deg, #5c2f22 0%, #8a2f25 55%, #6b3a24 100%);
  color: #fff2e4;
  box-shadow: var(--gs-shadow);
}

.gs-contact-info__title {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 46px);
  font-weight: 600;
  line-height: 1.05;
  color: #fff8ef;
}

.gs-contact-info__lead {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.85;
  color: rgba(255, 242, 228, 0.9);
}

.gs-contact-info__list {
  margin: 28px 0 0;
  padding: 0;
  padding-top: 26px;
  list-style: none;
  display: grid;
  gap: 22px;
  border-top: 1px solid rgba(255, 242, 228, 0.22);
}

.gs-contact-info__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.gs-contact-info__icon {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 215, 181, 0.16);
  color: #f2ce8c;
  box-shadow: inset 0 0 0 1px rgba(247, 215, 181, 0.24);
}

.gs-contact-info__icon svg {
  width: 28px;
  height: 28px;
}

.gs-contact-info__body {
  display: grid;
  gap: 4px;
}

.gs-contact-info__label {
  font-family: "Manrope", sans-serif;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff8ef;
}

.gs-contact-info__body a,
.gs-contact-info__body > span:last-child {
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.6;
  color: rgba(255, 242, 228, 0.9);
  text-decoration: none;
}

.gs-contact-info__body a:hover {
  text-decoration: underline;
}

.gs-contact-info__social {
  margin-top: 34px;
}

.gs-contact-info__social h3 {
  margin: 0 0 16px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff8ef;
}

.gs-contact-info__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.gs-contact-info__social-links a {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f6dc87, #eec55c);
  color: #2f130d;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(47, 19, 13, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gs-contact-info__social-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(47, 19, 13, 0.24);
}

.gs-contact-info__social-links svg {
  width: 22px;
  height: 22px;
}

.gs-contact-form-panel {
  height: 100%;
  padding: clamp(24px, 3vw, 36px);
  border-radius: var(--gs-radius-lg);
  background: rgba(255, 252, 247, 0.98);
  border: 1px solid rgba(200, 138, 43, 0.18);
  box-shadow: var(--gs-shadow);
}

.gs-contact-form-panel__title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3.5vw, 36px);
  font-weight: 600;
  color: var(--gs-brown);
}

.gs-contact-form-panel__sub {
  margin: 0 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: var(--gs-brown-soft);
}

.gs-contact-fallback {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--gs-brown-soft);
}

.gs-contact-fallback a {
  color: var(--gs-gold-deep);
  font-weight: 700;
}

/* Contact Form 7 */
.gs-cf7-form .gs-cf7-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 18px;
}

.gs-cf7-field {
  margin: 0;
}

.gs-cf7-field--full {
  grid-column: 1 / -1;
}

.gs-cf7-field label {
  display: grid;
  gap: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--gs-brown);
}

.gs-cf7-input,
.gs-cf7-textarea,
.gs-contact-form .wpcf7-form-control:not([type="submit"]) {
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(200, 138, 43, 0.28);
  border-radius: 14px;
  background: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  color: var(--gs-brown);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gs-cf7-textarea,
.gs-contact-form textarea.wpcf7-form-control {
  min-height: 140px;
  resize: vertical;
}

.gs-cf7-input:focus,
.gs-cf7-textarea:focus,
.gs-contact-form .wpcf7-form-control:focus {
  outline: none;
  border-color: var(--gs-gold);
  box-shadow: 0 0 0 3px rgba(200, 138, 43, 0.18);
}

.gs-cf7-submit {
  margin: 20px 0 0;
}

.gs-cf7-button,
.gs-contact-form input[type="submit"].wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--gs-gold), #e0a84e);
  color: #fffaf2;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(154, 99, 22, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gs-cf7-button:hover,
.gs-contact-form input[type="submit"].wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(154, 99, 22, 0.34);
}

.gs-contact-form .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 12px;
  color: #b42318;
}

.gs-contact-form .wpcf7-response-output {
  margin: 18px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.gs-contact-form .wpcf7 form.sent .wpcf7-response-output {
  border-color: rgba(111, 127, 66, 0.4);
  background: rgba(111, 127, 66, 0.12);
  color: var(--gs-brown);
}

.gs-contact-form .wpcf7 form.invalid .wpcf7-response-output,
.gs-contact-form .wpcf7 form.failed .wpcf7-response-output {
  border-color: rgba(184, 92, 56, 0.35);
  background: rgba(184, 92, 56, 0.1);
  color: var(--gs-brown);
}

.gs-contact-map {
  margin-top: clamp(28px, 4vw, 44px);
  padding: clamp(24px, 3vw, 34px);
  border-radius: var(--gs-radius-lg);
  background: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(200, 138, 43, 0.18);
  box-shadow: var(--gs-shadow);
}

.gs-contact-map__copy {
  max-width: 780px;
  margin-bottom: 22px;
}

.gs-contact-map__title {
  margin: 0 0 10px;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 600;
  line-height: 1;
  color: var(--gs-brown);
}

.gs-contact-map__copy p:last-child {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: var(--gs-brown-soft);
}

.gs-contact-map__frame {
  overflow: hidden;
  border-radius: 24px;
  min-height: clamp(300px, 36vw, 460px);
  border: 1px solid rgba(71, 40, 24, 0.12);
}

.gs-contact-map__frame iframe {
  display: block;
  width: 100%;
  height: clamp(300px, 36vw, 460px);
  border: 0;
}

@media (max-width: 1024px) {
  .gs-gifting-packages__grid {
    grid-template-columns: 1fr;
  }

  .gs-gifting-steps__grid {
    grid-template-columns: 1fr;
  }

  .gs-contact-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.gs-theme-page-active .site-main,
  body.gs-about-page-active .site-main,
  body.gs-contact-page-active .site-main,
  body.page-about-us:not(.home) .site-main,
  body.page-contact-us:not(.home) .site-main {
    width: min(calc(100% - 24px), var(--gs-max));
    padding: 20px 0 48px;
  }

  body.elementor-page.page-about-us .e-con.gs-about-page,
  body.elementor-page.page-contact-us .e-con.gs-about-page {
    padding-inline: clamp(12px, 3vw, 20px);
  }

  .gs-about-page > .gs-about-story,
  .gs-about-page > .gs-about-values,
  .gs-about-page > .gs-about-gallery,
  .e-con.gs-about-page > .e-con.gs-about-story,
  .e-con.gs-about-page > .e-con.gs-about-values,
  .e-con.gs-about-page > .e-con.gs-about-gallery,
  .gs-contact-page > .gs-contact-layout,
  .e-con.gs-contact-page > .e-con.gs-contact-layout {
    padding-inline: 0;
  }

  .elementor-widget-button.gs-about-btn {
    width: 100%;
  }

  .elementor-widget-button.gs-about-btn .elementor-button {
    width: 100%;
  }

  .gs-contact-info {
    padding: 24px 20px;
  }

  .gs-contact-info__item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
  }

  .gs-contact-info__icon {
    width: 48px;
    height: 48px;
  }

  .gs-contact-info__social-links a {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  .gs-cf7-form .gs-cf7-grid {
    grid-template-columns: 1fr;
  }

  .gs-cf7-field--full {
    grid-column: auto;
  }

  .gs-about-page {
    gap: 36px;
  }

  .gs-about-hero {
    padding: 20px 18px;
  }

  .gs-about-lead {
    max-width: none;
  }

  .gs-about-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gs-about-btn {
    width: 100%;
  }

  .gs-about-stats__grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .gs-about-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-about-title {
    font-size: clamp(36px, 9vw, 52px);
  }

  .gs-about-value-card {
    padding: 22px 18px;
  }

  .gs-contact-form-panel {
    padding: 22px 18px;
  }

  .gs-contact-map {
    padding: 22px 18px;
  }

  .gs-contact-hero .gs-about-hero__visual {
    order: -1;
    max-height: 320px;
  }
}

@media (max-width: 479px) {
  .gs-about-gallery__grid {
    grid-template-columns: 1fr;
  }

  .gs-about-stats__grid {
    grid-template-columns: 1fr;
  }
}

.gs-product-page {
  width: min(calc(100% - 32px), var(--gs-max));
  margin-inline: auto;
  padding-bottom: clamp(32px, 5vw, 56px);
}

.gs-inner-banner {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw) clamp(24px, 4vw, 36px);
  padding: clamp(32px, 7vw, 64px) clamp(20px, 5vw, 40px);
  background: linear-gradient(135deg, #fff9f2 0%, #f3e6d6 52%, #e9d6bf 100%);
  border-bottom: 1px solid rgba(71, 40, 24, 0.1);
  text-align: center;
}

.gs-inner-banner__inner {
  width: min(calc(100% - 16px), var(--gs-max));
  margin-inline: auto;
}

.gs-inner-banner__title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 6vw, 56px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--gs-brown);
}

.gs-inner-banner__subtitle {
  max-width: 46ch;
  margin: 14px auto 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 2.2vw, 18px);
  line-height: 1.75;
  color: var(--gs-brown-soft);
}

.gs-products-hub__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.gs-products-hub__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: var(--gs-radius-md);
  background: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(200, 138, 43, 0.16);
  box-shadow: 0 12px 28px rgba(71, 40, 24, 0.08);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gs-products-hub__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(71, 40, 24, 0.12);
}

.gs-products-hub__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f0e4d6;
}

.gs-products-hub__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-products-hub__label {
  display: block;
  padding: 16px 14px 18px;
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  line-height: 1.15;
  color: var(--gs-brown);
  text-align: center;
}

/* Mobile sidebar nav */
.gs-mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(32, 20, 14, 0.52);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease, visibility 0.28s ease;
  pointer-events: none;
}

.gs-mobile-nav-backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.gs-nav-sidebar-open {
  overflow: hidden;
}

.elementor-location-footer .elementor-menu-toggle,
.gs-footer-nav .elementor-menu-toggle,
.elementor-location-footer .gs-footer-nav .elementor-nav-menu--dropdown {
  display: none !important;
}

.elementor-location-footer .gs-footer-nav .elementor-nav-menu--main {
  display: block !important;
}

.gs-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

/* Elementor product pages — theme grid/flex via .e-con-inner */
.e-con.gs-product-page > .e-con-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
  gap: 0;
}

.e-con.gs-inner-banner-wrap > .e-con-inner,
.e-con.gs-inner-banner-wrap .elementor-widget-container {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

.e-con.gs-products-grid > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
}

.e-con.gs-products-hub__grid > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
}

.e-con.gs-product-tile > .e-con-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  height: 100%;
  padding: 0;
}

.e-con.gs-product-tile__media .elementor-widget-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.e-con.gs-products-hub__card-wrap .elementor-widget-container {
  padding: 0;
  margin: 0;
  height: 100%;
}

.e-con.gs-products-hub__card-wrap .gs-products-hub__card {
  height: 100%;
}

body.elementor-page .e-con.gs-product-page {
  width: min(calc(100% - 32px), var(--gs-max));
  margin-inline: auto;
}

.gs-product-tile {
  min-height: 100%;
  padding: 14px;
  border-radius: 24px;
  background: rgba(255, 248, 239, 0.9);
  border: 1px solid rgba(200, 138, 43, 0.14);
  box-shadow: 0 16px 34px rgba(71, 40, 24, 0.08);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
  text-align: center;
  overflow: hidden;
}

.gs-product-tile h3 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  line-height: 1.08;
  color: var(--gs-brown);
}

.gs-product-tile__media {
  aspect-ratio: 1 / 0.92;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(247, 215, 181, 0.55), rgba(255, 248, 239, 0.95));
}

.gs-product-tile__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-product-tile__title {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px 8px;
}

.elementor-widget-text-editor,
.elementor-widget-heading,
.elementor-widget-button,
.elementor-widget-nav-menu {
  --e-global-color-text: var(--gs-brown);
}

.gs-shell {
  width: min(calc(100% - 32px), var(--gs-max));
  margin-inline: auto;
}

.gs-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.88);
  border: 1px solid rgba(200, 138, 43, 0.18);
  box-shadow: 0 10px 30px rgba(71, 40, 24, 0.06);
}

.gs-front-header,
.gs-inner-header {
  background: rgba(255, 250, 244, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(71, 40, 24, 0.08);
}

.gs-front-header .gs-shell,
.gs-inner-header .gs-shell {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  align-items: center;
  gap: 20px;
}

.elementor-9 .elementor-element-gsfh001 {
  background: rgba(255, 250, 244, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(71, 40, 24, 0.08);
}

.elementor-9 .elementor-element-gsfh002 {
  width: min(calc(100% - 32px), var(--gs-max));
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 84px;
  padding-block: 10px;
}

.elementor-9 .elementor-element-gsfh003,
.elementor-9 .elementor-element-gsfh006 {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-9 .elementor-element-gsfh003 {
  justify-self: start;
}

.elementor-9 .elementor-element-gsfh006 {
  justify-self: stretch;
  justify-content: flex-end;
  width: 100% !important;
}

.elementor-9 .elementor-element-gsfh003 > .e-con-inner,
.elementor-9 .elementor-element-gsfh006 > .e-con-inner {
  display: flex !important;
  align-items: center !important;
  width: 100%;
  min-height: 0;
  padding: 0 !important;
  margin: 0 !important;
}

.elementor-9 .gs-header-logo.elementor-widget-image,
.elementor-9 .gs-header-logo .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-9 .gs-nav.elementor-widget-nav-menu,
.elementor-9 .gs-nav .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-9 .gs-nav .elementor-nav-menu--main {
  justify-content: flex-end;
}

.elementor-9 .gs-nav .elementor-nav-menu {
  align-items: center;
  gap: 6px;
}

/* Header dropdown above hero banner */
.elementor-location-header,
.elementor-location-header > .elementor,
.elementor-9 {
  position: relative;
  z-index: 500;
}

.elementor-9 .elementor-element-gsfh001,
.elementor-9 .elementor-element-gsfh002,
.elementor-9 .elementor-element-gsfh003,
.elementor-9 .elementor-element-gsfh006,
.elementor-9 .gs-nav,
.elementor-9 .gs-nav .elementor-widget-container {
  overflow: visible !important;
}

.elementor-9 .gs-nav .elementor-nav-menu--dropdown,
.elementor-9 .gs-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  z-index: 9999 !important;
}

.gs-front-header,
.gs-inner-header {
  position: relative;
  z-index: 500;
  overflow: visible;
}

.gs-front-header .gs-nav,
.gs-inner-header .gs-nav {
  overflow: visible;
}

.gs-hero-banner-shell,
.gs-slider-section {
  position: relative;
  z-index: 1;
}

.gs-front-header > .e-con-inner,
.gs-inner-header > .e-con-inner,
.gs-hero-grid > .e-con-inner,
.gs-story-grid > .e-con-inner,
.gs-grid-4 > .e-con-inner,
.gs-grid-3 > .e-con-inner,
.gs-footer-grid > .e-con-inner,
.gs-cta-row > .e-con-inner {
  width: min(calc(100% - 32px), var(--gs-max));
  margin-inline: auto;
}

.gs-header-brand .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  color: var(--gs-brown);
}

.gs-site-logo .elementor-widget-container,
.gs-site-logo .elementor-image {
  display: block;
}

.gs-header-logo .elementor-widget-container,
.gs-footer-logo .elementor-widget-container {
  display: flex;
  align-items: center;
}

.gs-site-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

.gs-header-logo img {
  display: block;
  max-height: 68px;
  max-width: 188px;
  width: auto;
  object-fit: contain;
  margin: 0;
  vertical-align: middle;
}

.gs-header-tagline {
  display: none !important;
}

.gs-header-tagline .elementor-heading-title,
.gs-mini-copy .elementor-widget-container {
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--gs-gold-deep);
}

.gs-nav .elementor-nav-menu--main .elementor-item {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gs-brown);
  line-height: 1.2;
  padding: 10px 12px;
  display: inline-flex;
  align-items: center;
}

.elementor-9 .gs-nav .elementor-nav-menu--main {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px;
}

.gs-nav .elementor-item.elementor-item-active,
.gs-nav .elementor-item:hover {
  color: var(--gs-rose);
}

.gs-header-button .elementor-button,
.gs-primary-button .elementor-button,
.gs-secondary-button .elementor-button,
.gs-card-button .elementor-button,
.gs-footer-button .elementor-button {
  border-radius: 999px;
  padding: 16px 28px;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gs-header-button .elementor-button,
.gs-primary-button .elementor-button,
.gs-card-button .elementor-button,
.gs-footer-button .elementor-button {
  background: linear-gradient(135deg, var(--gs-gold), #e0a84e);
  color: #fff;
  box-shadow: 0 16px 36px rgba(200, 138, 43, 0.28);
}

.gs-secondary-button .elementor-button {
  background: transparent;
  color: var(--gs-brown);
  border: 1px solid rgba(71, 40, 24, 0.18);
}

.gs-hero-wrap {
  padding: 46px 0 26px;
}

.gs-hero-grid {
  position: relative;
}

.gs-hero-grid > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 28px;
  align-items: stretch;
}

.gs-hero-copy,
.gs-hero-panel {
  min-height: 100%;
  border-radius: var(--gs-radius-lg);
  box-shadow: var(--gs-shadow);
}

.gs-hero-copy {
  padding: 42px;
  background:
    linear-gradient(180deg, rgba(255, 248, 239, 0.95), rgba(255, 240, 221, 0.96)),
    linear-gradient(135deg, rgba(184, 92, 56, 0.07), rgba(111, 127, 66, 0.1));
  border: 1px solid rgba(184, 92, 56, 0.12);
}

.gs-hero-title .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 8vw, 92px);
  line-height: 0.95;
  color: var(--gs-brown);
}

.gs-hero-text .elementor-widget-container,
.gs-body-copy .elementor-widget-container,
.gs-card-copy .elementor-widget-container,
.gs-footer-copy .elementor-widget-container {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: var(--gs-brown-soft);
}

.gs-button-row > .e-con-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gs-hero-panel {
  padding: 28px;
  background: linear-gradient(145deg, #4f2e1c 0%, #6e4527 100%);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.gs-hero-panel::before,
.gs-highlight-card::before,
.gs-cta-box::before {
  content: "";
  position: absolute;
  inset: auto -30% -30% auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 65%);
  pointer-events: none;
}

.gs-panel-kicker .elementor-heading-title,
.gs-section-kicker .elementor-heading-title {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gs-panel-title .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  color: #fff6eb;
}

.gs-feature-card {
  padding: 20px 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.gs-feature-card .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  color: #fff6eb;
}

.gs-feature-card .elementor-widget-container {
  color: rgba(255, 246, 235, 0.82);
}

.gs-product-section,
.gs-story-section,
.gs-gifting-section,
.gs-why-section,
.gs-blog-section {
  padding: 42px 0;
}

.gs-section-heading .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
}

.gs-section-subtitle .elementor-widget-container {
  max-width: 760px;
  margin-inline: auto;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: var(--gs-brown-soft);
}

.gs-grid-4 > .e-con-inner,
.gs-grid-3 > .e-con-inner {
  display: grid;
  gap: 22px;
}

.gs-grid-4 > .e-con-inner {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gs-grid-3 > .e-con-inner {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gs-product-card,
.gs-gift-card,
.gs-why-card,
.gs-blog-card,
.gs-stat-card {
  padding: 28px;
  border-radius: var(--gs-radius-md);
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(71, 40, 24, 0.08);
  box-shadow: var(--gs-shadow);
}

.gs-product-card .elementor-heading-title,
.gs-gift-card .elementor-heading-title,
.gs-blog-card .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
}

.gs-badge {
  display: inline-block;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--gs-cream-strong);
  color: var(--gs-rose);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gs-story-grid > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 24px;
}

.gs-highlight-card {
  position: relative;
  padding: 34px;
  border-radius: var(--gs-radius-lg);
  background: linear-gradient(135deg, #fff5e6 0%, #f8debb 100%);
  box-shadow: var(--gs-shadow);
}

.gs-story-title .elementor-heading-title,
.gs-highlight-card .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1;
}

.gs-stat-grid > .e-con-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gs-stat-number .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 54px;
  line-height: 1;
  color: var(--gs-rose);
}

.gs-stat-label .elementor-widget-container,
.gs-why-card .elementor-widget-container {
  font-family: "Manrope", sans-serif;
  color: var(--gs-brown-soft);
  line-height: 1.7;
}

.gs-cta-section {
  padding: 48px 0 64px;
}

.gs-cta-box {
  position: relative;
  padding: 40px;
  border-radius: var(--gs-radius-lg);
  background: linear-gradient(135deg, #60371f 0%, #8a572c 100%);
  box-shadow: var(--gs-shadow);
}

.gs-cta-box .elementor-heading-title,
.gs-cta-box .elementor-widget-container {
  color: #fff6eb;
}

.gs-cta-row > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.gs-footer {
  margin-top: 18px;
  padding: 44px 0 28px;
  background: #3e2416;
}

.elementor-location-footer {
  margin-top: 18px;
  background: #8a2f25;
}

.elementor-location-footer .elementor-element-gsff001 {
  margin-top: 18px;
  padding: 44px 0 28px;
  background: #8a2f25;
}

.gs-footer-grid,
.gs-footer-grid > .e-con-inner {
  width: min(calc(100% - 32px), var(--gs-max));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.15fr 0.8fr 0.9fr 0.95fr;
  gap: 28px;
}

.elementor-location-footer .elementor-element-gsff002 > .e-con-inner,
.elementor-location-footer .elementor-element-gs-footer-grid > .e-con-inner {
  width: min(calc(100% - 32px), var(--gs-max));
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: 1.15fr 0.8fr 0.9fr 0.95fr;
  gap: 28px;
  align-items: stretch;
}

.gs-footer .elementor-heading-title,
.gs-footer .elementor-widget-container,
.gs-footer .elementor-nav-menu--main .elementor-item {
  color: #fff2e4;
}

.elementor-location-footer .elementor-element-gsff001 .elementor-heading-title,
.elementor-location-footer .elementor-element-gsff001 .elementor-widget-container,
.elementor-location-footer .elementor-element-gsff001 .elementor-nav-menu--main .elementor-item,
.elementor-location-footer .elementor-element-gsff001 .elementor-nav-menu--main .menu-item-has-children::after {
  color: #fff2e4;
}

.gs-footer .elementor-widget-image img {
  display: block;
}

.elementor-location-footer .elementor-element-gsff001 .elementor-widget-image img {
  display: block;
}

.gs-footer .gs-header-brand .elementor-heading-title,
.gs-footer-brand .elementor-heading-title {
  color: #fff8ef;
}

.gs-footer-logo img {
  max-height: 94px;
  width: auto;
  object-fit: contain;
}

.elementor-location-footer .elementor-element-gsff004 img {
  max-height: 94px;
  width: auto;
  object-fit: contain;
}

.elementor-location-footer .elementor-widget-button:has(.elementor-button-text) {
  display: none;
}

.gs-inner-header .gs-nav {
  justify-self: center;
  width: 100%;
}

/* Elementor header #9: logo + menu on one row, vertically centered */
.elementor-9 .gs-nav,
.elementor-location-header .elementor-widget-nav-menu.gs-nav {
  justify-self: stretch;
  width: 100%;
}

.gs-front-header .gs-header-button,
.gs-inner-header .gs-header-button {
  justify-self: end;
}

.gs-footer .gs-nav .elementor-nav-menu--main .elementor-item:hover {
  color: #f5cf91;
}

.elementor-location-footer .elementor-element-gsff009 .elementor-nav-menu--main .elementor-item:hover {
  color: #f5cf91;
}

.gs-footer .elementor-widget-heading .elementor-heading-title {
  margin-bottom: 8px;
}

.gs-footer-nav .elementor-nav-menu--main,
.gs-footer-nav .elementor-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.elementor-location-footer .elementor-element-gsff009 .elementor-nav-menu--main,
.elementor-location-footer .elementor-element-gsff009 .elementor-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gs-footer-nav .elementor-nav-menu--main .elementor-item {
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.elementor-location-footer .elementor-element-gsff009 .elementor-nav-menu--main .elementor-item {
  padding: 0;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.7;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.gs-footer-nav.e--pointer-underline .elementor-item::after,
.gs-footer-nav .elementor-item::after {
  display: none !important;
}

.elementor-location-footer .elementor-element-gsff009.e--pointer-underline .elementor-item::after,
.elementor-location-footer .elementor-element-gsff009 .elementor-item::after {
  display: none !important;
}

/* Footer: no Products submenu — parent link is # (dropdown label only in header) */
.elementor-location-footer .gs-footer-nav .sub-menu,
.elementor-location-footer .elementor-element-gsff009 .sub-menu {
  display: none !important;
}

.gs-footer-nav .menu-item-has-children::after,
.elementor-location-footer .elementor-element-gsff009 .menu-item-has-children::after {
  display: none !important;
}

.elementor-location-footer .gs-footer-nav .menu-item-has-children > a,
.elementor-location-footer .elementor-element-gsff009 .menu-item-has-children > a {
  pointer-events: auto;
  cursor: pointer;
}

.gs-footer-nav .elementor-nav-menu--main .elementor-item:hover,
.gs-footer-nav .elementor-nav-menu--main .elementor-item:focus {
  color: #f5cf91;
  border-bottom-color: rgba(245, 207, 145, 0.45);
}

.elementor-location-footer .elementor-element-gsff009 .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-footer .elementor-element-gsff009 .elementor-nav-menu--main .elementor-item:focus {
  color: #f5cf91;
  border-bottom-color: rgba(245, 207, 145, 0.45);
}

.gs-footer-list p {
  margin: 0;
  line-height: 1.9;
}

.elementor-location-footer .elementor-element-gsff005 p,
.elementor-location-footer .elementor-element-gsff012 p,
.elementor-location-footer .elementor-element-gsff015 p {
  margin: 0;
  line-height: 1.9;
}

.gs-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 24px;
  width: min(calc(100% - 32px), var(--gs-max));
  margin: 20px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 242, 228, 0.12);
  text-align: left;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  color: rgba(255, 242, 228, 0.72);
}

.gs-footer-bottom__credit {
  margin-left: auto;
  text-align: right;
}

@media (max-width: 640px) {
  .gs-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .gs-footer-bottom__credit {
    margin-left: 0;
    text-align: center;
  }
}

.elementor-location-footer .elementor-element-gsff016 {
  width: min(calc(100% - 32px), var(--gs-max));
  margin: 20px auto 0;
  padding-top: 0;
  border-top: none;
  text-align: left;
}

.elementor-location-footer .elementor-element-gsff016 .gs-footer-bottom {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 242, 228, 0.12);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  color: rgba(255, 242, 228, 0.72);
}

/* Footer contact + map columns */
.gs-footer-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.gs-footer-contact__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 242, 228, 0.88);
}

.gs-footer-contact__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  color: #ffffff;
}

.gs-footer-contact__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.gs-footer-contact__icon--location svg {
  width: 19px;
  height: 19px;
}

.gs-footer-contact a {
  color: rgba(255, 242, 228, 0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 207, 145, 0.35);
}

.gs-footer-contact a:hover {
  color: #f5cf91;
}

.gs-footer-map {
  height: 138px;
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 242, 228, 0.14);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.gs-footer-map iframe {
  display: block;
  width: 100%;
  height: 138px;
  border: 0;
}

.gs-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.gs-footer-social li {
  display: flex;
  margin: 0;
  padding: 0;
}

.gs-footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 999px;
  text-decoration: none;
  color: #fff7ef;
  background: rgba(255, 247, 239, 0.1);
  border: 1px solid rgba(255, 247, 239, 0.2);
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    color 0.2s ease;
}

.gs-footer-social__link svg {
  display: block;
  width: 17px;
  height: 17px;
}

.gs-footer-social__link:hover {
  color: #fff;
  transform: translateY(-1px);
}

.gs-footer-social__link--whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}

.gs-footer-social__link--youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}

.elementor-location-footer .elementor-element-gsff017 {
  margin-top: 18px;
}

.elementor-location-footer .elementor-element-gsff017 .elementor-social-icon:hover {
  transform: translateY(-1px);
}

.elementor-location-footer .elementor-element-gsff017 .elementor-social-icon-whatsapp:hover {
  background: #25d366;
}

.elementor-location-footer .elementor-element-gsff017 .elementor-social-icon-youtube:hover {
  background: #ff0000;
}

.elementor-location-footer .elementor-element-gsff017 .elementor-social-icon-instagram:hover {
  background: #c13584;
}

.gs-footer-social__link--instagram:hover {
  background: #c13584;
  border-color: #c13584;
}

.gs-footer-social__link--placeholder {
  cursor: default;
  opacity: 0.88;
}

.gs-footer-social__link--placeholder:hover {
  transform: none;
  color: #fff7ef;
  background: rgba(255, 247, 239, 0.1);
  border-color: rgba(255, 247, 239, 0.2);
}

.elementor-location-footer .elementor-element-gsff005 .gs-footer-social {
  margin-top: 18px;
}

.elementor-location-footer .elementor-element-gsff012 .elementor-widget-container,
.elementor-location-footer .elementor-element-gsff015 .elementor-widget-container {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .gs-products-hub__grid,
  .e-con.gs-products-hub__grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gs-products-grid,
  .e-con.gs-products-grid > .e-con-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu--main {
    display: none;
  }

  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: rgba(255, 252, 247, 0.95);
    border: 1px solid rgba(200, 138, 43, 0.22);
  }

  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 9999;
    width: min(88vw, 320px);
    max-width: 320px;
    margin: 0;
    padding: calc(72px + env(safe-area-inset-top, 0px)) 0 calc(24px + env(safe-area-inset-bottom, 0px));
    overflow-y: auto;
    background: linear-gradient(180deg, #fffaf4 0%, #f6ebdc 100%);
    box-shadow: -12px 0 40px rgba(32, 20, 14, 0.22);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
    visibility: visible;
    opacity: 1;
    pointer-events: none;
  }

  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-menu-toggle.elementor-active
    ~ .elementor-nav-menu__container.elementor-nav-menu--dropdown,
  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown[aria-hidden="false"] {
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }

  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu--dropdown .elementor-item {
    justify-content: flex-start;
    padding: 14px 22px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }

  .gs-mobile-nav-close {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 10002;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(71, 40, 24, 0.16);
    border-radius: 999px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: rgba(255, 252, 247, 0.94);
    color: var(--gs-brown);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.gs-nav-sidebar-open .gs-mobile-nav-close {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu--dropdown .sub-menu {
    position: static;
    display: block;
    width: 100%;
    box-shadow: none;
    background: rgba(255, 252, 247, 0.6);
    border: 0;
    padding: 0 0 8px;
  }

  .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu--dropdown .sub-menu .elementor-item {
    padding-left: 34px;
    font-size: 14px;
    letter-spacing: 0.04em;
    text-transform: none;
  }

  .elementor-9 .elementor-element-gsfh002 {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
  }

  .elementor-9 .elementor-element-gsfh003 {
    min-width: 0;
  }

  .elementor-9 .elementor-element-gsfh006 {
    justify-self: end;
    width: auto;
  }

  .gs-hero-grid > .e-con-inner,
  .gs-story-grid > .e-con-inner,
  .gs-cta-row > .e-con-inner,
  .gs-footer-grid,
  .gs-footer-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .gs-grid-4 > .e-con-inner,
  .gs-grid-3 > .e-con-inner,
  .gs-stat-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .elementor-location-footer .elementor-element-gsff002 > .e-con-inner,
  .elementor-location-footer .elementor-element-gs-footer-grid > .e-con-inner {
    grid-template-columns: 1fr 1fr;
  }

  .gs-front-header .gs-shell,
  .gs-inner-header .gs-shell {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gs-front-header .gs-nav,
  .gs-inner-header .gs-nav,
  .gs-front-header .gs-header-button,
  .gs-inner-header .gs-header-button {
    justify-self: start;
  }

  .elementor-9 .elementor-element-gsfh002 {
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 12px;
    min-height: 74px;
    padding-block: 10px;
  }

  .elementor-9 .elementor-element-gsfh003,
  .elementor-9 .elementor-element-gsfh006 {
    align-self: center !important;
  }

  .elementor-9 .elementor-element-gsfh003 {
    justify-self: start !important;
  }

  .elementor-9 .elementor-element-gsfh006 {
    justify-self: end !important;
    justify-content: flex-end !important;
    width: auto !important;
  }

  .elementor-9 .gs-nav.elementor-widget-nav-menu,
  .elementor-9 .gs-nav .elementor-widget-container {
    justify-content: flex-end !important;
    width: auto !important;
  }

  .elementor-9 .gs-nav .elementor-nav-menu--main {
    justify-content: flex-start;
  }

  .gs-products-grid,
  .e-con.gs-products-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gs-inner-banner {
    padding: 28px 16px;
  }

  .gs-inner-banner__title {
    font-size: clamp(32px, 9vw, 42px);
  }

  .gs-products-hub__grid,
  .e-con.gs-products-hub__grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .gs-product-page,
  body.elementor-page .e-con.gs-product-page {
    width: min(calc(100% - 24px), var(--gs-max));
  }

  .gs-top-announcement {
    padding: 8px 12px;
  }

  .gs-top-announcement__inner {
    width: min(calc(100% - 16px), var(--gs-max));
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 6px 8px;
    min-height: 28px;
    font-size: 8px;
    letter-spacing: 0.03em;
  }

  .gs-top-announcement__phone {
    height: 26px;
    font-size: 9px;
    gap: 4px;
  }

  .gs-top-announcement__phone-icon {
    width: 13px;
    height: 13px;
  }

  .gs-top-announcement__tagline {
    font-size: 7px;
    line-height: 1.3;
  }

  .gs-top-social {
    height: 26px;
    gap: 4px;
  }

  .gs-top-social__link {
    width: 26px;
    height: 26px;
  }

  .gs-top-social__link svg {
    width: 13px;
    height: 13px;
  }

  .gs-hero-copy,
  .gs-hero-panel,
  .gs-highlight-card,
  .gs-cta-box,
  .gs-product-card,
  .gs-gift-card,
  .gs-why-card,
  .gs-blog-card,
  .gs-stat-card {
    padding: 24px;
  }

  .gs-grid-4 > .e-con-inner,
  .gs-grid-3 > .e-con-inner,
  .gs-stat-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .elementor-location-footer .elementor-element-gsff002 > .e-con-inner,
  .elementor-location-footer .elementor-element-gs-footer-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .gs-button-row > .e-con-inner {
    flex-direction: column;
  }

  .gs-products-grid,
  .e-con.gs-products-grid > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .gs-product-tile h3 {
    font-size: 24px;
  }
}

.gs-page {
  background: #f5f2eb;
}

.gs-top-announcement {
  position: relative;
  z-index: 600;
  background: #8a2f25;
  color: #fff7ef;
  padding: 10px 16px;
}

/* One announcement bar — theme renders it; hide copy inside Elementor header */
.elementor-location-header .gs-topnote,
.elementor-9 .gs-topnote {
  display: none !important;
}

.gs-top-announcement__inner {
  width: min(calc(100% - 32px), var(--gs-max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  align-items: center;
  min-height: 32px;
  gap: 10px 16px;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gs-top-announcement__phone {
  justify-self: start;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  font-weight: 800;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff7ef;
  text-decoration: none;
  white-space: nowrap;
}

.gs-top-announcement__phone-icon {
  display: block;
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  opacity: 0.95;
}

.gs-top-announcement__phone:hover {
  color: #fff;
  text-decoration: none;
}

.gs-top-announcement__phone:hover span {
  text-decoration: underline;
}

.gs-top-announcement__tagline {
  justify-self: center;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff7ef;
  min-width: 0;
  line-height: 1.35;
  letter-spacing: 0.05em;
}

.gs-top-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-self: end;
  align-self: center;
  height: 28px;
}

.gs-top-social li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

.gs-top-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #fff7ef;
  background: rgba(255, 247, 239, 0.12);
  border: 1px solid rgba(255, 247, 239, 0.22);
  transition: background 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.gs-top-social__link svg {
  display: block;
  width: 15px;
  height: 15px;
}

.gs-top-social__link:hover {
  color: #fff;
  background: rgba(255, 247, 239, 0.22);
  transform: translateY(-1px);
}

.gs-top-social__link--whatsapp:hover {
  background: #25d366;
  border-color: #25d366;
}

.gs-top-social__link--youtube:hover {
  background: #ff0000;
  border-color: #ff0000;
}

.gs-top-social__link--instagram:hover {
  background: #c13584;
  border-color: #c13584;
}

.gs-top-social__link--placeholder {
  cursor: default;
  opacity: 0.88;
}

.gs-top-social__link--placeholder:hover {
  transform: none;
  color: #fff7ef;
  background: rgba(255, 247, 239, 0.12);
  border-color: rgba(255, 247, 239, 0.22);
}

.gs-topnote {
  background: #8a2f25;
  color: #fff7ef;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 0;
}

.gs-topnote .elementor-widget-container {
  width: min(calc(100% - 32px), var(--gs-max));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.gs-topnote strong {
  font-weight: 800;
}

.gs-reference-hero {
  background: #fff7ef;
  padding: 0 0 26px;
}

.gs-reference-hero > .e-con-inner,
.gs-reference-grid > .e-con-inner,
.gs-logo-row > .e-con-inner,
.gs-blog-row > .e-con-inner,
.gs-catalog-grid > .e-con-inner {
  width: min(calc(100% - 32px), 1240px);
  margin: 0 auto;
}

.gs-reference-hero > .e-con-inner {
  width: 100%;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  min-height: 620px;
  position: relative;
  overflow: hidden;
}

.gs-reference-image,
.gs-reference-copy {
  grid-area: 1 / 1;
  min-height: 620px;
}

.gs-reference-image {
  position: relative;
  overflow: hidden;
  background: #e8dccb;
}

.gs-hero-slider,
.gs-hero-slider__track,
.gs-hero-slider__slide {
  height: 100%;
}

.gs-hero-slider {
  position: relative;
  min-height: 520px;
}

.gs-hero-slider__track {
  position: relative;
}

.gs-hero-slider__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.gs-hero-slider__slide.is-active {
  opacity: 1;
}

.gs-hero-slider__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(46, 28, 17, 0.08), rgba(46, 28, 17, 0.18));
}

.gs-hero-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-hero-slider__dots {
  position: absolute;
  left: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.gs-hero-slider__dot {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 999px;
  padding: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.gs-hero-slider__dot.is-active {
  background: #fff;
  transform: scale(1.1);
}

.gs-reference-image .elementor-image img,
.gs-circle-card .elementor-image img,
.gs-gallery-card .elementor-image img,
.gs-blog-visual .elementor-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Bestsellers — img is often a direct child of .elementor-widget-image (no .elementor-image wrapper) */
.elementor-element.gs-image-card .elementor-widget-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex-shrink: 0;
  line-height: 0;
}

.elementor-element.gs-image-card .elementor-widget-image > img,
.elementor-element.gs-image-card .elementor-widget-image .elementor-image img,
.elementor-element.gs-image-card .elementor-widget-image a img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center center;
}

.elementor-element.gs-image-card .elementor-widget-image a {
  position: absolute;
  inset: 0;
  display: block;
}

.gs-reference-image .elementor-widget-container,
.gs-blog-visual .elementor-widget-container {
  height: 100%;
}

.gs-reference-copy {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 32px), 1240px);
  margin: 0 auto;
  padding: 68px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.gs-reference-copy::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  width: min(55%, 760px);
  background: linear-gradient(90deg, rgba(255, 248, 240, 0.04) 0%, rgba(255, 248, 240, 0.82) 18%, rgba(247, 237, 226, 0.96) 100%);
  backdrop-filter: blur(2px);
}

.gs-reference-copy > .elementor-element {
  position: relative;
  z-index: 1;
  width: min(100%, 700px);
  margin-left: auto;
}

.gs-reference-copy .gs-hero-title .elementor-heading-title {
  font-size: clamp(42px, 5vw, 72px);
  color: #b33d44;
}

.gs-reference-copy .gs-hero-text .elementor-widget-container {
  font-size: 22px;
  line-height: 1.5;
  color: #4a3526;
}

.gs-hero-outline .elementor-button {
  background: transparent;
  color: #8a2f25;
  border: 1px solid #8a2f25;
}

.gs-section-light {
  background: #f3f3f1;
  padding: 56px 0;
}

.gs-section-cream {
  background: #efe8d8;
  padding: 56px 0;
}

/* Kaju Items — product card grid */
.gs-kaju-section > .e-con-inner {
  width: min(calc(100% - 32px), 1240px);
  margin-inline: auto;
  gap: 14px;
}

.gs-kaju-title .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1;
  text-align: center;
  color: var(--gs-brown);
}

.gs-kaju-copy .elementor-widget-container,
.gs-kaju-copy.elementor-widget-text-editor {
  max-width: 920px;
  margin: 0 auto 10px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: var(--gs-brown-soft);
}

.elementor-element.gs-kaju-grid,
.elementor-element.gs-kaju-grid > .e-con-inner,
.gs-kaju-grid,
.gs-kaju-grid > .e-con-inner {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  width: min(calc(100% - 32px), 1240px);
  margin-inline: auto;
  padding-top: 8px;
}

.elementor-element.gs-kaju-card {
  flex: none !important;
  width: auto !important;
  max-width: none !important;
}

.elementor-element.gs-kaju-card > .e-con-inner,
.gs-kaju-card,
.gs-kaju-card > .e-con-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: 100%;
  padding: 16px 16px 18px;
  border-radius: var(--gs-radius-md);
  background: rgba(255, 252, 247, 0.96);
  border: 1px solid rgba(200, 138, 43, 0.16);
  box-shadow: 0 16px 34px rgba(71, 40, 24, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gs-kaju-card:hover,
.gs-kaju-card > .e-con-inner:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(71, 40, 24, 0.12);
}

.elementor-element.gs-kaju-image,
.gs-kaju-image {
  width: 100%;
}

.elementor-element.gs-kaju-image .elementor-widget-container,
.gs-kaju-image .elementor-widget-container {
  width: 100%;
  margin: 0;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 18px;
  background: var(--gs-cream-strong);
  box-shadow: inset 0 0 0 1px rgba(71, 40, 24, 0.06);
}

.elementor-element.gs-kaju-image .elementor-widget-container a,
.elementor-element.gs-kaju-image .elementor-image,
.gs-kaju-image .elementor-image,
.gs-kaju-image .elementor-image a {
  display: block;
  width: 100%;
  line-height: 0;
}

.elementor-element.gs-kaju-image img,
.gs-kaju-image img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
}

.gs-kaju-image.olive .elementor-widget-container {
  box-shadow: inset 0 4px 0 #8a8d2d, inset 0 0 0 1px rgba(71, 40, 24, 0.06);
}

.gs-kaju-image.amber .elementor-widget-container {
  box-shadow: inset 0 4px 0 #e8a52e, inset 0 0 0 1px rgba(71, 40, 24, 0.06);
}

.gs-kaju-image.maroon .elementor-widget-container {
  box-shadow: inset 0 4px 0 #951918, inset 0 0 0 1px rgba(71, 40, 24, 0.06);
}

.gs-kaju-image.plum .elementor-widget-container {
  box-shadow: inset 0 4px 0 #3f2d4d, inset 0 0 0 1px rgba(71, 40, 24, 0.06);
}

.gs-kaju-image.sand .elementor-widget-container {
  box-shadow: inset 0 4px 0 #c69a63, inset 0 0 0 1px rgba(71, 40, 24, 0.06);
}

.elementor-element.gs-kaju-label,
.gs-kaju-label {
  width: 100%;
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 14px;
}

.gs-kaju-label .elementor-heading-title {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(20px, 2vw, 24px);
  line-height: 1.15;
  color: var(--gs-brown);
  text-align: center;
}

@media (max-width: 1100px) {
  .gs-kaju-grid,
  .gs-kaju-grid > .e-con-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gs-kaju-grid,
  .gs-kaju-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .gs-kaju-card > .e-con-inner {
    padding: 14px 12px 16px;
    border-radius: 20px;
  }

  .gs-kaju-image .elementor-widget-container {
    border-radius: 16px;
  }
}

@media (max-width: 479px) {
  .gs-kaju-grid,
  .gs-kaju-grid > .e-con-inner {
    grid-template-columns: 1fr;
    max-width: 320px;
  }
}

.gs-centered-title .elementor-heading-title,
.gs-centered-copy .elementor-widget-container {
  text-align: center;
}

/* Targeted mobile fixes: header sidebar + homepage Kaju grid only. */
@media (max-width: 1024px) {
  html,
  body {
    overflow-x: hidden;
  }

  body:not(.gs-nav-sidebar-open) .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    transform: translate3d(100%, 0, 0) !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  body.gs-nav-sidebar-open .elementor-location-header,
  body.gs-nav-sidebar-open .elementor-location-header > .elementor,
  body.gs-nav-sidebar-open .elementor-9 {
    overflow: visible !important;
    z-index: 10000 !important;
  }

  body.gs-nav-sidebar-open .elementor-location-header .elementor-widget-nav-menu.gs-nav .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: fixed !important;
    inset: 0 0 0 auto !important;
    width: min(86vw, 340px) !important;
    max-width: min(86vw, 340px) !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: calc(78px + env(safe-area-inset-top, 0px)) 0 calc(24px + env(safe-area-inset-bottom, 0px)) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translate3d(0, 0, 0) !important;
    background: linear-gradient(180deg, #fffaf4 0%, #f6ebdc 100%) !important;
    box-shadow: -18px 0 48px rgba(32, 20, 14, 0.28) !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 10001 !important;
  }
}

@media (max-width: 479px) {
  body.home .elementor-element.gs-kaju-grid,
  body.home .elementor-element.gs-kaju-grid > .e-con-inner,
  body.home .gs-kaju-grid,
  body.home .gs-kaju-grid > .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: min(calc(100% - 24px), 520px) !important;
    max-width: 520px !important;
    gap: 12px !important;
    margin-inline: auto !important;
  }

  body.home .elementor-element.gs-kaju-card.e-con,
  body.home .elementor-element.gs-kaju-card > .e-con-inner,
  body.home .gs-kaju-card,
  body.home .gs-kaju-card > .e-con-inner {
    min-width: 0 !important;
    width: 100% !important;
    padding: 10px 10px 12px !important;
    border-radius: 18px !important;
  }

  body.home .elementor-element.gs-kaju-image .elementor-widget-container,
  body.home .gs-kaju-image .elementor-widget-container {
    border-radius: 14px !important;
  }

  body.home .gs-kaju-label .elementor-heading-title,
  body.home .elementor-element.gs-kaju-card .gs-kaju-label .elementor-heading-title {
    font-size: clamp(17px, 5vw, 20px) !important;
    line-height: 1.12 !important;
  }
}

.gs-image-card,
.gs-blog-card-v2,
.gs-gallery-card,
.gs-client-card {
  background: #fff;
  overflow: hidden;
}

.gs-image-card {
  box-shadow: 0 10px 28px rgba(22, 46, 80, 0.08);
}

.gs-image-caption,
.gs-blog-copy {
  padding: 16px 10px 4px;
}

.gs-image-caption .elementor-heading-title,
.gs-gallery-caption .elementor-heading-title,
.gs-blog-copy .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  color: var(--gs-brown);
}

.gs-image-caption .elementor-widget-container,
.gs-gallery-caption .elementor-widget-container,
.gs-blog-copy .elementor-widget-container {
  color: var(--gs-brown-soft);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

.gs-circle-card {
  text-align: center;
}

.gs-circle-card .elementor-image {
  width: 210px;
  height: 210px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
}

.gs-split-story > .e-con-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
}

.gs-story-copy {
  padding-right: 12px;
}

.gs-story-visual,
.gs-outlet-banner {
  overflow: hidden;
}

.gs-story-visual img {
  min-height: 360px;
}

.gs-gallery-card .elementor-widget-image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.gs-gallery-card .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-gallery-card .gs-gallery-caption h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 600;
  color: var(--gs-brown);
}

.gs-gallery-card .gs-gallery-caption p {
  color: var(--gs-brown-soft);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.65;
}

.gs-logo-row .elementor-widget-wrap,
.gs-logo-row .e-con-inner {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
}

.gs-client-card {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(19, 44, 80, 0.08);
  color: #35557a;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.gs-outlet-banner {
  position: relative;
}

.gs-outlet-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(35, 22, 15, 0.32), rgba(35, 22, 15, 0.18));
}

.gs-outlet-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.gs-outlet-overlay .elementor-heading-title,
.gs-outlet-overlay .elementor-widget-container {
  color: #fff;
}

.gs-blog-card-v2 {
  box-shadow: 0 14px 34px rgba(71, 40, 24, 0.08);
}

.gs-blog-visual .elementor-widget-image {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.gs-blog-visual .elementor-widget-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gs-blog-card-v2 .gs-blog-copy h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(21px, 2.25vw, 27px);
  font-weight: 600;
  color: var(--gs-brown);
}

.gs-blog-card-v2 .gs-blog-copy p {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: var(--gs-brown-soft);
}

.gs-catalog-card {
  padding: 0 8px;
}

.gs-catalog-card .elementor-heading-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1;
  color: #3b2417;
}

.gs-catalog-card .elementor-widget-container {
  font-size: 15px;
}

@media (max-width: 1024px) {
  .gs-reference-hero > .e-con-inner,
  .gs-split-story > .e-con-inner {
    grid-template-columns: 1fr;
  }

  .gs-reference-copy::before {
    width: min(68%, 720px);
  }

  .gs-logo-row .elementor-widget-wrap,
  .gs-logo-row .e-con-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .gs-reference-copy {
    padding: 36px 24px;
  }

  .gs-reference-image,
  .gs-reference-copy {
    min-height: 440px;
  }

  .gs-hero-slider {
    min-height: 440px;
  }

  .gs-reference-copy::before {
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 248, 240, 0.22) 0%, rgba(247, 237, 226, 0.9) 58%, rgba(247, 237, 226, 0.96) 100%);
  }

  .gs-reference-copy > .elementor-element {
    width: 100%;
  }

  .gs-circle-card .elementor-image {
    width: 170px;
    height: 170px;
  }

  .gs-logo-row .elementor-widget-wrap,
  .gs-logo-row .e-con-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
