:root {
  --dy-ink: #050606;
  --dy-ink-soft: #10100e;
  --dy-panel: #171613;
  --dy-panel-2: #24211c;
  --dy-paper: #f3e1bd;
  --dy-gold: #d8b47a;
  --dy-gold-soft: #b98c5f;
  --dy-red: #791d18;
  --dy-red-dark: #3d0e0c;
  --dy-cream: #fff7e7;
  --dy-muted: #cdbb9e;
  --dy-line: rgb(216 180 122 / 56%);
  --dy-shadow: 0 20px 60px rgb(0 0 0 / 52%);
  --dy-display: "Cinzel", "Trajan Pro", "Times New Roman", serif;
  --dy-serif: "Cormorant Garamond", "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Georgia, serif;
  --dy-sans: Arial, Helvetica, sans-serif;
  --dy-max: 1440px;
}

html {
  background: #030303;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  color: var(--dy-cream);
  background:
    linear-gradient(110deg, rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(0deg, #030303, #0a0a08 44%, #030303);
  background-size: 96px 96px, auto;
  font-family: var(--dy-sans);
  overflow-x: hidden;
}

body.woocommerce-page,
body.woocommerce-cart,
body.woocommerce-checkout {
  background:
    linear-gradient(110deg, rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(0deg, #030303, #0a0a08 44%, #030303) !important;
  background-size: 96px 96px, auto;
}

a {
  text-decoration: none;
}

.dy-page-shell {
  width: min(100%, var(--dy-max));
  min-height: 100vh;
  margin: 0 auto;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 2.5%), transparent 26%),
    linear-gradient(90deg, rgb(216 180 122 / 8%), transparent 12%, transparent 88%, rgb(216 180 122 / 8%)),
    var(--dy-ink);
  box-shadow: var(--dy-shadow);
}

.dy-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgb(216 180 122 / 20%);
  background: rgb(13 13 11 / 94%);
  backdrop-filter: blur(12px);
}

.dy-site-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 18px;
  color: var(--dy-cream);
  background: linear-gradient(90deg, #3d0e0c, #791d18 50%, #3d0e0c);
  border-bottom: 1px solid rgb(216 180 122 / 34%);
  font-family: var(--dy-sans);
  font-size: 13px;
  line-height: 1.35;
  text-align: center;
}

.dy-site-notice span {
  max-width: min(920px, 100%);
}

.dy-utility {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 34px;
  min-height: 40px;
  padding: 0 26px;
  color: var(--dy-gold);
  background: linear-gradient(90deg, transparent, rgb(255 255 255 / 3.5%));
  font-family: var(--dy-display);
  font-size: 14px;
}

.dy-nav-row {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: stretch;
  min-height: 74px;
  border-top: 1px solid rgb(255 255 255 / 4%);
}

.dy-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 12px 24px 12px 20px;
  color: inherit;
  background: linear-gradient(90deg, rgb(255 255 255 / 6%), rgb(255 255 255 / 1%));
}

.dy-brand img {
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgb(0 0 0 / 45%));
}

.dy-brand strong {
  display: block;
  color: var(--dy-gold);
  font-family: var(--dy-display);
  font-size: clamp(25px, 3vw, 35px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dy-brand small {
  display: block;
  margin-top: 2px;
  color: var(--dy-cream);
  font-family: var(--dy-serif);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.dy-main-nav {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.dy-nav-item {
  position: relative;
  display: flex;
  align-items: stretch;
}

.dy-nav-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 13px;
  border-left: 1px solid rgb(255 255 255 / 4%);
  color: #fff9ee;
  font-family: var(--dy-display);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease, background 180ms ease;
}

.dy-nav-trigger:hover,
.dy-nav-item:focus-within > .dy-nav-trigger,
.dy-nav-item:hover > .dy-nav-trigger {
  color: var(--dy-gold);
  background: rgb(216 180 122 / 7%);
}

.dy-mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 40;
  display: grid;
  gap: 14px;
  min-width: 275px;
  padding: 18px;
  border: 1px solid rgb(216 180 122 / 42%);
  background:
    linear-gradient(180deg, rgb(216 180 122 / 8%), rgb(255 255 255 / 1.5%)),
    #090806;
  box-shadow: 0 22px 42px rgb(0 0 0 / 62%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 170ms ease, transform 170ms ease;
}

.dy-mega-menu.is-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 510px;
}

.dy-nav-item.align-right .dy-mega-menu {
  right: 0;
  left: auto;
}

.dy-nav-item:hover .dy-mega-menu,
.dy-nav-item:focus-within .dy-mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.dy-mega-label {
  display: block;
  margin-bottom: 7px;
  color: var(--dy-gold);
  font-family: var(--dy-display);
  font-size: 12px;
  text-transform: uppercase;
}

.dy-mega-column a {
  display: block;
  padding: 7px 0;
  color: var(--dy-cream);
  font-family: var(--dy-serif);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.08;
}

.dy-mega-column a:hover {
  color: var(--dy-gold);
}

.dy-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
}

.dy-lang-switch {
  display: flex;
  overflow: hidden;
  border: 1px solid rgb(216 180 122 / 40%);
}

.dy-lang-switch a,
.dy-lang-switch span {
  min-width: 38px;
  padding: 8px 9px;
  color: var(--dy-muted);
  background: transparent;
  font-family: var(--dy-display);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.dy-lang-switch a[aria-current="true"] {
  color: #211207;
  background: var(--dy-gold);
}

.dy-lang-switch span[aria-disabled="true"] {
  opacity: 0.55;
  cursor: not-allowed;
}

.dy-icon-button {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(216 180 122 / 40%);
  color: var(--dy-gold);
  background: rgb(0 0 0 / 24%);
  cursor: pointer;
}

.dy-icon-button svg {
  width: 24px;
  height: 24px;
}

.dy-menu-toggle {
  display: none;
}

.dy-front-main {
  padding-top: 0;
}

.dy-hero-home {
  position: relative;
  min-height: clamp(520px, 58vw, 690px);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgb(3 3 3 / 96%), rgb(7 7 5 / 84%) 42%, rgb(0 0 0 / 16%)),
    #050505;
}

.dy-hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(0 0 0 / 52%), transparent 46%, rgb(0 0 0 / 12%));
  pointer-events: none;
}

.dy-hero-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.95;
}

.dy-hero-copy {
  position: relative;
  z-index: 2;
  width: min(620px, calc(100% - 48px));
  margin-left: clamp(22px, 4vw, 62px);
  padding: 76px 0 42px;
}

.dy-hero-copy h1 {
  margin: 0;
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: clamp(40px, 5.3vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgb(0 0 0 / 42%);
}

.dy-hero-copy p {
  max-width: 560px;
  margin: 20px 0 0;
  color: #fff7ee;
  font-family: var(--dy-serif);
  font-size: clamp(20px, 2.35vw, 27px);
  font-weight: 700;
  line-height: 1.16;
}

.dy-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wp-element-button {
  min-height: 48px;
  padding: 0 24px;
  border: 2px solid var(--dy-gold);
  border-radius: 0;
  color: var(--dy-paper);
  background: linear-gradient(180deg, #8c261f, #5c1511);
  font-family: var(--dy-serif);
  font-size: 21px;
  font-weight: 700;
  box-shadow: 0 8px 22px rgb(0 0 0 / 38%);
}

.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wp-element-button:hover {
  color: var(--dy-paper);
  background: linear-gradient(180deg, #9b2c24, #6a1712);
  filter: brightness(1.08);
  transform: translateY(-1px);
}

.button.secondary {
  color: var(--dy-gold);
  background: rgb(0 0 0 / 36%);
  border-color: rgb(216 180 122 / 55%);
  box-shadow: none;
}

.dy-proofbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgb(216 180 122 / 25%);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 7%), rgb(255 255 255 / 2.5%)),
    #1a1916;
  gap: 1px;
}

