:root {
  --ink: #26211e;
  --muted: #8b8279;
  --soft: #f6f5f4;
  --paper: #ffffff;
  --cream: #f7f2eb;
  --gold: #b89050;
  --line: #e8dfd4;
  --footer: #f7f6f5;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Nunito Sans", "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.66;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

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

.bridge-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.header-top {
  height: 101px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--gold);
  text-decoration: none;
}

.brand-mark {
  width: 54px;
  height: 54px;
  object-fit: contain;
  filter: sepia(1) saturate(0.75) hue-rotate(354deg) brightness(0.98);
}

.brand-word {
  width: 172px;
  height: auto;
  filter: sepia(1) saturate(0.65) hue-rotate(354deg) brightness(0.94);
}

.social {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 12px;
}

.social a {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.header-nav {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav a {
  position: relative;
  color: #514b46;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 31px;
}

.nav a:first-child {
  padding-left: 0;
}

.nav a:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  background: var(--line);
  transform: translateY(-50%);
}

.nav a:first-child,
.nav a:hover {
  color: var(--gold);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #514b46;
  font-size: 12px;
  font-weight: 700;
}

.header-tools a {
  text-decoration: none;
}

.bag-link {
  position: relative;
  width: 18px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #514b46;
  font-size: 11px;
}

.bag-link::before {
  content: "";
  position: absolute;
  inset: 5px 2px 0;
  border: 1.5px solid #514b46;
}

.bag-link::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 0;
  width: 6px;
  height: 7px;
  border: 1.5px solid #514b46;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.bag-link span {
  position: relative;
  z-index: 1;
}

.search-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 2px solid #2a2520;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.search-icon::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: -7px;
  top: 7px;
  background: #2a2520;
}

.menu-lines {
  position: relative;
  width: 42px;
  height: 14px;
  display: inline-block;
  border-top: 1px solid #514b46;
  border-bottom: 1px solid #514b46;
}

.hero {
  position: relative;
  min-height: 650px;
  display: block;
  overflow: hidden;
  background-color: #f8f8f8;
  background-image: url("/wp-content/uploads/2020/05/slider-1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero::after {
  content: "Collections";
  position: absolute;
  right: -0.05em;
  bottom: -0.33em;
  color: rgba(184, 144, 80, 0.09);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(8rem, 17vw, 18rem);
  line-height: 1;
  pointer-events: none;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-left: max(30px, calc((100vw - 1300px) / 2 + 4px));
  padding: 184px 0 0;
}

.eyebrow {
  margin: 0 0 11px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  line-height: 0.98;
}

h1 {
  display: inline-block;
  margin-bottom: 12px;
  font-size: clamp(3.75rem, 3.2vw, 4rem);
  line-height: 1.15;
  white-space: nowrap;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(2.5rem, 4.6vw, 4.3rem);
}

h3 {
  margin-bottom: 12px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.05;
}

.hero p {
  position: relative;
  max-width: 470px;
  margin-bottom: 25px;
  padding-left: 57px;
  color: #706962;
  font-size: 18px;
  line-height: 1.4;
}

.hero p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 37px;
  height: 1px;
  background: #b9aea2;
}

.hero .eyebrow {
  padding-left: 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.42em;
}

.hero .eyebrow::before {
  display: none;
}

.gold-button {
  min-width: 200px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 57px;
  color: #fff;
  background: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

.hero > img {
  display: none;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  color: var(--gold);
  background: transparent;
  font-size: 34px;
  line-height: 1;
  cursor: default;
}

.hero-arrow.left {
  left: 34px;
}

.hero-arrow.right {
  right: 34px;
}

.product-gallery {
  max-width: 1300px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 131px auto 0;
  padding: 0;
}

.gallery-card {
  min-height: 506px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f6f6f6;
}

.gallery-card.warm {
  background: #d6a16c;
}

.gallery-card.photo img,
.gallery-card.warm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 46px;
}

.tips-intro {
  max-width: 1040px;
  margin: 134px auto 0;
  padding: 0;
}

.tips-intro > p:not(.eyebrow) {
  max-width: 540px;
  margin-bottom: 32px;
  color: var(--muted);
}

.video-frame {
  position: relative;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--gold);
}

.video-frame img {
  width: 100%;
  height: 452px;
  object-fit: cover;
  object-position: 50% center;
}

.play {
  position: absolute;
  left: 54px;
  bottom: 44px;
  width: 56px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gold);
  font-size: 12px;
}

.tips-grid {
  max-width: 1040px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 80px;
  margin: 74px auto 0;
  padding: 0 0 88px;
}

.tips-grid p {
  color: var(--muted);
}

.tips-grid a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #625a54;
  font-size: 13px;
  text-decoration: none;
}

.tips-grid a::before {
  content: "";
  width: 36px;
  height: 1px;
  background: #b9aea2;
}

.shipping-bar {
  min-height: 70px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
}

.best-sellers {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 102px 0 122px;
  overflow: hidden;
}

.watermark {
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  color: rgba(184, 144, 80, 0.1);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(7rem, 16vw, 17rem);
  line-height: 1;
  pointer-events: none;
}

.seller-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 98px;
  max-width: 1000px;
  margin: 0 auto;
}

