.dglm-about {
  --dglm-about-wine: #7f4f50;
  --dglm-about-wine-dark: #583537;
  --dglm-about-rose: #cfa8a8;
  --dglm-about-blush: #ead9d6;
  --dglm-about-ivory: #f8f5f0;
  --dglm-about-paper: #fffdf9;
  --dglm-about-ink: #332b2a;
  --dglm-about-muted: #736763;
  --dglm-about-border: rgba(100, 70, 67, 0.14);
  --dglm-about-x: 0px;
  --dglm-about-y: 0px;
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--dglm-about-paper);
  color: var(--dglm-about-ink);
  font-family: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

.dglm-about,
.dglm-about * {
  box-sizing: border-box;
}

.dglm-about__ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.dglm-about__wash,
.dglm-about__ring {
  position: absolute;
  display: block;
  will-change: transform;
}

.dglm-about__wash {
  border-radius: 50%;
  transition: transform 0.8s cubic-bezier(0.2, 0.75, 0.25, 1);
}

.dglm-about__wash--one {
  top: -360px;
  left: -360px;
  width: 820px;
  height: 820px;
  background: radial-gradient(circle, rgba(234, 217, 214, 0.56), rgba(234, 217, 214, 0.1) 53%, transparent 72%);
  transform: translate3d(calc(var(--dglm-about-x) * -0.45), calc(var(--dglm-about-y) * -0.45), 0);
  animation: dglm-about-wash-one 16s ease-in-out infinite alternate;
}

.dglm-about__wash--two {
  right: -320px;
  bottom: -430px;
  width: 850px;
  height: 850px;
  background: radial-gradient(circle, rgba(207, 168, 168, 0.18), transparent 68%);
  transform: translate3d(calc(var(--dglm-about-x) * 0.6), calc(var(--dglm-about-y) * 0.6), 0);
  animation: dglm-about-wash-two 19s ease-in-out infinite alternate;
}

.dglm-about__ring {
  aspect-ratio: 1;
  border: 1px solid rgba(127, 79, 80, 0.075);
  border-radius: 50%;
}

.dglm-about__ring--one {
  top: 9%;
  right: 4%;
  width: clamp(190px, 21vw, 350px);
  transform: translate3d(calc(var(--dglm-about-x) * 0.25), calc(var(--dglm-about-y) * 0.25), 0);
  animation: dglm-about-ring 13s ease-in-out infinite alternate;
}

.dglm-about__ring--one::before,
.dglm-about__ring--one::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(127, 79, 80, 0.05);
  border-radius: 50%;
}

.dglm-about__ring--one::before {
  inset: 18%;
}

.dglm-about__ring--one::after {
  inset: 37%;
}

.dglm-about__ring--two {
  bottom: 7%;
  left: 43%;
  width: 80px;
  border-style: dashed;
  border-color: rgba(127, 79, 80, 0.11);
  animation: dglm-about-spin 28s linear infinite;
}

.dglm-about__inner {
  display: grid;
  grid-template-columns: minmax(350px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(62px, 8vw, 130px);
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: clamp(100px, 10vw, 160px) clamp(24px, 5.2vw, 78px);
}

.dglm-about__media,
.dglm-about__content {
  min-width: 0;
}

.dglm-about__media {
  position: relative;
}

.dglm-about__photo-frame {
  position: relative;
  width: min(100%, 540px);
  margin: 0 auto;
  padding: 14px;
  border: 1px solid rgba(127, 79, 80, 0.16);
  border-radius: 2px 98px 2px 2px;
  background: rgba(248, 245, 240, 0.82);
  box-shadow: 0 34px 90px rgba(79, 53, 50, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.dglm-about__photo-frame::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 34px;
  right: -22px;
  bottom: -23px;
  left: 38px;
  border: 1px solid rgba(127, 79, 80, 0.11);
  border-radius: 2px 80px 2px 2px;
}

.dglm-about__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 1px 82px 1px 1px;
  background: #dfdad3;
}

.dglm-about__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 60%, rgba(44, 35, 33, 0.18)),
    linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 35%);
  pointer-events: none;
}