.dy-proof-item {
  display: grid;
  align-content: center;
  justify-content: center;
  min-height: 104px;
  padding: 14px 18px;
  color: var(--dy-paper);
  background: rgb(255 255 255 / 20%);
  text-align: center;
}

.dy-proof-item strong {
  color: var(--dy-gold);
  font-family: var(--dy-display);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 500;
  line-height: 1.06;
  text-transform: uppercase;
}

.dy-proof-item span {
  display: block;
  width: 42px;
  height: 2px;
  margin: 10px auto 9px;
  background: var(--dy-paper);
}

.dy-proof-item p {
  margin: 0;
  color: #fff9ee;
  font-family: var(--dy-sans);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.3;
}

.dy-proof-item a {
  color: #fff9ee;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dy-proof-item a:hover,
.dy-proof-item a:focus {
  color: var(--dy-gold);
}

.dy-section {
  padding: 32px clamp(18px, 4vw, 52px);
}

.dy-categories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  padding-top: 34px;
  padding-bottom: 20px;
}

.dy-category-card {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: clamp(185px, 18vw, 280px);
  overflow: hidden;
  border: 2px solid var(--dy-line);
  color: var(--dy-paper);
  background: #161613;
  box-shadow: 0 12px 26px rgb(0 0 0 / 32%);
  isolation: isolate;
}

.dy-category-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.dy-category-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 43%;
  background: linear-gradient(0deg, rgb(0 0 0 / 86%), transparent);
}

.dy-category-card h2 {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 22px;
  z-index: 2;
  margin: 0;
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  font-size: clamp(24px, 2.5vw, 30px);
  line-height: 1.05;
  letter-spacing: 0;
  text-shadow: 0 2px 10px rgb(0 0 0 / 90%);
}

.dy-category-card:hover img {
  transform: scale(1.045);
}

.dy-ritual {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 1.05fr);
  gap: 0;
  align-items: center;
  height: clamp(170px, 17vw, 230px);
  min-height: 0;
  margin: 8px clamp(18px, 4vw, 52px) 28px;
  overflow: hidden;
  border: 1px solid rgb(216 180 122 / 18%);
  background: linear-gradient(90deg, #7d201c, #4c0f0d 60%, #2b0b09);
  color: inherit;
  text-decoration: none;
  transition: border-color 180ms ease, transform 180ms ease;
}

.dy-ritual:hover,
.dy-ritual:focus-visible {
  border-color: rgb(216 180 122 / 56%);
  transform: translateY(-1px);
}

.dy-ritual-copy {
  padding: 24px 28px;
}

.dy-ritual h2 {
  margin: 0;
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dy-blog-heading,
.dy-community h2 {
  margin: 0;
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  font-size: clamp(38px, 4.6vw, 58px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dy-ritual p {
  max-width: 520px;
  margin: 10px 0 0;
  color: #fff3de;
  font-family: var(--dy-serif);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.dy-ritual img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center 44%;
}

.dy-featured-products .dy-section-head,
.dy-blog-band {
  display: grid;
  grid-template-columns: 0.9fr 1.5fr;
  gap: 36px;
  align-items: end;
}

.dy-featured-products .dy-section-head {
  grid-template-columns: 1fr auto;
  margin-bottom: 18px;
}

.dy-why-band {
  padding-top: 26px;
  padding-bottom: 30px;
  border-top: 1px solid rgb(216 180 122 / 16%);
  border-bottom: 1px solid rgb(216 180 122 / 14%);
  background: rgb(0 0 0 / 18%);
}

.dy-why-band .dy-section-head,
.dy-reviews .dy-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 18px;
}

.dy-why-band .dy-section-head > p,
.dy-reviews .dy-section-head > p {
  margin: 0;
  color: #ead8bd;
  font-size: 16px;
  line-height: 1.45;
}

.dy-why-grid,
.dy-review-grid,
.dy-maker-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.dy-why-grid article,
.dy-review-grid article,
.dy-maker-stats div,
.dy-maker-stats a {
  border: 1px solid rgb(216 180 122 / 24%);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 4%), transparent 42%),
    rgb(12 11 10 / 86%);
}

.dy-why-grid article,
.dy-review-grid article {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.dy-why-grid span {
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-weight: 900;
}

.dy-why-grid h3 {
  margin: 0;
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  font-size: 26px;
  line-height: 1.05;
}

.dy-why-grid p,
.dy-review-grid p {
  margin: 0;
  color: #ead8bd;
  line-height: 1.45;
}

.dy-section-title-small {
  margin: 0 0 10px;
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: 28px;
  font-weight: 700;
}

.dy-section-title,
.woocommerce-products-header__title.page-title,
.product_title.entry-title,
.dy-page-title {
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  letter-spacing: 0;
}

.dy-blog-heading {
  color: #fff8ed;
  font-size: clamp(34px, 3.4vw, 42px);
}

.dy-blog-heading span {
  display: block;
  color: var(--dy-gold);
}

.dy-blog-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.dy-blog-card {
  min-height: 150px;
  padding: 18px;
  color: #271609;
  background:
    linear-gradient(135deg, rgb(255 255 255 / 30%), transparent 50%),
    #ead3a5;
  border: 1px solid rgb(47 25 10 / 46%);
  font-family: var(--dy-serif);
  transition: transform 180ms ease;
}

.dy-blog-card:hover {
  transform: translateY(-2px);
}

.dy-blog-card.image {
  padding: 0;
  overflow: hidden;
  background: #111;
}

.dy-blog-card.image img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
}

.dy-blog-card h3 {
  margin: 0;
  color: #221205;
  font-size: 23px;
  line-height: 1.02;
  letter-spacing: 0;
}

.dy-blog-card p {
  margin: 10px 0 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.dy-reviews {
  padding-top: 36px;
  padding-bottom: 28px;
  border-top: 1px solid rgb(216 180 122 / 16%);
}

.dy-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dy-review-grid article {
  min-height: 150px;
  justify-content: space-between;
}

.dy-review-grid p {
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
}

.dy-review-grid span {
  color: var(--dy-gold);
  font-weight: 800;
}

.dy-community {
  padding-top: 30px;
  padding-bottom: 54px;
  border-top: 1px solid rgb(216 180 122 / 16%);
}

.dy-community-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}

.dy-community-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.dy-community h2 {
  color: #fff8ed;
  font-size: clamp(30px, 3.2vw, 38px);
}

.dy-carousel-button {
  display: inline-grid;
  width: 40px;
  min-width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgb(216 180 122 / 62%);
  color: var(--dy-gold);
  background: rgb(0 0 0 / 32%);
  font-family: var(--dy-serif);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.dy-carousel-button:hover,
.dy-carousel-button:focus-visible {
  border-color: var(--dy-gold);
  background: rgb(142 32 24 / 72%);
  color: var(--dy-paper);
}

.dy-carousel-button:disabled {
  cursor: default;
  opacity: 0.38;
}

.dy-review-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  border: 1px solid rgb(216 180 122 / 62%);
  color: var(--dy-paper);
  background: rgb(0 0 0 / 20%);
  font-family: var(--dy-serif);
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}

.dy-people-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-behavior: smooth;
  scroll-padding-inline: 1px;
  scroll-snap-type: x mandatory;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: rgb(216 180 122 / 55%) rgb(255 255 255 / 8%);
}

.dy-people-grid::-webkit-scrollbar {
  height: 8px;
}

.dy-people-grid::-webkit-scrollbar-track {
  background: rgb(255 255 255 / 8%);
}

.dy-people-grid::-webkit-scrollbar-thumb {
  background: rgb(216 180 122 / 55%);
}