.seller-card a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.seller-card img {
  width: 100%;
  height: 430px;
  object-fit: contain;
  padding: 44px;
  background: var(--cream);
}

.seller-card div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 18px;
}

.seller-card h3 {
  max-width: 330px;
  margin-bottom: 6px;
}

.seller-card span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.blog-section {
  padding: 112px 0 122px;
  background: #f7f7f9;
}

.section-heading,
.blog-grid,
.store-section,
.bridge-footer {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 0;
}

.section-heading {
  margin-bottom: 50px;
}

.section-heading p:not(.eyebrow) {
  max-width: 540px;
  color: var(--muted);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 84px;
}

.blog-grid figure {
  position: relative;
  margin-bottom: 24px;
  background: var(--cream);
}

.blog-grid img {
  width: 100%;
  height: 354px;
  object-fit: cover;
}

.blog-grid article:nth-child(2) img,
.blog-grid article:nth-child(3) img {
  object-fit: contain;
  padding: 38px;
}

.blog-grid span {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gold);
  font-size: 11px;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.blog-grid p {
  color: var(--muted);
}

.store-section {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: 70px;
  padding-top: 92px;
  padding-bottom: 104px;
}

.store-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.store-links a {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  color: #625a54;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.38rem;
  text-decoration: none;
}

.bridge-footer {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr 1fr;
  gap: 70px;
  padding-top: 82px;
  padding-bottom: 54px;
  color: #716a64;
  background: var(--paper);
}

.bridge-footer img {
  width: 86px;
  margin-bottom: 22px;
}

.bridge-footer h3 {
  margin-bottom: 22px;
  font-size: 1.1rem;
}

.bridge-footer p,
.bridge-footer a {
  display: block;
  margin: 0 0 9px;
  color: #716a64;
  font-size: 13px;
  text-decoration: none;
}

.bridge-footer input,
.bridge-footer button {
  width: 100%;
  height: 38px;
  border: 1px solid var(--line);
  background: #fff;
  font: inherit;
}

.bridge-footer input {
  padding: 0 12px;
  margin-bottom: 8px;
}

.bridge-footer button {
  color: var(--gold);
  border-color: var(--gold);
}

@media (max-width: 1000px) {
  .header-top,
  .header-nav,
  .product-gallery,
  .tips-intro,
  .tips-grid,
  .best-sellers,
  .section-heading,
  .blog-grid,
  .store-section,
  .bridge-footer {
    padding-inline: 24px;
  }

  .hero {
    background-size: auto 100%;
    background-position: right center;
  }

  .hero-copy {
    margin-left: 72px;
    padding-right: 32px;
  }

  .product-gallery,
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tips-grid {
    gap: 40px;
  }

  .seller-grid,
  .store-section,
  .bridge-footer {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1121px) and (max-width: 1400px) {
  .header-top,
  .header-nav,
  .product-gallery,
  .tips-intro,
  .tips-grid,
  .best-sellers,
  .section-heading,
  .blog-grid,
  .store-section,
  .bridge-footer {
    width: 1100px;
    max-width: calc(100% - 180px);
    padding-inline: 0;
  }

  .hero {
    min-height: 500px;
  }

  .hero-copy {
    margin-left: max(94px, calc((100vw - 1100px) / 2 + 4px));
    padding-top: 109px;
  }

  .gallery-card {
    min-height: 425px;
  }
}

@media (min-width: 641px) and (max-width: 1120px) {
  .header-top,
  .header-nav,
  .product-gallery,
  .tips-intro,
  .tips-grid,
  .best-sellers,
  .section-heading,
  .blog-grid,
  .store-section,
  .bridge-footer {
    width: calc(100% - 74px);
    max-width: 950px;
    padding-inline: 0;
  }

  .hero-copy {
    max-width: min(545px, calc(100% - 194px));
    margin-left: max(96px, calc((100vw - 950px) / 2 + 120px));
    padding-top: 194px;
  }

  h1 {
    font-size: 47px;
    line-height: 1.15;
  }

  .product-gallery,
  .blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-card {
    min-height: 363px;
  }
}

@media (max-width: 640px) {
  .header-top {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 18px;
  }

  .header-nav {
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding-block: 14px;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
    gap: 0;
    overflow-x: visible;
    padding-bottom: 4px;
  }

  .nav a {
    padding: 0 10px;
    font-size: 15px;
    white-space: nowrap;
  }

  .nav a:first-child {
    padding-left: 0;
  }

  .hero {
    min-height: 760px;
    background-size: auto 340px;
    background-position: right bottom;
  }

  .hero-copy {
    margin: 0;
    padding: 54px 24px 24px;
  }

  h1 {
    white-space: normal;
  }

  .hero-arrow {
    display: none;
  }

  .product-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 58px;
  }

  .gallery-card {
    min-height: 320px;
  }

  .tips-intro {
    margin-top: 78px;
  }

  .video-frame {
    padding: 8px;
  }

  .video-frame img {
    height: 300px;
  }

  .tips-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 54px;
  }

  .seller-grid,
  .blog-grid,
  .store-section,
  .store-links,
  .bridge-footer {
    grid-template-columns: 1fr;
  }

  .seller-grid,
  .blog-grid,
  .bridge-footer {
    gap: 34px;
  }

  .seller-card img,
  .blog-grid img {
    height: 320px;
  }
}
