@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,500&family=Montserrat:wght@400;500;600&display=swap");

:root {
  --tajally-cream: #fff9f1;
  --tajally-beige: #f8f0e5;
  --tajally-beige-deep: #f3e6d5;
  --tajally-gold: #b87524;
  --tajally-gold-light: #c98a34;
  --tajally-bronze: #a9671e;
  --tajally-ink: #1e1b18;
  --tajally-black: #090909;
  --tajally-muted: #71675d;
  --tajally-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --tajally-sans: "Montserrat", Arial, sans-serif;
  --tajally-content: 1180px;
  --tajally-radius: 11px;
  --tajally-transition: 320ms cubic-bezier(.2, .75, .25, 1);
}

.tajally-custom-design {
  margin: 0;
  overflow-x: hidden;
  background: var(--tajally-cream) !important;
}

.tajally-original-hidden {
  display: none !important;
}

.tajally-storefront,
.tajally-storefront *,
.tajally-storefront *::before,
.tajally-storefront *::after {
  box-sizing: border-box;
}

.tajally-storefront {
  position: relative;
  isolation: isolate;
  min-width: 0;
  width: 100%;
  overflow: hidden;
  color: var(--tajally-ink);
  background:
    radial-gradient(ellipse at 50% 8%, rgba(255, 255, 255, .93) 0%, rgba(255, 249, 241, .82) 46%, rgba(248, 240, 229, .9) 100%),
    var(--tajally-cream);
  font-family: var(--tajally-sans);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.tajally-storefront a {
  color: inherit;
  text-decoration: none;
}

.tajally-storefront button,
.tajally-storefront input {
  font: inherit;
}

.tajally-storefront button {
  color: inherit;
}

.tajally-pattern {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .48;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='106' viewBox='0 0 92 106'%3E%3Cg fill='none' stroke='%23B87524' stroke-width='1.3' opacity='.88'%3E%3Cpath d='M46 2 61 17l20-2-2 20 12 18-12 18 2 20-20-2-15 15-15-15-20 2 2-20L1 53l12-18-2-20 20 2Z'/%3E%3Cpath d='m46 21 10 13 16 3-7 15 7 15-16 3-10 13-10-13-16-3 7-15-7-15 16-3Z'/%3E%3Cpath d='M46 2v19M13 35l14 17M13 71l14-19M46 104V83M79 71 65 52M79 35 65 52'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 92px 106px;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.96) 10%, rgba(0,0,0,.64) 22%, rgba(0,0,0,.2) 34%, transparent 42%, transparent 58%, rgba(0,0,0,.2) 66%, rgba(0,0,0,.64) 78%, rgba(0,0,0,.96) 90%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.96) 10%, rgba(0,0,0,.64) 22%, rgba(0,0,0,.2) 34%, transparent 42%, transparent 58%, rgba(0,0,0,.2) 66%, rgba(0,0,0,.64) 78%, rgba(0,0,0,.96) 90%, #000 100%);
}

.tajally-site-header {
  position: relative;
  z-index: 50;
  width: 100%;
  background: rgba(255, 249, 241, .44);
}

.tajally-header-inner {
  width: min(calc(100% - 48px), var(--tajally-content));
  height: 112px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.tajally-logo-link,
.tajally-footer-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tajally-logo-link {
  align-self: start;
  width: 194px;
  height: 132px;
  margin-top: 5px;
}

.tajally-logo-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter:
    saturate(1.22)
    contrast(1.08)
    drop-shadow(0 1px 0 #f6d47b)
    drop-shadow(0 3px 2px rgba(98, 52, 6, .3));
}

.tajally-logo-fallback {
  display: none;
  flex-direction: column;
  align-items: center;
  color: var(--tajally-gold);
  font-family: var(--tajally-serif);
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px #ffe49d, 0 3px 3px rgba(82, 39, 2, .3);
}

.tajally-logo-fallback b {
  font-size: 32px;
  letter-spacing: .13em;
}

.tajally-logo-fallback small {
  margin-top: 7px;
  font-size: 14px;
  font-style: italic;
}

.tajally-logo-failed .tajally-logo-image {
  display: none;
}

.tajally-logo-failed .tajally-logo-fallback {
  display: flex;
}

.tajally-desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(17px, 2vw, 30px);
  white-space: nowrap;
}