.dy-people-card {
  position: relative;
  flex: 0 0 clamp(218px, 24vw, 292px);
  min-height: 280px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid rgb(216 180 122 / 30%);
  background: #171717;
  scroll-snap-align: start;
}

.dy-people-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 220ms ease;
}

.dy-people-caption {
  position: absolute;
  inset: auto 0 0;
  display: grid;
  gap: 8px;
  padding: 18px;
  color: #fff8ed;
  background:
    linear-gradient(0deg, rgb(0 0 0 / 90%), rgb(0 0 0 / 58%) 72%, transparent);
  transform: translateY(calc(100% - 56px));
  transition: transform 220ms ease;
}

.dy-people-card:hover img,
.dy-people-card:focus-within img {
  transform: scale(1.04);
}

.dy-people-card:hover .dy-people-caption,
.dy-people-card:focus-within .dy-people-caption {
  transform: translateY(0);
}

.dy-people-caption strong {
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: 21px;
  line-height: 1.05;
}

.dy-people-caption span {
  color: #f2dec0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.dy-people-caption a {
  width: fit-content;
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dy-events-page,
.dy-worn-page {
  padding-bottom: 54px;
}

.dy-events-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.52fr);
  gap: 28px;
  align-items: center;
}

.dy-events-hero img {
  width: 100%;
  height: clamp(220px, 23vw, 320px);
  min-height: 0;
  object-fit: cover;
  border: 1px solid rgb(216 180 122 / 24%);
}

.dy-event-feature {
  margin: 0 0 26px;
  padding: 24px;
  border: 1px solid rgb(216 180 122 / 24%);
  background:
    linear-gradient(135deg, rgb(125 32 28 / 74%), rgb(0 0 0 / 18%) 58%),
    rgb(14 14 12 / 92%);
}

.dy-event-feature h2,
.dy-event-card h3,
.dy-worn-card h2 {
  margin: 0;
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  letter-spacing: 0;
}

.dy-event-feature h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  line-height: 1.05;
}

.dy-event-feature p {
  max-width: 760px;
  color: #ead8bd;
  font-size: 18px;
  line-height: 1.55;
}

.dy-event-agenda {
  scroll-margin-top: 130px;
}

.dy-event-agenda-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.8fr);
  gap: 28px;
  align-items: end;
  margin: 0 0 18px;
}

.dy-event-agenda-head p:last-child {
  margin: 0;
  color: #ead8bd;
  font-size: 16px;
  line-height: 1.45;
}

.dy-event-grid {
  display: grid;
  gap: 16px;
}

.dy-event-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgb(216 180 122 / 24%);
  background:
    linear-gradient(180deg, rgb(255 255 255 / 4%), transparent 38%),
    rgb(10 10 9 / 88%);
}

.dy-event-media {
  margin: 0;
  min-height: 220px;
  background: #17130f;
}

.dy-event-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.dy-event-placeholder {
  display: grid;
  place-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  min-height: 220px;
  color: var(--dy-paper);
  text-align: center;
  background:
    linear-gradient(135deg, rgb(125 32 28 / 76%), rgb(0 0 0 / 34%)),
    radial-gradient(circle at 30% 20%, rgb(216 180 122 / 20%), transparent 35%),
    #17130f;
}

.dy-event-placeholder span {
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: 19px;
  font-weight: 800;
}

.dy-event-placeholder strong {
  font-family: var(--dy-serif);
  font-size: 34px;
  line-height: 1;
}

.dy-event-body {
  display: grid;
  gap: 11px;
  align-content: center;
  padding: 22px;
}

.dy-event-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.dy-event-card time,
.dy-event-type {
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: 15px;
  font-weight: 800;
}

.dy-event-type {
  width: fit-content;
  padding: 5px 9px;
  border: 1px solid rgb(216 180 122 / 38%);
  color: #f8e8ca;
  background: rgb(125 32 28 / 48%);
}

.dy-event-card h3 {
  font-size: 28px;
  line-height: 1.05;
}

.dy-event-card p {
  margin: 0;
  color: #ead8bd;
  line-height: 1.45;
}

.dy-event-place {
  color: #fff8ed;
  font-weight: 800;
}

.dy-event-note {
  font-size: 14px;
}

.dy-event-card a,
.dy-worn-info a {
  width: fit-content;
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dy-event-advice {
  margin-top: 30px;
}

.dy-event-archive {
  margin-top: 46px;
  padding-top: 30px;
  border-top: 1px solid rgb(216 180 122 / 18%);
}

.dy-event-card.is-past {
  opacity: 0.58;
  background:
    linear-gradient(180deg, rgb(255 255 255 / 3%), transparent 42%),
    rgb(8 8 8 / 82%);
}

.dy-event-card.is-past h3,
.dy-event-card.is-past time {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgb(216 180 122 / 70%);
}

.dy-event-card.is-past .dy-event-media img {
  filter: grayscale(0.6) contrast(0.9);
}

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

.dy-worn-card {
  display: grid;
  grid-template-columns: minmax(180px, 0.62fr) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgb(216 180 122 / 26%);
  background: rgb(10 10 9 / 88%);
}

.dy-worn-card img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.dy-worn-info {
  display: grid;
  gap: 12px;
  align-content: center;
  padding: 24px;
}

.dy-worn-card h2 {
  font-size: 30px;
  line-height: 1.05;
}

.dy-worn-info p:not(.dy-kicker) {
  margin: 0;
  color: #ead8bd;
  line-height: 1.45;
}

.dy-site-map {
  padding: 22px clamp(18px, 4vw, 52px) 20px;
  border-top: 1px solid rgb(216 180 122 / 16%);
  background: rgb(0 0 0 / 22%);
}

.dy-site-map h2 {
  margin: 0 0 14px;
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dy-site-map-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 14px 22px;
}

.dy-site-map-group {
  min-width: 0;
}

.dy-site-map-group h3 {
  margin: 0 0 8px;
  color: var(--dy-paper);
  font-family: var(--dy-display);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.dy-site-map-group a {
  display: inline-flex;
  margin: 0 12px 7px 0;
  padding: 0;
  color: var(--dy-muted);
  font-family: var(--dy-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.12;
}

.dy-site-map-group a:hover {
  color: var(--dy-gold);
}

.dy-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 52px) 30px;
  color: var(--dy-muted);
  border-top: 1px solid rgb(216 180 122 / 15%);
  background: transparent;
  font-size: 13px;
}

.dy-cookie-open {
  border: 1px solid rgb(216 180 122 / 32%);
  color: var(--dy-gold);
  background: rgb(0 0 0 / 18%);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.dy-cookie-open:hover,
.dy-cookie-open:focus {
  border-color: rgb(216 180 122 / 72%);
  color: var(--dy-paper);
}

.dy-cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 1000;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(720px, calc(100vw - 36px));
  padding: 18px;
  border: 1px solid rgb(216 180 122 / 42%);
  color: var(--dy-paper);
  background:
    linear-gradient(135deg, rgb(125 32 28 / 50%), rgb(0 0 0 / 8%) 58%),
    #0d0c0b;
  box-shadow: 0 18px 45px rgb(0 0 0 / 58%);
}

.dy-cookie-banner.is-hidden {
  display: none;
}

.dy-cookie-banner p {
  margin: 0;
  color: #ead8bd;
  line-height: 1.45;
}

.dy-cookie-banner .dy-kicker {
  margin-bottom: 8px;
  color: var(--dy-gold);
}

.dy-cookie-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(120px, 1fr));
  gap: 10px;
  align-content: center;
}

