:root {
  --paper: #f8f5ef;
  --white: #fffcf8;
  --ink: #342f2a;
  --muted: #686158;
  --wine: #803f49;
  --wine-dark: #622e38;
  --sage: #e6e7dd;
  --line: #dfd9ce;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", sans-serif;
  --bs-body-font-family: var(--sans);
  --bs-body-color: var(--ink);
  --bs-body-bg: var(--paper);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}
body {
  margin: 0;
  font-family: var(--sans);
  font-size: 18px;
  line-height: 1.7;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
a,
button {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
}
h1,
h2 {
  font-family: var(--serif);
  letter-spacing: -1.8px;
  line-height: 1.12;
}
h2 {
  font-size: clamp(34px, 3.4vw, 48px);
}
h1 em,
h2 em {
  font-weight: 400;
  color: var(--wine);
}
p {
  color: var(--muted);
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--wine);
  outline-offset: 5px;
}
::selection {
  background: #e3c6c8;
  color: var(--ink);
}
[hidden] {
  display: none !important;
}
.site-container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.section-space {
  padding-block: 94px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.2px;
  line-height: 1.6;
  color: var(--wine);
  margin-bottom: 18px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 1200;
  background: var(--wine);
  color: white;
  padding: 15px;
}
.skip-link:focus {
  top: 10px;
}
.announcement {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 36px;
  padding: 5px 56px;
  background: var(--sage);
  font-size: 14px;
  letter-spacing: 0.3px;
  color: #53564b;
}
.announcement-center {
  display: flex;
  align-items: center;
  gap: 9px;
}
.announcement > a {
  font-size: 15px;
}
.announcement > a i {
  margin-right: 7px;
}
.site-header {
  height: 93px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(248, 245, 239, 0.97);
  border-bottom: 1px solid rgba(223, 217, 206, 0.7);
  backdrop-filter: blur(16px);
}
.header-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand {
  display: inline-flex;
  flex-direction: column;
  flex-shrink: 0;
  line-height: 1.1;
}
.brand-top {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3.8px;
  margin-bottom: 6px;
}
.brand-name {
  font-family: var(--serif);
  font-size: 25px;
  letter-spacing: -0.7px;
  white-space: nowrap;
}
.brand-name em,
.brand-dot {
  color: var(--wine);
}
.main-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 16px;
  font-weight: 500;
}
.main-nav > a {
  position: relative;
  padding-block: 12px;
}
.main-nav > a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--wine);
  transition: width 0.25s;
}
.main-nav > a:hover:after {
  width: 100%;
}
.main-nav i {
  font-size: 14px;
  margin-left: 5px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
.icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 0;
  background: transparent;
  min-height: 40px;
  min-width: 32px;
  padding: 5px;
  font-size: 20px;
  transition: color 0.2s;
}
.icon-button:hover {
  color: var(--wine);
}
.cart-count {
  position: absolute;
  right: -6px;
  top: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--wine);
  color: #fff;
  font-size: 14px;
  width: 16px;
  height: 16px;
}
.menu-toggle {
  display: none;
}
.hero {
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(ellipse at 75% 45%, #ebe8de80, transparent 60%),
    var(--paper);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.03fr 1fr;
  min-height: 670px;
  gap: 40px;
  align-items: center;
  padding-block: 44px 62px;
}
.hero-copy {
  padding: 6px 0 0 10px;
  z-index: 2;
}
.hero-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  letter-spacing: 2.2px;
  margin-bottom: 28px;
}
.hero-copy .eyebrow > span {
  height: 1px;
  width: 29px;
  background: var(--wine);
}
h1 {
  font-size: clamp(56px, 5.45vw, 79px);
  line-height: 1.09;
  margin-bottom: 25px;
  letter-spacing: -2.7px;
}
.hero-copy > p {
  font-size: 18px;
  line-height: 1.95;
  margin-bottom: 30px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 25px;
}
.button {
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border: 1px solid transparent;
  transition:
    background 0.25s,
    transform 0.25s,
    color 0.25s;
  cursor: pointer;
  border-radius: 2px;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  color: white;
  background: var(--wine);
  border-color: var(--wine);
}
.button-primary:hover {
  background: var(--wine-dark);
  color: #fff;
}
.button i {
  font-size: 16px;
}
.button-outline {
  border: 1px solid #c0b4a8;
  background: transparent;
  color: var(--ink);
}
.button-outline:hover {
  background: #e9e4db;
}
.button-light {
  background: var(--paper);
  color: var(--ink);
}
.button-light:hover {
  background: white;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  background: transparent;
  padding: 0 0 3px;
  border-bottom: 1px solid #bdb2a7;
  white-space: nowrap;
}
.text-link:hover {
  color: var(--wine);
  border-color: var(--wine);
}
.hero-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
}
.hero-note strong {
  font-weight: 400;
  color: var(--ink);
}
.note-icon {
  font-size: 20px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 50%;
}
.hero-art {
  position: relative;
  height: 554px;
  max-width: 560px;
  margin-left: 8px;
}
.hero-photo {
  position: absolute;
  right: 22px;
  top: 5px;
  width: 83%;
  height: 510px;
  margin: 0;
  overflow: hidden;
  border-radius: 220px 220px 5px 5px;
  background: #dfdad1;
}
.hero-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 49% 48%;
  filter: brightness(1.17) saturate(0.82);
  transition: transform 1.2s;
}
.hero-art:hover .hero-photo > img {
  transform: scale(1.035);
}
.hero-photo:after {
  content: "";
  position: absolute;
  inset: 60% 0 0;
  background: linear-gradient(transparent, #312c2750);
}
.hero-photo > figcaption {
  position: absolute;
  left: 28px;
  bottom: 24px;
  color: white;
  font-family: var(--serif);
  font-size: 22px;
  z-index: 1;
}
.hero-outline {
  position: absolute;
  right: 6px;
  top: -7px;
  width: 83%;
  height: 515px;
  border: 1px solid #c2b7a7;
  border-radius: 230px 230px 5px 5px;
}
.handmade-seal {
  position: absolute;
  right: -8px;
  top: 24px;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #e7e7db;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.15;
  transform: rotate(12deg);
  box-shadow: 0 0 0 5px var(--paper);
  z-index: 2;
}
.handmade-seal > i {
  font-size: 18px;
  color: var(--wine);
  margin-bottom: 5px;
}
.handmade-seal > span {
  font-family: var(--serif);
  font-size: 18px;
  text-align: center;
}
.handmade-seal small {
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-top: 7px;
}
.hero-feature {
  position: absolute;
  left: -10px;
  bottom: -2px;
  width: 279px;
  display: flex;
  gap: 18px;
  align-items: center;
  background: var(--white);
  padding: 10px;
  border: 0;
  box-shadow: 0 10px 30px #40332912;
  text-align: left;
  transform: rotate(-5deg);
  transition: transform 0.3s;
  z-index: 2;
}
.hero-feature:hover {
  transform: rotate(-2deg) translateY(-3px);
}
.hero-feature > img {
  width: 113px;
  height: 145px;
  object-fit: cover;
}
.hero-feature > span {
  flex: 1;
  align-self: stretch;
  padding-block: 12px;
}
.hero-feature small {
  display: block;
  font-size: 14px;
  letter-spacing: 2px;
  color: var(--wine);
  margin-bottom: 10px;
}
.hero-feature strong {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  display: block;
}
.feature-arrow {
  display: block;
  margin-top: 8px;
}
.hero-caption {
  position: absolute;
  right: 16px;
  bottom: 3px;
  font-size: 14px;
  letter-spacing: 1.8px;
  writing-mode: vertical-rl;
  transform: translate(20px, -36px);
}
.values-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f2eee6;
}
.values-grid {
  min-height: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 15px;
}
.values-grid > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: 15px;
  border-right: 1px solid var(--line);
}
.values-grid > span:last-child {
  border: 0;
}
.values-grid i {
  font-size: 19px;
  color: var(--wine);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 36px;
}
.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(32px, 3vw, 43px);
}
.section-heading .eyebrow {
  font-size: 14px;
  margin-bottom: 14px;
}
.section-heading > .text-link {
  margin-bottom: 5px;
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 23px;
}
.collection-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.85;
  background: #e8e3db;
}
.collection-card:nth-child(even) .collection-image {
  border-radius: 140px 140px 0 0;
}
.collection-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s;
  filter: saturate(0.87) brightness(1.05);
}
.collection-card:hover .collection-image > img {
  transform: scale(1.06);
}
.collection-number {
  position: absolute;
  top: 15px;
  left: 16px;
  padding: 3px 6px;
  background: var(--ink);
  font-size: 14px;
  color: white;
}
.collection-card:nth-child(even) .collection-number {
  display: none;
}
.collection-tag {
  position: absolute;
  left: 16px;
  bottom: 17px;
  padding: 5px 8px;
  background: var(--ink);
  color: #fff;
  letter-spacing: 4px;
  font-size: 16px;
}
.collection-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding-top: 19px;
}
.collection-label h3 {
  font-family: var(--serif);
  font-size: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 5px;
}
.collection-label p {
  font-size: 14px;
  margin-bottom: 0;
}
.collection-label > i {
  font-size: 20px;
  transition: transform 0.25s;
}
.collection-card:hover .collection-label > i {
  transform: translate(2px, -2px);
}
.all-collections {
  display: flex;
  gap: 28px;
  margin-top: 37px;
  padding-top: 25px;
  border-top: 1px solid var(--line);
  align-items: flex-start;
}
.all-collections > span {
  flex-shrink: 0;
  font-size: 14px;
  letter-spacing: 1.2px;
  padding-top: 6px;
  color: var(--muted);
}
.collection-links {
  display: flex;
  gap: 8px 22px;
  flex-wrap: wrap;
}
.collection-links > a {
  font-size: 14px;
  line-height: 2;
}
.collection-links > a:hover {
  color: var(--wine);
  text-decoration: underline;
}
.shop {
  background: var(--white);
  border-block: 1px solid #eee9e1;
}
.heading-note {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.8;
}
.shop-tools {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.filter-tabs {
  display: flex;
  gap: 7px;
  overflow: auto;
  scrollbar-width: none;
}
.filter-tab {
  font-size: 15px;
  white-space: nowrap;
  background: transparent;
  border: 1px solid transparent;
  padding: 8px 15px;
  border-radius: 25px;
  color: var(--muted);
}
.filter-tab:hover {
  color: var(--wine);
}
.filter-tab.active {
  background: var(--wine);
  color: #fff;
}
.category-select select,
.sort-select select {
  background: transparent;
  border: 0;
  padding: 7px 25px 7px 0;
  color: var(--muted);
  font-size: 15px;
  max-width: 230px;
}
.search-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 17px;
}
.search-field {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 350px;
  flex: 1;
  font-size: 16px;
}
.search-field input {
  background: transparent;
  border: 0;
  width: 100%;
  padding: 8px 4px;
  color: var(--ink);
  min-width: 0;
}
.search-field kbd {
  font-family: var(--sans);
  font-size: 14px;
  background: #f3f0eb;
  color: #827769;
  border: 1px solid var(--line);
  padding: 0 5px;
}
.results-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  margin-bottom: 10px;
}
.results-line p {
  font-size: 14px;
  margin-bottom: 0;
}
.results-line .text-link {
  font-size: 14px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 36px 24px;
}
.product-card {
  position: relative;
  min-width: 0;
}
.product-image-wrap {
  position: relative;
  aspect-ratio: 0.88;
  background: #eeeae3;
  overflow: hidden;
}
.product-image-button {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
}
.product-image-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s;
  filter: brightness(1.045) saturate(0.94);
}
.product-image-button:hover img {
  transform: scale(1.055);
}
.product-badge {
  position: absolute;
  left: 12px;
  top: 13px;
  background: var(--paper);
  padding: 5px 9px;
  font-size: 14px;
  letter-spacing: 0.4px;
  pointer-events: none;
}
.product-open {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: #fffcf8f5;
  border: 0;
  padding: 11px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 0.25s,
    transform 0.25s;
}
.product-card:hover .product-open,
.product-card:focus-within .product-open {
  opacity: 1;
  transform: none;
}
.product-info {
  padding-top: 15px;
  padding-right: 33px;
  position: relative;
}
.product-category {
  font-size: 14px;
  letter-spacing: 1.4px;
  color: var(--muted);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.product-title {
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 7px;
  font-weight: 500;
}
.product-title button {
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
}
.product-title button:hover {
  color: var(--wine);
}
.product-price {
  font-size: 16px;
  color: var(--wine);
  font-weight: 600;
  margin: 0;
}
.product-add {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: transparent;
  font-size: 17px;
  display: grid;
  place-items: center;
}
.product-add:hover {
  background: var(--wine);
  border-color: var(--wine);
  color: white;
}
.load-more-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  margin-top: 43px;
}
.load-more-wrap > span {
  font-size: 14px;
  color: var(--muted);
}
.empty-products {
  grid-column: 1/-1;
  text-align: center;
  padding: 65px 10px;
}
.empty-products > i {
  font-size: 35px;
  color: var(--wine);
}
.empty-products h3 {
  font-family: var(--serif);
  font-size: 28px;
  margin-top: 15px;
}
.empty-products p {
  font-size: 17px;
}
.personalization {
  background: #f0eee6;
}
.personalization-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
  align-items: center;
}
.personalization-photos {
  position: relative;
  min-height: 540px;
}
.personalization-main {
  width: 73%;
  height: 485px;
  object-fit: cover;
  border-radius: 170px 170px 0 0;
  margin-left: 20px;
}
.personalization-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42%;
  height: 252px;
  object-fit: cover;
  border: 8px solid #f0eee6;
}
.photo-label {
  position: absolute;
  left: -2px;
  bottom: 0;
  font-family: var(--serif);
  font-size: 27px;
  line-height: 1.25;
  transform: rotate(-6deg);
}
.photo-label em {
  color: var(--wine);
}
.personalization-copy > p:not(.eyebrow) {
  font-size: 17px;
  line-height: 1.9;
  max-width: 410px;
  margin-top: 25px;
}
.personalization-copy h2 {
  font-size: 53px;
}
.steps {
  padding: 0;
  list-style: none;
  margin: 28px 0;
}
.steps li {
  display: flex;
  gap: 17px;
  margin: 18px 0;
}
.steps li > span {
  font-family: var(--serif);
  color: var(--wine);
  font-size: 20px;
  border: 1px solid #d5c8bc;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}
.steps h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 4px;
}
.steps p {
  font-size: 15px;
  margin: 0;
}
.memory-banner {
  background-image: url("../assets/img/product-2214.webp");
  background-size: cover;
  background-position: center 36%;
  background-attachment: fixed;
  text-align: center;
  color: white;
}
.memory-overlay {
  padding: 90px 20px;
  background: #35352bc9;
}
.memory-banner .eyebrow {
  color: #e9ded2;
  font-size: 14px;
}
.memory-banner h2 {
  font-size: 61px;
  margin-bottom: 23px;
}
.memory-banner h2 em {
  color: #eed7cb;
}
.memory-banner p:not(.eyebrow) {
  color: #e8e0d8;
  font-size: 17px;
  margin-bottom: 30px;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 130px;
  align-items: center;
}
.about-copy {
  padding-left: 40px;
}
.about h2 {
  font-size: 54px;
  margin-bottom: 25px;
}
.about-lead {
  font-family: var(--serif);
  font-size: 23px;
  line-height: 1.35;
  color: var(--ink);
}
.about-copy > p:not(.eyebrow):not(.about-lead) {
  font-size: 16px;
  line-height: 1.95;
  max-width: 385px;
}
.signature {
  display: block;
  font-family: var(--serif);
  font-style: italic;
  font-size: 24px;
  color: var(--wine);
  margin-block: 24px;
}
.about-art {
  position: relative;
  height: 560px;
}
.about-main {
  width: 77%;
  height: 480px;
  object-fit: cover;
  object-position: 50% 40%;
  margin-left: auto;
  border-radius: 180px 180px 0 0;
}
.about-inset {
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 44%;
  height: 266px;
  object-fit: cover;
  border: 9px solid var(--paper);
  transform: rotate(-7deg);
}
.about-stamp {
  position: absolute;
  bottom: 20px;
  right: 15px;
  max-width: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8;
  color: var(--wine);
}
.about-stamp > i {
  font-size: 32px;
}
.inspiration {
  padding-block: 10px 94px;
}
.inspiration-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.inspiration-grid > button {
  border: 0;
  padding: 0;
  position: relative;
  aspect-ratio: 0.98;
  overflow: hidden;
  background: #e8e0d7;
}
.inspiration-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.inspiration-grid button:hover img {
  transform: scale(1.06);
}
.inspiration-grid i {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-radius: 50%;
  background: #fffcf8df;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-size: 18px;
}
.contact {
  background: #e7e8df;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 120px;
  align-items: center;
}
.contact h2 {
  font-size: 49px;
}
.contact-grid > div > p:not(.eyebrow) {
  font-size: 17px;
  max-width: 410px;
  margin: 23px 0;
}
.contact-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 28px;
}
.contact-links > a {
  display: flex;
  gap: 17px;
  align-items: center;
  font-size: 17px;
}
.contact-links > a > i:first-child {
  font-size: 19px;
  width: 22px;
  color: var(--wine);
}
.contact-links > a > i:last-child {
  margin-left: 10px;
  font-size: 17px;
}
.contact-links small {
  display: block;
  color: var(--muted);
  font-size: 14px;
  letter-spacing: 1.6px;
  margin-bottom: 3px;
}
.contact-form {
  background: #f8f7f0;
  padding: 38px 40px;
  border: 1px solid #d8d9cd;
}
.contact-form h3 {
  font-family: var(--serif);
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.contact-form label,
.detail-note-label {
  font-size: 15px;
  display: block;
  margin: 17px 0 7px;
}
.contact-form input,
.contact-form textarea,
.detail-note {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c8c7b8;
  padding: 11px 0;
  background: transparent;
  resize: vertical;
  font-size: 16px;
  border-radius: 0;
  color: var(--ink);
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #686158;
}
.contact-form .button {
  margin-top: 24px;
  width: 100%;
  justify-content: space-between;
}
.form-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  margin: 12px 0 0;
}
.site-footer {
  background: #f5f1e9;
  padding: 56px 0 0;
}
.footer-main {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr 0.6fr;
  gap: 35px;
  padding-bottom: 45px;
}
.footer-brand p {
  font-size: 15px;
  margin-top: 16px;
}
.footer-main h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 7px 0 19px;
}
.footer-main > div:not(.footer-brand) > a {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-block: 9px;
}
.footer-main a:hover {
  color: var(--wine);
}
.social-links {
  display: flex;
  gap: 18px;
  font-size: 17px;
}
.original-mark {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.original-mark > img {
  width: 64px;
  filter: saturate(0.75);
}
.original-mark > span {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: right;
  color: var(--muted);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-block: 21px;
  font-size: 14px;
  color: var(--muted);
}
.footer-bottom a:hover {
  text-decoration: underline;
}
.footer-bottom > span:nth-child(2) > a {
  color: var(--ink);
}
.footer-bottom > a i {
  margin-left: 8px;
}
.floating-contact {
  position: fixed;
  bottom: 22px;
  right: 23px;
  z-index: 90;
  background: var(--wine);
  color: white;
  border: 1px solid #f8f5ef80;
  border-radius: 50px;
  display: flex;
  gap: 10px;
  padding: 12px 18px;
  box-shadow: 0 3px 15px #35212022;
  align-items: center;
  font-size: 14px;
  transition: transform 0.25s;
}
.floating-contact i {
  font-size: 17px;
}
.floating-contact:hover {
  color: white;
  transform: translateY(-3px);
}
.toast-message {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translate(-50%, 20px);
  background: var(--ink);
  color: white;
  padding: 12px 22px;
  border-radius: 3px;
  z-index: 1100;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.25s,
    transform 0.25s;
  max-width: calc(100% - 32px);
  text-align: center;
}
.toast-message.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.detail-image {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
}
.detail-copy {
  padding: 49px 32px 32px;
}
.detail-copy h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.7px;
  margin: 12px 0 14px;
}
.detail-copy .product-price {
  font-size: 19px;
  margin-bottom: 19px;
}
.detail-description {
  font-size: 16px;
  line-height: 1.8;
  max-height: 180px;
  overflow: auto;
  white-space: pre-line;
}
.detail-copy .button {
  margin-top: 18px;
  width: 100%;
  gap: 12px;
}
.detail-copy .text-link {
  font-size: 14px;
  margin-top: 18px;
}
.detail-note {
  font-size: 16px;
  padding: 9px 0;
}
.empty-cart {
  text-align: center;
  padding: 45px 0;
}
.empty-cart > i {
  font-size: 36px;
  color: var(--wine);
}
.empty-cart h3 {
  font-family: var(--serif);
  font-size: 27px;
  margin: 20px 0 12px;
}
.empty-cart p {
  font-size: 16px;
}
.remove-item {
  border: 0;
  background: transparent;
  font-size: 15px;
  padding: 5px 0 5px 15px;
}
.cart-total {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  margin-top: 24px;
}
.cart-total strong {
  color: var(--wine);
}
.cart-price-note {
  font-size: 14px;
  margin-top: 8px;
}
@media (min-width: 1550px) {
  .hero-grid {
    min-height: 740px;
  }
  .hero-art {
    height: 605px;
  }
  .hero-photo {
    height: 560px;
  }
  .hero-outline {
    height: 565px;
  }
  .hero-feature {
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .site-container {
    width: calc(100% - 70px);
  }
  .announcement {
    padding-inline: 35px;
  }
  .main-nav {
    gap: 19px;
    font-size: 15px;
  }
  .header-actions {
    gap: 8px;
  }
  .brand-name {
    font-size: 23px;
  }
  .hero-grid {
    gap: 15px;
    min-height: 640px;
  }
  .hero-copy {
    padding-left: 0;
  }
  .hero-art {
    height: 510px;
  }
  .hero-photo {
    height: 465px;
  }
  .hero-outline {
    height: 470px;
  }
  .hero-actions {
    gap: 16px;
    flex-wrap: wrap;
  }
  .hero-copy h1 {
    font-size: 62px;
  }
  .hero-feature {
    width: 245px;
  }
  .hero-feature > img {
    width: 91px;
    height: 126px;
  }
  .hero-feature strong {
    font-size: 17px;
  }
  .hero-feature > span {
    padding-block: 7px;
  }
  .handmade-seal {
    width: 103px;
    height: 103px;
    right: -4px;
  }
  .handmade-seal > span {
    font-size: 16px;
  }
  .collection-grid {
    gap: 18px;
  }
  .collection-label h3 {
    font-size: 18px;
  }
  .section-space {
    padding-block: 75px;
  }
  .personalization-grid {
    gap: 60px;
  }
  .about-grid {
    gap: 70px;
  }
  .about-copy {
    padding-left: 10px;
  }
  .contact-grid {
    gap: 65px;
  }
  .product-grid {
    gap: 30px 19px;
  }
  .product-title {
    font-size: 16px;
  }
  .contact-form {
    padding: 30px;
  }
  .all-collections {
    gap: 22px;
  }
  .collection-links {
    gap: 8px 18px;
  }
}
@media (max-width: 991px) {
  html {
    scroll-padding-top: 92px;
  }
  .site-container {
    width: calc(100% - 48px);
  }
  .announcement {
    padding-inline: 24px;
  }
  .announcement > span:first-child {
    display: none;
  }
  .announcement-center {
    font-size: 14px;
  }
  .site-header {
    height: 79px;
  }
  .main-nav {
    display: none;
    position: absolute;
    top: 79px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 15px 26px 30px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 18px #332d2314;
  }
  .main-nav.open {
    display: flex;
  }
  .main-nav > a {
    padding: 15px 3px;
    font-size: 16px;
    border-bottom: 1px solid var(--line);
  }
  .main-nav > a:after {
    display: none;
  }
  .header-actions {
    gap: 15px;
  }
  .menu-toggle {
    display: inline-flex;
    font-size: 27px;
  }
  .hero-grid {
    gap: 8px;
    min-height: 585px;
    padding-top: 35px;
    padding-bottom: 50px;
  }
  .hero-copy h1 {
    font-size: 51px;
  }
  .hero-copy .eyebrow {
    font-size: 14px;
    letter-spacing: 1.7px;
    margin-bottom: 23px;
  }
  .hero-copy > p {
    font-size: 16px;
  }
  .hero-art {
    height: 450px;
    margin-left: 0;
  }
  .hero-photo {
    height: 407px;
    right: 5px;
    width: 88%;
  }
  .hero-outline {
    right: -6px;
    height: 411px;
    width: 87%;
  }
  .hero-feature {
    width: 216px;
    left: -5px;
    bottom: 0;
    gap: 13px;
  }
  .hero-feature > img {
    width: 83px;
    height: 112px;
  }
  .hero-feature strong {
    font-size: 16px;
  }
  .hero-feature small {
    font-size: 14px;
  }
  .handmade-seal {
    top: 20px;
    right: -6px;
    width: 88px;
    height: 88px;
  }
  .handmade-seal > span {
    font-size: 18px;
  }
  .handmade-seal > i {
    font-size: 16px;
  }
  .handmade-seal small {
    font-size: 14px;
  }
  .hero-note {
    margin-top: 26px;
  }
  .hero-actions .button {
    font-size: 15px;
    padding: 12px 17px;
    min-height: 46px;
  }
  .hero-actions {
    gap: 15px;
  }
  .hero-actions > .text-link {
    font-size: 14px;
  }
  .hero-caption {
    display: none;
  }
  .hero-photo > figcaption {
    font-size: 19px;
    left: 20px;
    bottom: 26px;
  }
  .values-grid {
    gap: 8px;
    min-height: 68px;
  }
  .values-grid > span {
    font-size: 14px;
    gap: 8px;
  }
  .values-grid i {
    font-size: 16px;
  }
  .section-heading h2 {
    font-size: 32px;
  }
  .collection-grid {
    gap: 15px;
  }
  .collection-label h3 {
    font-size: 17px;
  }
  .collection-label p {
    font-size: 14px;
  }
  .collection-label > i {
    font-size: 18px;
  }
  .all-collections {
    flex-direction: column;
    gap: 8px;
  }
  .collection-links {
    gap: 5px 20px;
  }
  .product-grid {
    gap: 30px 16px;
  }
  .filter-tab {
    padding: 7px 12px;
    font-size: 14px;
  }
  .category-select select {
    max-width: 174px;
    font-size: 14px;
  }
  .product-title {
    font-size: 15px;
  }
  .product-category {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .product-badge {
    font-size: 14px;
    padding: 4px 6px;
    left: 8px;
    top: 10px;
  }
  .product-open {
    display: none;
  }
  .personalization-grid {
    gap: 42px;
  }
  .personalization-photos {
    min-height: 450px;
  }
  .personalization-main {
    height: 389px;
    margin-left: 4px;
    width: 77%;
  }
  .personalization-small {
    height: 215px;
    width: 47%;
  }
  .photo-label {
    font-size: 23px;
    left: -3px;
    bottom: 5px;
  }
  .personalization-copy h2 {
    font-size: 40px;
  }
  .personalization-copy > p:not(.eyebrow) {
    font-size: 16px;
  }
  .steps li {
    gap: 12px;
  }
  .steps p {
    font-size: 14px;
  }
  .memory-banner {
    background-attachment: scroll;
  }
  .memory-overlay {
    padding-block: 70px;
  }
  .about-grid {
    gap: 50px;
  }
  .about h2 {
    font-size: 45px;
  }
  .about-art {
    height: 475px;
  }
  .about-main {
    height: 392px;
    width: 85%;
  }
  .about-inset {
    height: 204px;
    width: 48%;
    left: -18px;
  }
  .about-stamp {
    right: 5px;
    font-size: 14px;
  }
  .about-copy {
    padding-left: 0;
  }
  .about-lead {
    font-size: 21px;
  }
  .signature {
    font-size: 20px;
  }
  .inspiration {
    padding-bottom: 75px;
  }
  .inspiration-grid {
    gap: 10px;
  }
  .contact-grid {
    gap: 40px;
  }
  .contact h2 {
    font-size: 40px;
  }
  .contact-form {
    padding: 25px;
  }
  .contact-form h3 {
    font-size: 23px;
  }
  .footer-main {
    gap: 20px;
    grid-template-columns: 1.4fr 1fr 1.2fr;
  }
  .original-mark {
    display: none;
  }
  .footer-bottom {
    padding-bottom: 78px;
  }
  .floating-contact {
    font-size: 14px;
    padding: 10px 14px;
  }
}
@media (max-width: 767px) {
  .site-container {
    width: calc(100% - 38px);
  }
  .section-space {
    padding-block: 58px;
  }
  .announcement {
    justify-content: center;
    min-height: 29px;
    padding: 5px 15px;
  }
  .announcement > a {
    display: none;
  }
  .site-header {
    height: 73px;
  }
  .main-nav {
    top: 73px;
  }
  .brand-top {
    font-size: 14px;
    letter-spacing: 2.9px;
    margin-bottom: 5px;
  }
  .brand-name {
    font-size: 22px;
  }
  .header-actions {
    gap: 8px;
  }
  .icon-button {
    font-size: 18px;
    min-width: 29px;
  }
  .menu-toggle {
    font-size: 25px;
  }
  .cart-count {
    right: -3px;
    font-size: 14px;
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding-top: 39px;
    padding-bottom: 40px;
    gap: 28px;
    min-height: 0;
  }
  .hero-copy {
    padding-inline: 5px;
  }
  .hero-copy .eyebrow {
    font-size: 14px;
    letter-spacing: 1.7px;
    margin-bottom: 19px;
  }
  .hero-copy h1 {
    font-size: clamp(51px, 9.9vw, 72px);
    letter-spacing: -2px;
    margin-bottom: 19px;
    line-height: 1.06;
  }
  .hero-copy > p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.8;
  }
  .hero-actions {
    gap: 19px;
    align-items: center;
  }
  .hero-actions .button {
    font-size: 15px;
    min-height: 48px;
    padding: 13px 17px;
    gap: 15px;
  }
  .hero-actions .text-link {
    font-size: 14px;
    gap: 8px;
  }
  .hero-note {
    display: none;
  }
  .hero-art {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    height: 427px;
  }
  .hero-photo {
    width: 79%;
    right: 12px;
    top: 7px;
    height: 377px;
  }
  .hero-outline {
    width: 79%;
    right: 2px;
    height: 380px;
    top: -3px;
  }
  .hero-feature {
    width: 224px;
    left: 3px;
    bottom: 0;
    gap: 12px;
  }
  .hero-feature > img {
    width: 88px;
    height: 112px;
  }
  .hero-feature strong {
    font-size: 17px;
  }
  .hero-photo > figcaption {
    bottom: 46px;
    font-size: 19px;
  }
  .handmade-seal {
    width: 91px;
    height: 91px;
    right: 0;
    top: 13px;
  }
  .values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px 8px;
    padding-block: 19px;
  }
  .values-grid > span {
    justify-content: flex-start;
    gap: 9px;
    border: 0;
    font-size: 14px;
    padding-left: 7px;
  }
  .values-grid i {
    font-size: 17px;
  }
  .section-heading {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 27px;
    flex-wrap: wrap;
  }
  .section-heading h2 {
    font-size: 32px;
    letter-spacing: -1.1px;
  }
  .section-heading .eyebrow {
    font-size: 14px;
    letter-spacing: 1.6px;
    margin-bottom: 13px;
  }
  .section-heading > .text-link {
    font-size: 14px;
  }
  .collections .section-heading > div {
    max-width: 360px;
  }
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
  }
  .collection-image {
    aspect-ratio: 0.86;
  }
  .collection-label {
    padding-top: 13px;
    align-items: flex-start;
    gap: 4px;
  }
  .collection-label h3 {
    font-size: 18px;
    line-height: 1.12;
  }
  .collection-label p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 7px;
  }
  .collection-label > i {
    font-size: 18px;
    margin-top: 1px;
  }
  .collection-number {
    font-size: 14px;
    left: 11px;
    top: 11px;
  }
  .collection-tag {
    font-size: 14px;
    left: 13px;
    bottom: 13px;
  }
  .all-collections {
    margin-top: 27px;
    padding-top: 18px;
  }
  .all-collections > span {
    font-size: 14px;
  }
  .collection-links {
    gap: 5px 17px;
  }
  .collection-links > a {
    font-size: 14px;
  }
  .heading-note {
    display: none;
  }
  .shop-tools {
    display: block;
    padding-bottom: 13px;
  }
  .filter-tabs {
    gap: 4px;
    padding-bottom: 1px;
  }
  .filter-tab {
    padding: 8px 12px;
    font-size: 14px;
    flex-shrink: 0;
  }
  .category-select {
    display: block;
    border-top: 1px solid var(--line);
    margin-top: 15px;
    padding-top: 8px;
  }
  .category-select select {
    width: 100%;
    max-width: none;
    font-size: 15px;
  }
  .search-row {
    gap: 10px;
    padding-top: 11px;
  }
  .search-field {
    font-size: 15px;
    gap: 6px;
  }
  .search-field input {
    font-size: 15px;
  }
  .search-field kbd {
    display: none;
  }
  .sort-select select {
    font-size: 14px;
    max-width: 131px;
    padding-right: 3px;
  }
  .results-line {
    min-height: 45px;
  }
  .results-line p {
    font-size: 14px;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 14px;
  }
  .product-title {
    font-size: 16px;
  }
  .product-category {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
  .product-info {
    padding-top: 12px;
    padding-right: 27px;
  }
  .product-price {
    font-size: 15px;
  }
  .product-add {
    width: 27px;
    height: 27px;
    font-size: 18px;
  }
  .product-image-wrap {
    aspect-ratio: 0.85;
  }
  .product-badge {
    font-size: 14px;
    left: 7px;
    top: 10px;
    padding: 4px 6px;
  }
  .load-more-wrap {
    margin-top: 32px;
    gap: 11px;
  }
  .load-more-wrap .button {
    font-size: 15px;
  }
  .load-more-wrap > span {
    font-size: 14px;
  }
  .personalization-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .personalization-photos {
    min-height: 420px;
    max-width: 440px;
    width: 100%;
    margin: auto;
  }
  .personalization-main {
    height: 364px;
    width: 73%;
    margin-left: 15px;
  }
  .personalization-small {
    height: 218px;
    right: 0;
    width: 43%;
  }
  .photo-label {
    font-size: 25px;
    left: 4px;
    bottom: 0;
  }
  .personalization-copy {
    padding-inline: 5px;
  }
  .personalization-copy h2 {
    font-size: 45px;
  }
  .personalization-copy > p:not(.eyebrow) {
    max-width: none;
  }
  .steps {
    margin-block: 25px;
  }
  .steps li {
    gap: 16px;
    margin-block: 20px;
  }
  .steps h3 {
    font-size: 16px;
  }
  .steps p {
    font-size: 15px;
  }
  .memory-overlay {
    padding: 64px 20px;
  }
  .memory-banner h2 {
    font-size: 47px;
  }
  .memory-banner .eyebrow {
    font-size: 14px;
    letter-spacing: 1.6px;
  }
  .memory-banner p:not(.eyebrow) {
    font-size: 15px;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-copy {
    padding-inline: 5px;
  }
  .about h2 {
    font-size: 46px;
  }
  .about-copy > p:not(.eyebrow):not(.about-lead) {
    max-width: none;
    font-size: 16px;
  }
  .about-art {
    height: 439px;
    max-width: 430px;
    margin: auto;
    width: 95%;
  }
  .about-main {
    height: 361px;
    width: 77%;
  }
  .about-inset {
    height: 212px;
    left: 0;
    width: 44%;
  }
  .about-stamp {
    right: 15px;
    font-size: 14px;
    bottom: 17px;
  }
  .inspiration {
    padding-block: 0 57px;
  }
  .inspiration .section-heading {
    margin-bottom: 23px;
  }
  .inspiration-grid {
    grid-template-columns: repeat(5, 142px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 12px;
    scrollbar-width: thin;
    scrollbar-color: #bcac9c transparent;
  }
  .inspiration-grid > button {
    scroll-snap-align: start;
  }
  .inspiration-grid i {
    width: 25px;
    height: 25px;
    font-size: 15px;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .contact h2 {
    font-size: 43px;
  }
  .contact-grid > div > p:not(.eyebrow) {
    font-size: 16px;
  }
  .contact-links {
    gap: 19px;
  }
  .contact-links > a {
    font-size: 16px;
    gap: 13px;
  }
  .contact-form {
    padding: 29px 24px;
  }
  .contact-form h3 {
    font-size: 25px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 16px;
  }
  .site-footer {
    padding-top: 43px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
    gap: 31px 20px;
    padding-bottom: 30px;
  }
  .footer-brand {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }
  .footer-brand p {
    grid-column: 1;
    margin: 13px 0 0;
  }
  .social-links {
    grid-column: 2;
    grid-row: 1/3;
    margin-right: 10px;
  }
  .footer-main h3 {
    margin-top: 0;
    font-size: 15px;
  }
  .footer-main > div:not(.footer-brand) > a {
    font-size: 14px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr auto;
    font-size: 14px;
    gap: 12px;
    padding-top: 22px;
    padding-bottom: 83px;
  }
  .footer-bottom > span:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .footer-bottom > a {
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
  .floating-contact {
    bottom: 17px;
    right: 17px;
    padding: 11px 15px;
    font-size: 14px;
  }
  .toast-message {
    bottom: 77px;
    min-width: 210px;
    font-size: 15px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .detail-image {
    min-height: 0;
    height: 290px;
    object-fit: contain;
    background: #ebe6dd;
  }
  .detail-copy {
    padding: 25px;
  }
  .detail-copy h2 {
    font-size: 29px;
  }
  .detail-description {
    max-height: 145px;
  }
  .detail-copy .product-price {
    font-size: 18px;
  }
}
@media (max-width: 374px) {
  .site-container {
    width: calc(100% - 30px);
  }
  .brand-name {
    font-size: 19px;
  }
  .header-actions {
    gap: 5px;
  }
  .favorites-toggle {
    display: none;
  }
  .hero-copy h1 {
    font-size: 48px;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero-actions .button {
    padding: 12px 13px;
    gap: 10px;
    font-size: 14px;
  }
  .hero-actions .text-link {
    font-size: 14px;
    gap: 5px;
  }
  .hero-art {
    height: 390px;
  }
  .hero-photo {
    height: 345px;
  }
  .hero-outline {
    height: 347px;
  }
  .hero-feature {
    width: 202px;
  }
  .hero-feature > img {
    width: 77px;
    height: 105px;
  }
  .hero-feature strong {
    font-size: 18px;
  }
  .collection-label h3 {
    font-size: 16px;
  }
  .values-grid > span {
    font-size: 14px;
  }
  .filter-tab {
    padding-inline: 10px;
  }
  .product-title {
    font-size: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .memory-banner {
    background-attachment: scroll;
  }
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
} /* Keep editorial content available if JavaScript is disabled or delayed. */
[data-aos]:not(.aos-init) {
  opacity: 1 !important;
  transform: none !important;
}