.tajally-nav-link {
  position: relative;
  padding: 12px 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .035em;
  text-transform: uppercase;
}

.tajally-nav-link::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 6px;
  left: 0;
  height: 1px;
  background: var(--tajally-gold);
  transform: scaleX(0);
  transition: transform var(--tajally-transition);
}

.tajally-header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tajally-icon-link,
.tajally-menu-toggle {
  position: relative;
  display: inline-flex;
  width: 25px;
  height: 38px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.tajally-icon {
  display: block;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tajally-cart-count {
  position: absolute;
  top: 3px;
  right: -4px;
  min-width: 15px;
  height: 15px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  color: #fff;
  background: var(--tajally-gold);
  font-size: 8px;
  line-height: 1;
}

.tajally-menu-toggle,
.tajally-mobile-nav {
  display: none;
}

.tajally-main {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--tajally-content));
  margin: 0 auto;
}

.tajally-hero {
  height: 492px;
  display: grid;
  grid-template-columns: 43.5% 56.5%;
  overflow: hidden;
  background: rgba(255, 249, 241, .42);
}

.tajally-hero-copy {
  position: relative;
  z-index: 2;
  padding: 106px 20px 48px 64px;
}

.tajally-eyebrow {
  position: relative;
  margin: 0 0 20px;
  font-family: var(--tajally-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.35;
  text-transform: uppercase;
}

.tajally-eyebrow::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 33px;
  height: 1px;
  background: rgba(184, 117, 36, .55);
}

.tajally-hero-title {
  margin: 0;
  color: var(--tajally-ink);
  font-family: var(--tajally-serif);
  font-size: clamp(48px, 4.55vw, 66px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: .91;
}

.tajally-hero-title em {
  color: var(--tajally-gold);
  font-style: normal;
  font-weight: 500;
  letter-spacing: .015em;
}

.tajally-primary-btn {
  width: 154px;
  min-height: 43px;
  margin-top: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(164, 97, 20, .28);
  border-radius: 5px;
  color: #fff !important;
  background: linear-gradient(120deg, var(--tajally-gold-light), var(--tajally-bronze));
  box-shadow: inset 0 1px rgba(255, 255, 255, .18), 0 6px 16px rgba(145, 83, 18, .08);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform var(--tajally-transition), box-shadow var(--tajally-transition), filter var(--tajally-transition);
}

.tajally-hero-media {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.tajally-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 35px 0 45px rgba(255, 249, 241, .62), inset 0 -16px 28px rgba(255, 249, 241, .25);
}

.tajally-hero-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 54% 35%;
  filter: none;
}

.tajally-section {
  padding: 31px 0 30px;
}