.dy-cookie-actions a {
  grid-column: 1 / -1;
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-weight: 800;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.dy-en-content .dy-page-title {
  max-width: 860px;
  margin: 12px 0 24px;
  color: var(--dy-paper);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
}

.dy-en-section {
  margin-top: clamp(2rem, 4vw, 4rem);
}

.dy-en-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.dy-en-card {
  display: grid;
  gap: 0.55rem;
  min-height: 11rem;
  padding: 1rem;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 8px;
  color: var(--dy-ink);
  background: rgb(255 255 255 / 4%);
  text-decoration: none;
}

.dy-en-card span {
  color: var(--dy-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.dy-en-card strong {
  font-size: 1rem;
  line-height: 1.25;
}

.dy-en-card p {
  margin: 0;
  color: var(--dy-muted);
}

.dy-en-product {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.dy-en-product-media {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: rgb(255 255 255 / 5%);
}

.dy-en-product-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.dy-en-product-summary {
  display: grid;
  gap: 1rem;
}

.dy-en-price {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
}

.dy-en-lead {
  margin: 0;
  color: var(--dy-muted);
  font-size: 1.04rem;
  line-height: 1.65;
}

.dy-en-secondary-link {
  color: var(--dy-muted);
  font-weight: 700;
}

.dy-en-body {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.dy-main {
  padding: 42px clamp(18px, 4vw, 52px) 58px;
}

.dy-container,
.dy-header-inner,
.dy-footer-inner,
.dy-footer-bottom-inner {
  width: auto;
  max-width: none;
}

.dy-page-header {
  border-bottom-color: rgb(216 180 122 / 24%);
}

.dy-content {
  max-width: 880px;
  color: var(--dy-cream);
}

.dy-article-header .dy-chip-row {
  margin-top: 18px;
}

.dy-article-byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  border-left: 3px solid rgb(216 180 122 / 44%);
  margin: 24px 0 0;
  padding: 12px 0 12px 16px;
  color: var(--dy-muted);
  font-size: 15px;
  line-height: 1.45;
}

.dy-article-byline a {
  color: var(--dy-gold);
  font-weight: 800;
  text-decoration: none;
}

.dy-article-byline a:hover,
.dy-article-byline a:focus {
  text-decoration: underline;
}

.dy-article-featured-image {
  max-width: min(640px, 92%);
  border: 2px solid rgb(216 180 122 / 46%);
  border-radius: 8px;
  margin: 30px auto 36px;
  padding: 4px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(216 180 122 / 8%), rgb(255 255 255 / 1%)),
    rgb(0 0 0 / 26%);
  box-shadow: 0 18px 48px rgb(0 0 0 / 36%);
}

.entry-content .dy-article-inline-image {
  width: fit-content;
  max-width: min(640px, 92%);
  border: 2px solid rgb(216 180 122 / 46%);
  border-radius: 8px;
  margin: 30px auto 36px;
  padding: 4px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgb(216 180 122 / 8%), rgb(255 255 255 / 1%)),
    rgb(0 0 0 / 26%);
  box-shadow: 0 18px 48px rgb(0 0 0 / 36%);
}

.dy-article-featured-image img {
  width: 100%;
  max-height: 390px;
  border-radius: 5px;
  object-fit: contain;
}

.entry-content .dy-article-inline-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(660px, 72vh);
  border-radius: 5px;
  object-fit: contain;
}

.entry-content .dy-article-mini-image {
  width: fit-content;
  max-width: min(240px, 48%);
  border: 1px solid rgb(216 180 122 / 45%);
  border-radius: 8px;
  margin: 14px 0 18px;
  padding: 3px;
  overflow: hidden;
  background: rgb(0 0 0 / 26%);
  box-shadow: 0 12px 28px rgb(0 0 0 / 28%);
}

.entry-content .dy-article-mini-image img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 190px;
  border-radius: 5px;
  object-fit: cover;
}

@media (max-width: 620px) {
  .entry-content .dy-article-mini-image {
    max-width: min(220px, 72vw);
  }

  .entry-content .dy-article-mini-image img {
    max-height: 170px;
  }
}

.entry-content .wp-block-table,
.entry-content .dy-article-table {
  max-width: 100%;
  margin: 28px 0 34px;
  overflow-x: auto;
}

.entry-content .wp-block-table table,
.entry-content .dy-article-table table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  border: 1px solid rgb(216 180 122 / 28%);
  background: rgb(0 0 0 / 24%);
}

@media (max-width: 640px) {
  .entry-content .wp-block-table,
  .entry-content .dy-article-table {
    overflow-x: visible;
  }

  .entry-content .wp-block-table table,
  .entry-content .dy-article-table table {
    min-width: 0;
    table-layout: fixed;
  }
}

.entry-content .wp-block-table th,
.entry-content .wp-block-table td,
.entry-content .dy-article-table th,
.entry-content .dy-article-table td {
  border: 1px solid rgb(216 180 122 / 22%);
  padding: 12px 14px;
  color: #fff2df;
  font-size: 15px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}

.entry-content .wp-block-table th,
.entry-content .dy-article-table th {
  color: var(--dy-gold);
  background: rgb(216 180 122 / 10%);
  font-weight: 850;
}

.entry-content .dy-article-inline-cta {
  margin: 26px 0;
}

.entry-content .dy-article-inline-cta a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  border: 1px solid rgb(216 180 122 / 34%);
  padding: 0 16px;
  color: #120e0c;
  background: var(--dy-gold);
  font-weight: 850;
  text-decoration: none;
}

.entry-content .dy-article-inline-cta a:hover,
.entry-content .dy-article-inline-cta a:focus {
  color: #120e0c;
  background: #f3d598;
}

.entry-content .dy-article-product-insert {
  border-top: 1px solid rgb(216 180 122 / 24%);
  border-bottom: 1px solid rgb(216 180 122 / 24%);
  margin: 34px 0;
  padding: 22px 0;
}

.dy-article-product-insert-head {
  margin-bottom: 14px;
}

.dy-article-product-insert-head h2,
.dy-article-related-posts h2 {
  margin: 0;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dy-article-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dy-article-product-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 132px;
  border: 1px solid rgb(216 180 122 / 24%);
  padding: 12px;
  color: #fff8ed;
  background: rgb(0 0 0 / 24%);
  text-decoration: none;
}

.dy-article-product-card:hover,
.dy-article-product-card:focus {
  border-color: rgb(216 180 122 / 54%);
  color: #fff8ed;
}

.dy-article-product-card img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  background: #120e0c;
}

.dy-article-product-card span {
  display: grid;
  gap: 8px;
}

.dy-article-product-card strong {
  font-family: var(--dy-serif);
  font-size: 20px;
  line-height: 1.15;
}

.dy-article-product-card em {
  color: var(--dy-gold);
  font-style: normal;
  font-weight: 850;
}

.dy-content a,
.entry-content a {
  color: var(--dy-gold);
}

.entry-content h2,
.entry-content h3 {
  color: var(--dy-paper);
  font-family: var(--dy-serif);
}

.entry-content p,
.entry-content li {
  color: #fff2df;
}

.single-post .entry-content > h3:first-of-type {
  border-top: 1px solid rgb(216 180 122 / 22%);
  border-right: 1px solid rgb(216 180 122 / 22%);
  border-left: 1px solid rgb(216 180 122 / 22%);
  margin: 34px 0 0;
  padding: 18px 20px 8px;
  color: var(--dy-gold);
  background: rgb(0 0 0 / 24%);
}

.single-post .entry-content > h3:first-of-type + ul {
  border-right: 1px solid rgb(216 180 122 / 22%);
  border-bottom: 1px solid rgb(216 180 122 / 22%);
  border-left: 1px solid rgb(216 180 122 / 22%);
  margin-top: 0;
  margin-bottom: 34px;
  padding: 8px 22px 20px 42px;
  background: rgb(0 0 0 / 24%);
}

.single-post .entry-content > h3:first-of-type + ul li {
  margin: 8px 0;
  line-height: 1.45;
}