.dglm-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
  filter: saturate(0.9) contrast(1.02);
  transform: scale(1.015) translate3d(calc(var(--dglm-about-x) * 0.18), calc(var(--dglm-about-y) * 0.18), 0);
  transition: transform 0.9s cubic-bezier(0.2, 0.75, 0.25, 1), filter 0.5s ease;
  will-change: transform;
}

.dglm-about__photo-frame:hover .dglm-about__photo img {
  filter: saturate(0.98) contrast(1.025);
  transform: scale(1.045) translate3d(calc(var(--dglm-about-x) * 0.18), calc(var(--dglm-about-y) * 0.18), 0);
}

.dglm-about__photo-line {
  position: absolute;
  z-index: 2;
  display: block;
  background: var(--dglm-about-wine);
}

.dglm-about__photo-line--top {
  top: -13px;
  left: 53px;
  width: 88px;
  height: 1px;
}

.dglm-about__photo-line--top::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 7px;
  height: 7px;
  border: 1px solid var(--dglm-about-wine);
  border-radius: 50%;
  background: var(--dglm-about-paper);
}

.dglm-about__photo-line--bottom {
  right: -14px;
  bottom: 78px;
  width: 1px;
  height: 74px;
}

.dglm-about__experience {
  position: absolute;
  z-index: 3;
  right: -27px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 207px;
  padding: 16px 19px;
  border: 1px solid rgba(127, 79, 80, 0.13);
  background: rgba(255, 253, 249, 0.93);
  box-shadow: 0 18px 45px rgba(75, 51, 48, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.dglm-about__experience strong {
  color: var(--dglm-about-wine);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 47px;
  font-weight: 400;
  line-height: 0.8;
  letter-spacing: -0.04em;
}

.dglm-about__experience span {
  color: var(--dglm-about-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dglm-about__content {
  position: relative;
  max-width: 720px;
}

.dglm-about__eyebrow {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 25px;
  color: var(--dglm-about-wine);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.19em;
}

.dglm-about__eyebrow > span {
  display: block;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--dglm-about-wine), rgba(127, 79, 80, 0.16));
}

.dglm-about__content h2 {
  max-width: 700px;
  margin: 0;
  color: var(--dglm-about-ink);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(47px, 4.8vw, 72px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.035em;
}

.dglm-about__content h2 em {
  color: var(--dglm-about-wine);
  font-weight: 400;
}

.dglm-about__copy {
  max-width: 665px;
  margin-top: clamp(34px, 4vw, 53px);
  padding-left: 29px;
  border-left: 1px solid rgba(127, 79, 80, 0.2);
}

.dglm-about__copy p {
  margin: 0;
  color: var(--dglm-about-muted);
  font-size: clamp(15px, 1.05vw, 17px);
  line-height: 1.78;
}

.dglm-about__copy p + p {
  margin-top: 17px;
}

.dglm-about__copy p:first-child {
  color: #534946;
}

.dglm-about__quote {
  position: relative;
  max-width: 680px;
  margin: clamp(35px, 4vw, 52px) 0 0;
  padding: 31px 38px 31px 72px;
  overflow: hidden;
  border: 0;
  border-radius: 2px 36px 2px 2px;
  background: linear-gradient(135deg, var(--dglm-about-wine-dark), var(--dglm-about-wine));
  box-shadow: 0 24px 54px rgba(89, 54, 56, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.11);
}

.dglm-about__quote::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 155px;
  height: 155px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.dglm-about__quote-mark {
  position: absolute;
  top: 20px;
  left: 26px;
  color: rgba(255, 255, 255, 0.28);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 66px;
  font-style: italic;
  line-height: 1;
}

.dglm-about__quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.91);
  font-family: "Instrument Serif", Georgia, serif;
  font-size: clamp(20px, 1.75vw, 26px);
  font-style: italic;
  line-height: 1.38;
}

.dglm-about-motion [data-dglm-about-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.85s cubic-bezier(0.2, 0.75, 0.25, 1),
    transform 0.85s cubic-bezier(0.2, 0.75, 0.25, 1);
  transition-delay: calc(var(--dglm-about-order, 0) * 105ms + 60ms);
}

.dglm-about-motion .dglm-about__media[data-dglm-about-reveal] {
  transform: translateX(-34px);
}

.dglm-about-motion.is-visible [data-dglm-about-reveal] {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes dglm-about-wash-one {
  from { margin-top: -12px; margin-left: -8px; }
  to { margin-top: 15px; margin-left: 12px; }
}

@keyframes dglm-about-wash-two {
  from { margin-right: -9px; margin-bottom: -13px; }
  to { margin-right: 14px; margin-bottom: 15px; }
}

@keyframes dglm-about-ring {
  from { margin-top: -8px; scale: 0.98; }
  to { margin-top: 14px; scale: 1.04; }
}

@keyframes dglm-about-spin {
  to { rotate: 360deg; }
}

@media (max-width: 1050px) {
  .dglm-about__inner {
    grid-template-columns: minmax(300px, 0.84fr) minmax(0, 1.16fr);
    gap: 55px;
  }

  .dglm-about__experience {
    right: -14px;
  }
}

@media (max-width: 820px) {
  .dglm-about__inner {
    grid-template-columns: 1fr;
    gap: 65px;
    padding-right: clamp(24px, 7vw, 58px);
    padding-left: clamp(24px, 7vw, 58px);
  }

  .dglm-about__photo-frame {
    width: min(88%, 530px);
  }

  .dglm-about__content {
    max-width: 720px;
    margin: 0 auto;
  }
}

@media (max-width: 680px) {
  .dglm-about__inner {
    gap: 58px;
    padding: 78px 18px 76px;
  }

  .dglm-about__photo-frame {
    width: calc(100% - 18px);
    margin-left: 0;
    padding: 9px;
    border-radius: 2px 58px 2px 2px;
  }

  .dglm-about__photo-frame::before {
    top: 25px;
    right: -17px;
    bottom: -17px;
    left: 25px;
    border-radius: 2px 48px 2px 2px;
  }

  .dglm-about__photo {
    border-radius: 1px 50px 1px 1px;
  }

  .dglm-about__photo-line--top {
    left: 35px;
    width: 65px;
  }

  .dglm-about__photo-line--bottom {
    right: -11px;
  }

  .dglm-about__experience {
    right: -17px;
    bottom: 23px;
    min-width: 174px;
    padding: 13px 15px;
  }

  .dglm-about__experience strong {
    font-size: 40px;
  }

  .dglm-about__experience span {
    font-size: 8px;
  }

  .dglm-about__eyebrow {
    gap: 10px;
    margin-bottom: 20px;
    font-size: 9px;
    letter-spacing: 0.16em;
  }

  .dglm-about__eyebrow > span {
    width: 28px;
  }

  .dglm-about__content h2 {
    font-size: clamp(43px, 13vw, 58px);
    line-height: 0.99;
  }

  .dglm-about__copy {
    margin-top: 32px;
    padding-left: 19px;
  }

  .dglm-about__copy p {
    font-size: 14px;
    line-height: 1.75;
  }

  .dglm-about__quote {
    margin-top: 34px;
    padding: 29px 24px 29px 57px;
    border-radius: 2px 28px 2px 2px;
  }

  .dglm-about__quote-mark {
    top: 19px;
    left: 18px;
    font-size: 55px;
  }

  .dglm-about__quote p {
    font-size: 20px;
  }

  .dglm-about__ring--one {
    top: 44%;
    right: -25%;
    width: 280px;
  }
}

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

  .dglm-about-motion [data-dglm-about-reveal] {
    opacity: 1;
    transform: none;
  }
}