.tajally-section-title {
  margin: 0 0 17px;
  font-family: var(--tajally-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .14em;
  line-height: 1.2;
  text-align: center;
}

.tajally-category-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.tajally-category-card {
  min-width: 0;
  height: 216px;
  padding: 12px 8px 17px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: var(--tajally-radius);
  color: #fff !important;
  background: linear-gradient(145deg, #0c0c0c, #050505);
  box-shadow: 0 8px 19px rgba(35, 23, 11, .06);
  transition: transform var(--tajally-transition), box-shadow var(--tajally-transition), border-color var(--tajally-transition);
}

.tajally-category-media {
  width: 100%;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.tajally-category-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
  transition: transform var(--tajally-transition);
}

.tajally-category-title {
  margin-top: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.tajally-category-link {
  margin-top: 9px;
  color: #d59939;
  font-size: 9px;
  line-height: 1;
}

.tajally-story {
  height: 291px;
  display: grid;
  grid-template-columns: 55.5% 44.5%;
  background: rgba(255, 249, 241, .65);
}

.tajally-story-media {
  min-width: 0;
  overflow: hidden;
}

.tajally-story-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 37%;
  filter: none;
}

.tajally-story-copy {
  padding: 34px 52px 28px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tajally-story-copy .tajally-eyebrow {
  margin-bottom: 24px;
  font-size: 9px;
}

.tajally-story-title {
  margin: 0;
  font-family: var(--tajally-serif);
  font-size: clamp(32px, 3.2vw, 43px);
  font-weight: 500;
  letter-spacing: -.025em;
  line-height: .97;
}

.tajally-story-text {
  margin: 17px 0 0;
  font-size: 10px;
  line-height: 1.75;
}

.tajally-story-btn {
  width: 146px;
  min-height: 38px;
  margin-top: 18px;
  font-size: 9px;
}

.tajally-featured {
  height: 161px;
  margin: 24px 0 0;
  display: grid;
  grid-template-columns: 55.5% 44.5%;
  overflow: hidden;
  border-radius: var(--tajally-radius);
  background: rgba(240, 221, 201, .48);
  box-shadow: 0 10px 30px rgba(78, 45, 15, .035);
}

.tajally-featured-media {
  min-width: 0;
  overflow: hidden;
  background: #ead6bf;
}

.tajally-featured-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 49%;
  filter: none;
  transition: transform var(--tajally-transition);
}

.tajally-featured-copy {
  padding: 19px 42px 16px 69px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tajally-featured-label {
  margin: 0 0 3px;
  font-size: 9px;
  font-weight: 500;
}

.tajally-featured-title {
  margin: 0;
  font-family: var(--tajally-serif);
  font-size: 29px;
  font-weight: 500;
  line-height: 1.05;
}

.tajally-featured-price {
  margin: 4px 0 0;
  font-family: var(--tajally-serif);
  font-size: 18px;
  line-height: 1;
}

.tajally-featured-btn {
  width: 128px;
  min-height: 35px;
  margin-top: 12px;
  font-size: 9px;
}

.tajally-arrivals {
  padding-top: 22px;
  padding-bottom: 17px;
}

.tajally-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.tajally-product-card {
  position: relative;
  min-width: 0;
  height: 218px;
  overflow: hidden;
  border-radius: var(--tajally-radius);
  background: var(--tajally-black);
  box-shadow: 0 8px 20px rgba(35, 23, 11, .07);
  transition: transform var(--tajally-transition), box-shadow var(--tajally-transition);
}

.tajally-product-link {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #fff !important;
}

.tajally-product-media {
  min-height: 0;
  flex: 1 1 auto;
  display: block;
  overflow: hidden;
}

.tajally-product-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  mix-blend-mode: normal;
  filter: none;
  transition: transform var(--tajally-transition);
}

.tajally-product-copy {
  flex: 0 0 60px;
  padding: 5px 18px 12px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tajally-product-name {
  overflow: hidden;
  font-family: var(--tajally-serif);
  font-size: 16px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tajally-product-price {
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.1;
}

.tajally-wishlist {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 10px;
  width: 28px;
  height: 28px;
  padding: 4px;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: transparent;
  cursor: pointer;
  transition: color var(--tajally-transition), transform var(--tajally-transition);
}

.tajally-wishlist .tajally-icon {
  width: 18px;
  height: 18px;
}

.tajally-wishlist-active {
  color: #d7942f;
}

.tajally-wishlist-active .tajally-icon {
  fill: currentColor;
}

.tajally-outline-btn {
  width: 148px;
  min-height: 34px;
  margin: 12px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(184, 117, 36, .6);
  border-radius: 4px;
  color: var(--tajally-gold) !important;
  background: rgba(255, 249, 241, .35);
  font-size: 10px;
  transition: color var(--tajally-transition), background var(--tajally-transition), transform var(--tajally-transition);
}

.tajally-benefits {
  min-height: 83px;
  margin-top: 0;
  padding: 13px 105px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 46px;
  background: rgba(238, 220, 202, .49);
}

.tajally-benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.tajally-benefit-icon {
  width: 49px;
  height: 49px;
  flex: 0 0 auto;
  stroke-width: 1.05;
}

.tajally-benefit h3 {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .08em;
}

.tajally-benefit p {
  margin: 0;
  font-size: 8.5px;
  line-height: 1.45;
}

.tajally-benefit-divider {
  width: 1px;
  height: 51px;
  background: rgba(169, 103, 30, .7);
}

.tajally-footer {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), var(--tajally-content));
  min-height: 183px;
  margin: 0 auto;
  padding: 12px 27px 7px;
  background: rgba(255, 249, 241, .52);
}

.tajally-footer-grid {
  display: grid;
  grid-template-columns: 220px 145px 220px minmax(245px, 1fr);
  justify-content: space-between;
  gap: 30px;
}

.tajally-footer-logo {
  width: 188px;
  height: 123px;
}

.tajally-footer-column {
  padding-top: 7px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.tajally-footer-column h3 {
  margin: 0 0 10px;
  color: var(--tajally-bronze);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .05em;
}

.tajally-footer-column a,
.tajally-footer-column p {
  margin: 0;
  font-size: 8.5px;
  line-height: 1.5;
}

.tajally-newsletter p {
  margin-bottom: 10px;
}

.tajally-newsletter-form {
  width: 100%;
  height: 32px;
  display: flex;
  overflow: hidden;
  border: 1px solid rgba(184, 117, 36, .35);
  border-radius: 4px;
  background: rgba(255, 255, 255, .22);
}

.tajally-newsletter-form input {
  min-width: 0;
  flex: 1 1 auto;
  padding: 0 11px;
  border: 0;
  outline: 0;
  color: var(--tajally-ink);
  background: transparent;
  font-family: var(--tajally-serif);
  font-size: 10px;
  font-style: italic;
}

.tajally-newsletter-form input::placeholder {
  color: #a9773c;
  opacity: .9;
}

.tajally-newsletter-form button {
  width: 41px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--tajally-gold-light), var(--tajally-bronze));
  cursor: pointer;
}

.tajally-newsletter-form button .tajally-icon {
  width: 15px;
  height: 15px;
}

.tajally-newsletter-success {
  border-color: var(--tajally-gold);
}

.tajally-copyright {
  margin: -2px 0 0;
  font-size: 8px;
  text-align: center;
}

.tajally-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tajally-image-failed {
  opacity: 0;
}

.tajally-category-media:has(.tajally-image-failed),
.tajally-product-media:has(.tajally-image-failed) {
  background: radial-gradient(circle, rgba(184, 117, 36, .25), transparent 56%);
}

.tajally-hero-media:has(.tajally-image-failed),
.tajally-story-media:has(.tajally-image-failed),
.tajally-featured-media:has(.tajally-image-failed) {
  background: linear-gradient(135deg, #f3e6d5, #fff9f1);
}

.tajally-reveal {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 620ms ease, transform 620ms ease, box-shadow var(--tajally-transition), border-color var(--tajally-transition);
}

.tajally-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
  .tajally-nav-link:hover::after {
    transform: scaleX(1);
  }

  .tajally-icon-link:hover,
  .tajally-menu-toggle:hover {
    color: var(--tajally-gold);
  }

  .tajally-primary-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.07);
    box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 10px 23px rgba(145, 83, 18, .17);
  }

  .tajally-category-card:hover,
  .tajally-product-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 138, 52, .35);
    box-shadow: 0 15px 27px rgba(119, 74, 22, .16);
  }

  .tajally-category-card:hover .tajally-category-image,
  .tajally-product-card:hover .tajally-product-image,
  .tajally-featured-media:hover .tajally-featured-image {
    transform: scale(1.045);
  }

  .tajally-wishlist:hover {
    color: #d7942f;
    transform: scale(1.08);
  }

  .tajally-outline-btn:hover {
    color: #fff !important;
    background: var(--tajally-gold);
    transform: translateY(-2px);
  }

  .tajally-footer-column a:hover {
    color: var(--tajally-gold);
  }
}