.dy-article-related,
.dy-article-related-posts,
.dy-article-nav {
  margin-top: 34px;
}

.dy-article-related,
.dy-article-related-posts {
  border-top: 1px solid rgb(216 180 122 / 22%);
  border-bottom: 1px solid rgb(216 180 122 / 22%);
  padding: 26px 0;
}

.dy-article-related h2 {
  margin: 0 0 12px;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  letter-spacing: 0;
}

.dy-article-related-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.dy-article-related-post-grid a {
  display: grid;
  align-content: start;
  min-height: 112px;
  border: 1px solid rgb(216 180 122 / 24%);
  padding: 16px;
  color: #fff8ed;
  background: rgb(0 0 0 / 24%);
  text-decoration: none;
}

.dy-article-related-post-grid a:hover,
.dy-article-related-post-grid a:focus {
  border-color: rgb(216 180 122 / 54%);
  color: #fff8ed;
}

.dy-article-related-post-grid span {
  margin-bottom: 8px;
  color: var(--dy-gold);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.dy-article-related-post-grid strong {
  font-family: var(--dy-serif);
  font-size: 18px;
  line-height: 1.2;
}

.dy-article-nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.dy-article-nav a {
  min-height: 118px;
  border: 1px solid rgb(216 180 122 / 24%);
  padding: 18px;
  color: #fff8ed;
  background: rgb(0 0 0 / 24%);
  text-decoration: none;
}

.dy-article-nav span {
  display: block;
  color: var(--dy-gold);
  font-family: var(--dy-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dy-article-nav strong {
  display: block;
  margin-top: 8px;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: 22px;
  line-height: 1.08;
}

.dy-lead {
  max-width: 760px;
  color: #fff2df;
  font-size: 20px;
  line-height: 1.45;
}

.dy-static-page {
  max-width: 1180px;
  margin: 0 auto;
}

.dy-static-hero {
  max-width: 920px;
}

.dy-static-hero .dy-lead {
  max-width: 840px;
}

.dy-about-hero {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.72fr);
  gap: 30px;
  align-items: center;
}

.dy-about-hero-copy {
  min-width: 0;
}

.dy-about-hero-media,
.dy-story-image {
  margin: 0;
}

.dy-about-hero-media {
  overflow: hidden;
  border: 1px solid rgb(216 180 122 / 28%);
  background: #111;
}

.dy-about-hero-media img,
.dy-story-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dy-about-hero-media img {
  aspect-ratio: 4 / 5;
  height: min(640px, 54vw);
  object-position: center 34%;
}

.dy-about-hero-media figcaption {
  padding: 10px 14px;
  border-top: 1px solid rgb(216 180 122 / 22%);
  color: #ead8bd;
  font-size: 13px;
}

.dy-story-image {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgb(216 180 122 / 26%);
  background: #111;
}

.dy-story-image img {
  aspect-ratio: 1 / 1;
}

.dy-static-grid {
  display: grid;
  gap: 16px;
  margin: 30px 0;
}

.dy-static-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dy-static-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dy-info-panel {
  border: 1px solid rgb(216 180 122 / 28%);
  padding: 22px;
  color: #fff2df;
  background:
    linear-gradient(180deg, rgb(216 180 122 / 7%), rgb(255 255 255 / 1%)),
    rgb(0 0 0 / 25%);
}

.dy-info-panel span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  color: var(--dy-gold);
  font-family: var(--dy-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dy-info-panel h2 {
  margin: 10px 0 12px;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: clamp(25px, 2.2vw, 33px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dy-info-panel p {
  margin: 0;
  color: #fff2df;
  line-height: 1.45;
}

.dy-contact-direct {
  margin-bottom: 20px;
}

.dy-contact-direct a:not(.button) {
  color: var(--dy-gold);
  font-weight: 800;
}

.dy-contact-direct .dy-hero-actions {
  margin-top: 18px;
}

.dy-story-band {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 32px;
  margin: 34px 0;
  padding: 28px 0;
  border-top: 1px solid rgb(216 180 122 / 20%);
  border-bottom: 1px solid rgb(216 180 122 / 20%);
}

.dy-story-band h2 {
  margin: 0;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1;
  letter-spacing: 0;
}

.dy-story-band p,
.dy-story-band li {
  color: #fff2df;
  font-size: 18px;
  line-height: 1.5;
}

.dy-origin-band {
  margin-bottom: 24px;
}

.dy-maker-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 24px;
}

.dy-maker-stats div,
.dy-maker-stats a {
  display: grid;
  gap: 5px;
  padding: 18px;
  color: inherit;
  text-decoration: none;
}

.dy-maker-stats strong {
  color: var(--dy-paper);
  font-family: var(--dy-serif);
  font-size: 30px;
  line-height: 1;
}

.dy-maker-stats span {
  color: #ead8bd;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

.dy-maker-stats a {
  transition: border-color 180ms ease, transform 180ms ease;
}

.dy-maker-stats a:hover {
  border-color: rgb(216 180 122 / 58%);
  transform: translateY(-1px);
}

.dy-maker-stats a:hover span {
  color: var(--dy-gold);
}

.dy-legal-status {
  border: 1px solid rgb(216 180 122 / 34%);
  margin: 28px 0;
  padding: 22px;
  background: rgb(104 21 21 / 22%);
}

.dy-legal-status h2 {
  margin: 0 0 8px;
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dy-legal-status p {
  margin: 0;
  color: #fff2df;
  font-size: 18px;
  line-height: 1.5;
}

.dy-legal-sections {
  display: grid;
  gap: 18px;
  margin: 34px 0;
}

.dy-legal-sections article {
  border-top: 1px solid rgb(216 180 122 / 20%);
  padding-top: 20px;
}

.dy-legal-sections h2 {
  margin: 0 0 10px;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.05;
  letter-spacing: 0;
}

.dy-legal-sections p {
  margin: 0 0 10px;
  color: #fff2df;
  font-size: 18px;
  line-height: 1.55;
}

.dy-check-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.dy-faq-layout {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.dy-faq-group {
  border-top: 1px solid rgb(216 180 122 / 24%);
  padding-top: 22px;
}

.dy-faq-group h2 {
  margin: 0 0 16px;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  letter-spacing: 0;
}

.dy-faq-group details {
  border: 1px solid rgb(216 180 122 / 24%);
  margin-bottom: 10px;
  color: #fff2df;
  background: rgb(0 0 0 / 24%);
}

.dy-faq-group summary {
  min-height: 54px;
  cursor: pointer;
  padding: 16px 18px;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.dy-faq-group details[open] summary {
  border-bottom: 1px solid rgb(216 180 122 / 18%);
  color: var(--dy-gold);
}

.dy-faq-group details p {
  margin: 0;
  padding: 16px 18px 18px;
  color: #fff2df;
  font-size: 18px;
  line-height: 1.48;
}

.dy-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  max-width: 760px;
  margin: 24px 0;
}

.dy-search-form input[type="search"] {
  min-height: 48px;
  width: 100%;
  border: 1px solid rgb(216 180 122 / 44%);
  padding: 0 14px;
  color: #fff8ed;
  background: rgb(0 0 0 / 28%);
}

.dy-search-form button,
.dy-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgb(216 180 122 / 54%);
  color: #fff8ed;
  background: linear-gradient(180deg, #8c261f, #5c1511);
  font-family: var(--dy-serif);
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
}

.dy-link-grid,
.dy-post-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.dy-link-grid {
  margin-top: 28px;
}

.dy-link-grid a,
.dy-post-card-link,
.dy-empty-state {
  display: block;
  min-height: 100%;
  border: 1px solid rgb(216 180 122 / 28%);
  color: #fff8ed;
  background:
    linear-gradient(180deg, rgb(216 180 122 / 7%), rgb(255 255 255 / 1%)),
    rgb(0 0 0 / 26%);
  text-decoration: none;
}

.dy-link-grid a {
  padding: 18px;
}

.dy-link-grid span,
.dy-post-card-meta {
  display: block;
  color: var(--dy-gold);
  font-family: var(--dy-display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dy-link-grid strong {
  display: block;
  margin-top: 7px;
  font-family: var(--dy-serif);
  font-size: 23px;
  line-height: 1.05;
}

.dy-archive-header {
  max-width: 880px;
}

.dy-post-grid {
  margin-top: 28px;
}

.dy-post-card {
  margin: 0;
}

.dy-post-card-link {
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease;
}

.dy-post-card-link:hover {
  border-color: rgb(216 180 122 / 54%);
  transform: translateY(-2px);
}

.dy-post-card-media {
  margin: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #111;
}

.dy-post-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dy-post-card-meta,
.dy-post-card h2,
.dy-post-card p {
  margin-right: 16px;
  margin-left: 16px;
}

.dy-post-card-meta {
  margin-top: 16px;
}

.dy-post-card h2 {
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0;
}

.dy-post-card p {
  margin-bottom: 18px;
  color: #fff2df;
  line-height: 1.35;
}

.dy-empty-state {
  max-width: 640px;
  padding: 24px;
}

.dy-empty-state h2 {
  margin-top: 0;
  color: var(--dy-gold);
  font-family: var(--dy-serif);
  font-size: 30px;
}

.dy-pagination {
  margin-top: 28px;
  color: #fff8ed;
}

.dy-js .dy-infinite-pagination {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.dy-js .dy-infinite-pagination.is-visible-fallback {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.dy-shop-infinite-pagination {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.dy-shop-infinite-pagination.is-visible-fallback {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.dy-infinite-sentinel {
  height: 1px;
}

.dy-infinite-status {
  margin: 20px 0 0;
  color: #fff8ed;
}

.dy-shop-intro,
.dy-article-cta,
.dy-cart-help,
.dy-product-cta {
  margin: 0 0 28px;
  padding: 22px;
  border: 1px solid rgb(216 180 122 / 28%);
  color: #fff2df;
  background:
    linear-gradient(135deg, rgb(216 180 122 / 9%), rgb(140 38 31 / 8%) 58%, transparent),
    rgb(0 0 0 / 22%);
}

.dy-shop-intro--compact {
  padding: 18px 20px;
}

.dy-shop-intro h2,
.dy-article-cta h2,
.dy-cart-help h2,
.dy-product-cta h2 {
  margin: 0 0 10px;
  color: #fff8ed;
  font-family: var(--dy-serif);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
  letter-spacing: 0;
}

.dy-shop-intro p,
.dy-article-cta p,
.dy-cart-help p,
.dy-product-cta p {
  max-width: 820px;
  color: #fff2df;
  font-size: 18px;
  line-height: 1.42;
}

.dy-shop-intro--compact .dy-shop-intro-copy {
  margin: 0;
  font-size: 17px;
}

.dy-article-cta {
  margin-top: 38px;
}

.dy-cart-help {
  max-width: 860px;
}

.dy-product-cta {
  clear: both;
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 34px;
}

.dy-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.dy-chip-row a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgb(216 180 122 / 38%);
  color: #fff8ed;
  background: rgb(0 0 0 / 22%);
  font-family: var(--dy-serif);
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
}

.dy-chip-row a:hover {
  border-color: rgb(216 180 122 / 62%);
  color: var(--dy-gold);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  color: var(--dy-muted);
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--dy-gold);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce div.product .summary,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce .cart_totals,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-additional-fields,
.woocommerce .woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce table.shop_table {
  border-color: rgb(216 180 122 / 28%);
  color: var(--dy-ink);
  background: #fff7e7;
}

.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background:
    linear-gradient(135deg, rgb(216 180 122 / 20%), rgb(255 247 231 / 64%)),
    #efe0c0;
}

.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce .cart_totals,
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-additional-fields,
.woocommerce .woocommerce-checkout-review-order {
  border-radius: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td,
.woocommerce-cart-form .product-name a,
.woocommerce-cart-form .product-price,
.woocommerce-cart-form .product-subtotal,
.woocommerce-cart-form .product-quantity,
.woocommerce .cart_totals th,
.woocommerce .cart_totals td,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  color: #24150d;
}

.woocommerce-cart-form .product-name a {
  color: #5c1511;
  font-weight: 800;
}

.woocommerce .cart_totals h2,
.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-additional-fields h3,
.woocommerce h3#order_review_heading {
  color: #24150d;
  font-family: var(--dy-serif);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1;
  letter-spacing: 0;
}

.woocommerce form .form-row label,
.woocommerce form .form-row span,
.woocommerce form .form-row .required,
.woocommerce form.checkout label,
.woocommerce form.checkout .woocommerce-input-wrapper,
.woocommerce form.checkout .woocommerce-input-wrapper strong {
  color: #24150d;
}

.woocommerce input.input-text,
.woocommerce textarea,
.woocommerce select,
.woocommerce .select2-container .select2-selection--single {
  min-height: 42px;
  border: 1px solid rgb(36 21 13 / 34%);
  color: #24150d;
  background: #fffdf7;
  border-radius: 0;
}

.woocommerce textarea {
  min-height: 74px;
  padding: 10px 12px;
}

.woocommerce input.input-text,
.woocommerce select {
  padding: 0 12px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #24150d;
  line-height: 42px;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 42px;
}

.woocommerce .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.woocommerce table.cart td.actions .coupon {
  float: none;
}

.woocommerce .coupon input.input-text {
  width: min(190px, 100%);
}

.woocommerce #payment,
.woocommerce-checkout #payment {
  border: 1px solid rgb(36 21 13 / 12%);
  color: #24150d;
  background: #efe4d3;
  border-radius: 0;
}

.woocommerce #payment ul.payment_methods,
.woocommerce #payment div.form-row {
  border-color: rgb(36 21 13 / 12%);
}

.woocommerce #payment div.payment_box,
.woocommerce #payment ul.payment_methods li,
.woocommerce-privacy-policy-text,
.woocommerce-privacy-policy-text p {
  color: #24150d;
}

.woocommerce-privacy-policy-text a {
  color: #8c261f;
  font-weight: 850;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-top-color: #8c261f;
  color: #24150d;
  background: #fffdf7;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
  color: #8c261f;
  font-weight: 800;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  color: #17110c;
  font-family: var(--dy-serif);
  font-size: 1.08rem;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--dy-red);
}

.woocommerce div.product div.images img {
  border-color: rgb(216 180 122 / 34%);
  border-radius: 0;
}

.woocommerce div.product .summary {
  border-radius: 0;
}

.woocommerce div.product .summary .product_title.entry-title {
  margin-bottom: 22px;
  color: #24150d;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 0.96;
}

.woocommerce div.product .summary .woocommerce-product-details__short-description,
.woocommerce div.product .summary .product_meta,
.woocommerce div.product .summary .cart {
  color: #24150d;
}

.dy-product-assurance,
.dy-checkout-legal-links {
  margin: 20px 0;
  padding: 16px;
  border: 1px solid rgb(92 21 17 / 18%);
  color: #24150d;
  background: rgb(255 253 247 / 72%);
}

.dy-product-assurance p,
.dy-checkout-legal-links p {
  margin: 0 0 12px;
  color: #24150d;
}

.dy-product-assurance div,
.dy-checkout-legal-links div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dy-product-assurance a,
.dy-checkout-legal-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid rgb(92 21 17 / 20%);
  color: #7a211b;
  background: #fff7e7;
  font-weight: 850;
  text-decoration: none;
}

.dy-product-assurance a:hover,
.dy-checkout-legal-links a:hover {
  border-color: rgb(92 21 17 / 42%);
  color: #5c1511;
}

.woocommerce div.product .summary .price,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price {
  color: #8c1f1a;
  font-weight: 850;
}

.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel.entry-content {
  color: #24150d;
  background: #fff7e7;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h3,
.woocommerce div.product .woocommerce-tabs .panel h4 {
  color: #5c1511;
  font-family: var(--dy-serif);
}

.woocommerce div.product .woocommerce-tabs .panel .dy-product-section-title {
  margin: 30px 0 12px;
  padding-top: 10px;
  border-top: 1px solid rgb(92 21 17 / 16%);
  color: #5c1511;
  font-size: clamp(23px, 2.4vw, 31px);
  line-height: 1.05;
}

.woocommerce div.product .woocommerce-tabs .panel .dy-product-section-title:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.woocommerce div.product .woocommerce-tabs .panel p,
.woocommerce div.product .woocommerce-tabs .panel li,
.woocommerce div.product .woocommerce-tabs .panel th,
.woocommerce div.product .woocommerce-tabs .panel td,
.woocommerce div.product .woocommerce-tabs .panel strong {
  color: #24150d;
}

.woocommerce div.product .woocommerce-tabs .panel p {
  margin-bottom: 18px;
  line-height: 1.65;
}

.dy-product-spec-list,
.dy-product-faq-list {
  margin: 0 0 24px;
  padding: 0;
}

.dy-product-spec-list {
  display: grid;
  gap: 8px;
  list-style: none;
}

.dy-product-spec-list li {
  padding: 9px 12px;
  border-left: 3px solid rgb(92 21 17 / 34%);
  background: rgb(255 253 247 / 58%);
}

.dy-product-faq-list {
  display: grid;
  gap: 12px;
}

.dy-product-faq-list dt {
  color: #5c1511;
  font-weight: 900;
  line-height: 1.35;
}

.dy-product-faq-list dd {
  margin: -6px 0 8px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgb(92 21 17 / 14%);
  color: #24150d;
  line-height: 1.62;
}

.dy-product-faq-list dd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel a {
  color: #8c261f;
  font-weight: 850;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .button.single_add_to_cart_button {
  background: linear-gradient(180deg, #8c261f, #5c1511);
}

@media (max-width: 1180px) {
  .dy-section {
    padding: 26px clamp(18px, 3vw, 34px);
  }

  .dy-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .dy-en-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy-category-card {
    width: 100%;
    min-width: 0;
    min-height: 150px;
  }

  .dy-category-card h2 {
    font-size: clamp(21px, 2.3vw, 27px);
  }

  .dy-proof-item {
    min-height: 92px;
    padding: 12px 10px;
  }

  .dy-proof-item strong {
    font-size: 19px;
  }

  .dy-proof-item p {
    font-size: 13px;
  }

  .dy-why-grid,
  .dy-review-grid {
    gap: 12px;
  }

  .dy-why-grid article,
  .dy-review-grid article {
    padding: 16px;
  }

  .dy-why-grid h3 {
    font-size: 22px;
  }

  .dy-section-title-small {
    font-size: 22px;
  }

  .dy-section-title {
    font-size: clamp(30px, 3.6vw, 42px);
  }

  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .woocommerce ul.products.columns-4 li.product,
  .woocommerce-page ul.products.columns-4 li.product {
    width: auto;
    margin: 0;
    float: none;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.96rem;
  }

  .woocommerce ul.products li.product .button {
    min-height: 38px;
    font-size: 16px;
  }

  .dy-review-grid p {
    font-size: 17px;
    line-height: 1.32;
  }

  .dy-people-card {
    min-height: 230px;
  }

  .dy-site-map-group a {
    font-size: 15px;
  }
}

@media (max-width: 1020px) {
  .dy-nav-row {
    grid-template-columns: 1fr auto;
  }

  .dy-brand {
    grid-column: 1;
    grid-row: 1;
  }

  .dy-header-actions {
    grid-column: 2;
    grid-row: 1;
  }

  .dy-menu-toggle {
    display: inline-grid;
  }

  .dy-main-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    height: auto;
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
    gap: 6px;
    padding: 8px 12px 12px;
    border-top: 1px solid rgb(216 180 122 / 18%);
  }

  .dy-main-nav.is-open {
    display: grid;
  }

  .dy-nav-item {
    display: grid;
    min-width: 0;
  }

  .dy-nav-trigger {
    height: auto;
    min-height: 34px;
    border: 1px solid rgb(216 180 122 / 24%);
    padding: 0 10px;
    background: rgb(0 0 0 / 24%);
    font-size: 13px;
  }

  .dy-mega-menu {
    position: static;
    display: none;
    min-width: 0;
    width: 100%;
    margin: 0 0 12px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .dy-site-map-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
  }

  .dy-site-map-group {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .dy-site-map-group a {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    margin: 0 10px 7px 0;
    padding: 0;
    border: 0;
    color: #dcc6a7;
    background: transparent;
    font-size: 15px;
    line-height: 1.1;
  }

  .dy-nav-item:focus-within .dy-mega-menu,
  .dy-nav-item:hover .dy-mega-menu {
    display: grid;
  }

  .dy-hero-home {
    min-height: 600px;
  }

  .dy-hero-media {
    width: 100%;
    object-position: 72% center;
    opacity: 0.48;
  }

  .dy-proofbar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .dy-proof-item {
    min-height: 90px;
    padding: 11px 10px;
  }

  .dy-proof-item strong {
    font-size: 18px;
  }

  .dy-proof-item p {
    font-size: 12px;
  }

  .dy-proof-item span {
    width: 34px;
    margin: 8px auto 7px;
  }

  .dy-ritual,
  .dy-blog-band,
  .dy-why-band .dy-section-head,
  .dy-reviews .dy-section-head,
  .dy-featured-products .dy-section-head,
  .dy-events-hero,
  .dy-event-agenda-head,
  .dy-event-grid,
  .dy-link-grid,
  .dy-post-grid,
  .dy-about-hero,
  .dy-static-grid-2,
  .dy-static-grid-3,
  .dy-story-band,
  .dy-worn-card,
  .dy-article-nav {
    grid-template-columns: 1fr;
  }

  .dy-en-product,
  .dy-en-card-grid {
    grid-template-columns: 1fr;
  }

  .dy-ritual {
    height: auto;
  }

  .dy-ritual img {
    height: 220px;
  }

  .dy-search-form {
    grid-template-columns: 1fr;
  }

  .dy-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .dy-category-card {
    width: 100%;
    min-width: 0;
    min-height: 150px;
  }

  .dy-category-card h2 {
    right: 14px;
    bottom: 14px;
    left: 16px;
    font-size: clamp(20px, 2.4vw, 25px);
  }

  .dy-why-grid,
  .dy-review-grid,
  .dy-maker-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dy-why-grid article,
  .dy-review-grid article {
    padding: 16px;
  }

  .dy-why-grid h3 {
    font-size: 22px;
  }

  .dy-why-grid p,
  .dy-review-grid p {
    font-size: 15px;
    line-height: 1.38;
  }

  .dy-section-title-small {
    font-size: 22px;
  }

  .dy-section-title {
    font-size: clamp(30px, 4vw, 40px);
  }

  .dy-featured-products .dy-section-head .button,
  .dy-review-cta {
    min-height: 34px;
    padding: 0 16px;
    font-size: 15px;
  }

  .woocommerce ul.products li.product {
    font-size: 15px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.98rem;
  }

  .woocommerce ul.products li.product .button {
    min-height: 38px;
    font-size: 18px;
  }

  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .dy-worn-grid {
    gap: 14px;
  }

  .dy-people-card {
    flex-basis: clamp(210px, 30vw, 260px);
    min-height: 230px;
  }

  .dy-people-caption {
    padding: 14px;
  }

  .dy-people-caption strong {
    font-size: 18px;
  }

  .dy-story-band {
    gap: 18px;
  }

  .dy-about-hero-media img {
    height: auto;
    max-height: 680px;
  }
}

@media (max-width: 760px) {
  .dy-categories,
  .dy-why-grid,
  .dy-review-grid,
  .dy-maker-stats,
  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy-category-card {
    min-height: 150px;
  }

  .dy-why-grid h3 {
    font-size: 20px;
  }

  .dy-review-grid p {
    font-size: 15px;
  }
}

@media (max-width: 620px) {
  .dy-site-notice {
    min-height: 32px;
    padding: 7px 14px;
    font-size: 12px;
  }

  .dy-utility {
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    gap: 18px;
    font-size: 12px;
  }

  .dy-nav-row {
    min-height: 64px;
  }

  .dy-brand {
    gap: 10px;
    padding: 10px 8px 10px 12px;
  }

  .dy-brand img {
    width: 42px;
    height: 42px;
  }

  .dy-brand strong {
    font-size: 22px;
  }

  .dy-brand small,
  .dy-lang-switch {
    display: none;
  }

  .dy-header-actions {
    padding: 0 10px;
  }

  .dy-icon-button {
    width: 40px;
    height: 40px;
  }

  .dy-main-nav {
    display: none;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 8px 10px 10px;
  }

  .dy-main-nav.is-open {
    display: grid;
  }

  .dy-nav-item.has-menu {
    grid-column: 1 / -1;
  }

  .dy-nav-trigger {
    justify-content: center;
    min-height: 34px;
    font-size: 13px;
  }

  .dy-mega-menu.is-wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy-mega-menu {
    gap: 8px;
    padding: 10px;
  }

  .dy-mega-label {
    margin-bottom: 5px;
    font-size: 11px;
  }

  .dy-mega-column a {
    min-height: 34px;
    padding: 7px 8px;
    border: 1px solid rgb(216 180 122 / 18%);
    font-size: 14px;
    line-height: 1.12;
  }

  .dy-hero-home {
    min-height: 560px;
  }

  .dy-hero-copy {
    width: min(100% - 28px, 620px);
    margin-left: 14px;
    padding-top: 46px;
  }

  .dy-hero-copy h1 {
    font-size: 38px;
  }

  .dy-hero-copy p {
    font-size: 20px;
  }

  .dy-proofbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy-proof-item {
    min-height: 86px;
    padding: 11px 10px;
  }

  .dy-proof-item strong {
    font-size: 19px;
  }

  .dy-proof-item p {
    font-size: 13px;
  }

  .dy-section {
    padding-inline: 14px;
  }

  .dy-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .dy-category-card {
    min-height: 170px;
  }

  .dy-ritual {
    margin-inline: 14px;
  }

  .dy-ritual-copy {
    padding: 22px 18px;
  }

  .dy-blog-heading,
  .dy-community h2 {
    font-size: 34px;
  }

  .dy-ritual h2 {
    font-size: 30px;
  }

  .dy-ritual img {
    height: 190px;
  }

  .dy-blog-grid,
  .dy-worn-grid,
  .dy-why-grid,
  .dy-review-grid,
  .dy-maker-stats,
  .dy-article-product-grid,
  .dy-article-related-post-grid {
    grid-template-columns: 1fr;
  }

  .dy-blog-card.image {
    max-width: 260px;
    min-height: 0;
    justify-self: center;
  }

  .dy-blog-card.image img {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .dy-article-product-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 112px;
  }

  .dy-article-product-card img {
    width: 96px;
    height: 96px;
  }

  .woocommerce ul.products.columns-4,
  .woocommerce-page ul.products.columns-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .woocommerce ul.products.columns-4 li.product:last-child:nth-child(odd),
  .woocommerce-page ul.products.columns-4 li.product:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
    width: 100%;
    max-width: calc((100vw - 38px) / 2);
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    min-height: 4.2em;
    padding: 10px 10px 0;
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .woocommerce ul.products li.product .price {
    padding: 4px 10px 10px;
    font-size: 0.92rem;
  }

  .woocommerce ul.products li.product .button {
    width: calc(100% - 20px);
    min-height: 34px;
    margin: 0 10px 10px;
    padding: 7px 6px;
    font-size: 0.82rem;
    line-height: 1.1;
  }

  .dy-event-card {
    grid-template-columns: 1fr;
  }

  .dy-events-hero img,
  .dy-event-media,
  .dy-event-media img,
  .dy-event-placeholder,
  .dy-worn-card img {
    min-height: 260px;
  }

  .dy-community-head {
    display: block;
  }

  .dy-community-actions {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .dy-people-card {
    flex-basis: min(78vw, 280px);
  }

  .dy-site-map {
    padding: 20px 14px 16px;
  }

  .dy-site-map h2 {
    margin-bottom: 12px;
    font-size: 22px;
  }

  .dy-site-map-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dy-site-map-group h3 {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .dy-site-map-group a {
    font-size: 13px;
  }

  .dy-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 16px 14px 20px;
    gap: 8px 12px;
  }

  .dy-footer span {
    font-size: 12px;
    line-height: 1.35;
  }

  .dy-footer span + span {
    grid-column: 1 / -1;
  }

  .dy-info-panel,
  .dy-faq-group summary,
  .dy-faq-group details p,
  .dy-article-nav a {
    padding-right: 16px;
    padding-left: 16px;
  }

  .dy-faq-group summary {
    font-size: 18px;
  }

  .dy-review-cta {
    margin-top: 12px;
  }

  .dy-cookie-banner {
    right: 8px;
    bottom: 8px;
    grid-template-columns: 1fr;
    width: calc(100vw - 16px);
    gap: 5px;
    max-height: none;
    overflow: visible;
    padding: 6px;
  }

  .dy-cookie-banner p {
    font-size: 11px;
    line-height: 1.2;
  }

  .dy-cookie-banner .dy-kicker {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .dy-cookie-actions {
    grid-template-columns: 1fr 1fr auto;
    gap: 5px;
    align-items: center;
  }

  .dy-cookie-actions .button {
    min-height: 30px;
    padding: 4px 6px;
    font-size: 13px;
    line-height: 1;
  }

  .dy-cookie-actions a {
    grid-column: auto;
    padding: 0 2px;
    font-size: 11px;
    white-space: nowrap;
  }

  .woocommerce .coupon {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .woocommerce .coupon input.input-text,
  .woocommerce .coupon .button,
  .woocommerce-cart-form .actions .button,
  .woocommerce .wc-proceed-to-checkout .button {
    width: 100%;
    min-height: 48px;
    white-space: normal;
  }

  .woocommerce .coupon .button {
    font-size: 0;
  }

  .woocommerce .coupon .button::after {
    content: "Appliquer";
    font-size: 20px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    color: #24150d;
    font-weight: 850;
  }

  .woocommerce-checkout #payment .woocommerce-info {
    padding: 14px;
  }

  .woocommerce-checkout #payment .woocommerce-info::before {
    position: static;
    display: inline-block;
    margin-right: 6px;
  }
}

@media (max-width: 380px) {
  .dy-cookie-actions {
    grid-template-columns: 1fr 1fr;
  }

  .dy-cookie-actions a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 460px) {
  .dy-proofbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dy-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .dy-category-card {
    min-height: 108px;
    aspect-ratio: 1 / 1.12;
    border-width: 1px;
  }

  .dy-category-card h2 {
    right: 8px;
    bottom: 8px;
    left: 8px;
    font-size: 14px;
    line-height: 1.05;
  }
}