@media (max-width: 1100px) {
  .tajally-header-inner {
    grid-template-columns: 175px minmax(0, 1fr) auto;
    gap: 15px;
  }

  .tajally-logo-link {
    width: 165px;
  }

  .tajally-desktop-nav {
    gap: 13px;
  }

  .tajally-nav-link {
    font-size: 9px;
  }

  .tajally-header-actions {
    gap: 9px;
  }

  .tajally-hero-copy {
    padding-left: 45px;
  }

  .tajally-story-copy,
  .tajally-featured-copy {
    padding-left: 48px;
    padding-right: 30px;
  }

  .tajally-benefits {
    padding-right: 55px;
    padding-left: 55px;
  }

  .tajally-footer-grid {
    grid-template-columns: 180px 120px 180px minmax(210px, 1fr);
    gap: 20px;
  }
}

@media (max-width: 880px) {
  .tajally-header-inner,
  .tajally-main,
  .tajally-footer {
    width: min(calc(100% - 32px), var(--tajally-content));
  }

  .tajally-header-inner {
    height: 88px;
    grid-template-columns: 148px 1fr;
  }

  .tajally-logo-link {
    width: 142px;
    height: 101px;
    margin-top: 2px;
  }

  .tajally-desktop-nav,
  .tajally-header-wishlist {
    display: none;
  }

  .tajally-header-actions {
    justify-self: end;
    gap: 13px;
  }

  .tajally-menu-toggle {
    display: inline-flex;
  }

  .tajally-mobile-nav {
    position: absolute;
    top: 88px;
    right: 16px;
    left: 16px;
    z-index: 60;
    padding: 12px 25px 20px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(184, 117, 36, .18);
    border-radius: 0 0 8px 8px;
    background: rgba(255, 249, 241, .98);
    box-shadow: 0 14px 35px rgba(76, 43, 13, .12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity var(--tajally-transition), transform var(--tajally-transition), visibility var(--tajally-transition);
  }

  .tajally-menu-open .tajally-mobile-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .tajally-mobile-nav .tajally-nav-link {
    padding: 10px 0;
    border-bottom: 1px solid rgba(184, 117, 36, .1);
    font-size: 11px;
  }

  .tajally-hero {
    height: 440px;
    grid-template-columns: 47% 53%;
  }

  .tajally-hero-copy {
    padding: 95px 15px 35px 35px;
  }

  .tajally-hero-title {
    font-size: clamp(39px, 6vw, 49px);
  }

  .tajally-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .tajally-category-card {
    height: 228px;
  }

  .tajally-category-media {
    height: 157px;
  }

  .tajally-story {
    grid-template-columns: 52% 48%;
  }

  .tajally-story-copy {
    padding: 25px 25px 24px 34px;
  }

  .tajally-featured-copy {
    padding-left: 34px;
  }

  .tajally-featured-title {
    font-size: 25px;
  }

  .tajally-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .tajally-product-card {
    height: 250px;
  }

  .tajally-benefits {
    padding-right: 25px;
    padding-left: 25px;
    gap: 24px;
  }

  .tajally-footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tajally-footer-logo {
    grid-row: span 2;
  }

  .tajally-newsletter {
    grid-column: 2 / 4;
  }
}

@media (max-width: 620px) {
  .tajally-header-inner,
  .tajally-main,
  .tajally-footer {
    width: min(calc(100% - 24px), var(--tajally-content));
  }

  .tajally-header-inner {
    height: 76px;
    grid-template-columns: 116px 1fr;
  }

  .tajally-logo-link {
    width: 112px;
    height: 82px;
  }

  .tajally-logo-fallback b {
    font-size: 21px;
  }

  .tajally-logo-fallback small {
    font-size: 10px;
  }

  .tajally-header-actions {
    gap: 7px;
  }

  .tajally-icon-link,
  .tajally-menu-toggle {
    width: 23px;
  }

  .tajally-account-link {
    display: none;
  }

  .tajally-mobile-nav {
    top: 76px;
    right: 12px;
    left: 12px;
  }

  .tajally-pattern {
    opacity: .45;
    -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.86) 10%, rgba(0,0,0,.46) 24%, rgba(0,0,0,.14) 35%, transparent 44%, transparent 56%, rgba(0,0,0,.14) 65%, rgba(0,0,0,.46) 76%, rgba(0,0,0,.86) 90%, #000 100%);
    mask-image: linear-gradient(90deg, #000 0%, rgba(0,0,0,.86) 10%, rgba(0,0,0,.46) 24%, rgba(0,0,0,.14) 35%, transparent 44%, transparent 56%, rgba(0,0,0,.14) 65%, rgba(0,0,0,.46) 76%, rgba(0,0,0,.86) 90%, #000 100%);
  }

  .tajally-hero {
    position: relative;
    height: 580px;
    display: block;
  }

  .tajally-hero-media {
    position: absolute;
    inset: 0;
  }

  .tajally-hero-media::after {
    background: linear-gradient(90deg, rgba(255,249,241,.98) 0%, rgba(255,249,241,.86) 48%, rgba(255,249,241,.12) 100%), linear-gradient(0deg, rgba(255,249,241,.3), transparent 45%);
    box-shadow: none;
  }

  .tajally-hero-image {
    object-position: 61% center;
  }

  .tajally-hero-copy {
    position: relative;
    z-index: 2;
    width: 78%;
    padding: 118px 8px 30px 24px;
  }

  .tajally-eyebrow {
    font-size: 8px;
  }

  .tajally-hero-title {
    font-size: clamp(42px, 12vw, 56px);
  }

  .tajally-section {
    padding-top: 26px;
  }

  .tajally-section-title {
    font-size: 13px;
    letter-spacing: .12em;
  }

  .tajally-category-grid,
  .tajally-product-grid {
    margin-right: -12px;
    padding-right: 12px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tajally-category-grid::-webkit-scrollbar,
  .tajally-product-grid::-webkit-scrollbar {
    display: none;
  }

  .tajally-category-card {
    width: 44vw;
    min-width: 158px;
    height: 224px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .tajally-category-media {
    height: 154px;
  }

  .tajally-story {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .tajally-story-media {
    height: 310px;
  }

  .tajally-story-copy {
    min-height: 290px;
    padding: 42px 28px;
  }

  .tajally-story-title {
    font-size: 39px;
  }

  .tajally-featured {
    height: auto;
    grid-template-columns: 1fr;
  }

  .tajally-featured-media {
    height: 190px;
  }

  .tajally-featured-copy {
    min-height: 175px;
    padding: 25px 28px;
  }

  .tajally-featured-title {
    font-size: 28px;
  }

  .tajally-product-card {
    width: 73vw;
    min-width: 246px;
    height: 270px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .tajally-benefits {
    padding: 20px 23px;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tajally-benefit {
    justify-content: flex-start;
  }

  .tajally-benefit-divider {
    width: 100%;
    height: 1px;
  }

  .tajally-footer {
    padding: 22px 18px 12px;
  }

  .tajally-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 25px 18px;
  }

  .tajally-footer-logo {
    width: 150px;
    height: 106px;
    grid-row: auto;
  }

  .tajally-newsletter {
    grid-column: 1 / -1;
  }

  .tajally-copyright {
    margin-top: 20px;
  }
}

@media (max-width: 380px) {
  .tajally-header-actions {
    gap: 3px;
  }

  .tajally-hero-copy {
    width: 88%;
    padding-left: 18px;
  }

  .tajally-footer-grid {
    grid-template-columns: 1fr;
  }

  .tajally-footer-logo,
  .tajally-newsletter {
    grid-column: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tajally-storefront *,
  .tajally-storefront *::before,
  .tajally-storefront *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .tajally-reveal {
    opacity: 1;
    transform: none;
  }
}