:root {
  --dcw-navy: #003a70;
  --dcw-blue: #0069a7;
  --dcw-gold: #ffcd00;
  --dcw-ink: #162033;
  --dcw-paper: #f4f6f7;
  --dcw-white: #ffffff;
  --dcw-gray: #cfd2d3;
  --dcw-muted: #596574;
  --dcw-max: 80rem;
  --dcw-header-height: 5rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}

body.dcw-one-page-active {
  margin: 0;
  overflow-x: hidden;
  background: var(--dcw-white);
}

body.dcw-one-page-active :is(#masthead, .site-header, .entry-header, .page-header) {
  display: none !important;
}

body.dcw-one-page-active :is(.site-content, .ast-container, .content-area, .site-main, .entry-content) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.dcw-one-page-active .elementor-element,
body.dcw-one-page-active .e-con-inner {
  max-width: none;
}

.dcw-site,
.dcw-site *,
.dcw-site *::before,
.dcw-site *::after {
  box-sizing: border-box;
}

.dcw-site {
  position: relative;
  width: 100%;
  overflow: clip;
  color: var(--dcw-ink);
  background: var(--dcw-white);
  font-family: "Century Gothic", "Avenir Next", "Open Sans", Calibri, Arial, sans-serif;
  line-height: 1.55;
}

.dcw-site :is(button, input, select, textarea) {
  font: inherit;
}

.dcw-site button {
  cursor: pointer;
}

.dcw-site a {
  color: inherit;
}

.dcw-site :focus-visible {
  outline: 3px solid var(--dcw-gold);
  outline-offset: 4px;
}

.dcw-shell {
  width: min(calc(100% - clamp(2rem, 8vw, 7rem)), var(--dcw-max));
  margin-inline: auto;
}

.dcw-band {
  position: relative;
  scroll-margin-top: var(--dcw-header-height);
}

.dcw-kicker {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin: 0 0 1rem;
  color: var(--dcw-blue);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dcw-kicker::before {
  content: "";
  width: clamp(2rem, 5vw, 4.5rem);
  height: .25rem;
  background: var(--dcw-gold);
}

.dcw-kicker span {
  color: var(--dcw-navy);
}

.dcw-section-head {
  margin-bottom: clamp(2.5rem, 6vw, 5.5rem);
}

.dcw-section-head__grid {
  display: grid;
  gap: clamp(1.5rem, 4vw, 5rem);
}

.dcw-section-head h2 {
  max-width: 15ch;
  margin: 0;
  color: var(--dcw-navy);
  font-size: clamp(2.4rem, 7vw, 5.4rem);
  font-weight: 900;
  line-height: .98;
}

.dcw-section-head p {
  align-self: end;
  max-width: 38rem;
  margin: 0;
  color: var(--dcw-muted);
  font-size: clamp(1rem, 2vw, 1.28rem);
}

.dcw-button {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: .85rem 1.3rem;
  border: 2px solid currentColor;
  border-radius: 0;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.dcw-button:hover {
  transform: translate(-3px, -3px);
  box-shadow: 6px 6px 0 var(--dcw-ink);
}

.dcw-button--gold {
  border-color: var(--dcw-gold);
  color: var(--dcw-navy);
  background: var(--dcw-gold);
}

.dcw-button--outline {
  color: var(--dcw-white);
  background: transparent;
}

.dcw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}

.dcw-skip-link {
  position: fixed;
  z-index: 10005;
  top: .5rem;
  left: .5rem;
  padding: .8rem 1rem;
  transform: translateY(-150%);
  color: var(--dcw-white);
  background: var(--dcw-navy);
}

.dcw-skip-link:focus {
  transform: none;
}

/* Header */
.dcw-header {
  position: fixed;
  z-index: 9995;
  inset: 0 0 auto;
  width: 100%;
  color: var(--dcw-navy);
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--dcw-gray);
  backdrop-filter: blur(18px) saturate(115%);
  transition: background .25s ease, box-shadow .25s ease;
}

.dcw-header.is-scrolled {
  background: rgba(255, 255, 255, .99);
  box-shadow: 0 10px 30px rgba(0, 38, 78, .12);
}

.dcw-header__inner {
  display: flex;
  min-height: var(--dcw-header-height);
  width: min(calc(100% - 1.5rem), 90rem);
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-inline: auto;
}

.dcw-header__brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: .7rem;
  text-decoration: none;
}

.dcw-header__brand img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
}

.dcw-header__brand span {
  display: grid;
  min-width: 0;
}

.dcw-header__brand strong {
  color: var(--dcw-navy);
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.dcw-header__brand small {
  overflow: hidden;
  color: var(--dcw-blue);
  font-size: .63rem;
  font-weight: 800;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.dcw-header__toggle {
  position: relative;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-content: center;
  gap: .3rem;
  padding: 0;
  border: 1px solid var(--dcw-navy);
  border-radius: 0;
  color: var(--dcw-navy);
  background: transparent;
}

.dcw-header__toggle span:not(.screen-reader-text) {
  display: block;
  width: 1.35rem;
  height: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.dcw-header__toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(.4rem) rotate(45deg);
}

.dcw-header__toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.dcw-header__toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-.4rem) rotate(-45deg);
}

.dcw-header .dcw-header__nav {
  position: fixed;
  z-index: 9994;
  top: var(--dcw-header-height);
  right: 0;
  display: grid;
  width: min(88vw, 24rem);
  max-height: calc(100svh - var(--dcw-header-height));
  overflow-y: auto;
  padding: 1.25rem;
  transform: translateX(102%);
  color: var(--dcw-white);
  background: var(--dcw-navy);
  border-left: .35rem solid var(--dcw-gold);
  box-shadow: -20px 20px 35px rgba(0, 20, 40, .28);
  transition: transform .28s ease;
}

.dcw-header__nav.is-open {
  transform: none;
}

.dcw-header__nav :is(a, button) {
  display: flex;
  min-height: 3.35rem;
  align-items: center;
  padding: .8rem .5rem;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  color: inherit;
  background: transparent;
  font-weight: 800;
  text-align: left;
  text-decoration: none;
}

.dcw-header__nav :is(a, button):hover {
  color: var(--dcw-gold);
}

.dcw-header__nav .dcw-header__donate {
  justify-content: center;
  margin-top: 1rem;
  border: 2px solid var(--dcw-gold);
  color: var(--dcw-navy);
  background: var(--dcw-gold);
}

.dcw-header__progress {
  height: 3px;
  background: rgba(0, 58, 112, .08);
}

.dcw-header__progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--dcw-gold);
}

/* Transparent approved hero stage */
.dcw-hero-stage {
  position: relative;
  min-height: 100svh;
  background-color: transparent;
  background-image: none;
  background-position: center;
  background-size: cover;
}

.dcw-hero-stage::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: transparent;
  pointer-events: none;
}

.dcw-hero-stage > * {
  position: relative;
  z-index: 1;
}

/* Impact */
.dcw-impact {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: var(--dcw-white);
  border-top: .45rem solid var(--dcw-gold);
}

.dcw-impact__manifesto {
  display: grid;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  border: 2px solid var(--dcw-ink);
  box-shadow: .7rem .7rem 0 var(--dcw-gold);
}

.dcw-impact__statement {
  min-height: 22rem;
  padding: clamp(2rem, 5vw, 4rem);
  color: var(--dcw-ink);
  background: var(--dcw-gold);
}

.dcw-impact__statement--blue {
  color: var(--dcw-white);
  background: var(--dcw-navy);
}

.dcw-impact__statement > span,
.dcw-impact__pathways article > span {
  display: block;
  margin-bottom: 3.5rem;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dcw-impact__statement h3 {
  max-width: 14ch;
  margin: 0 0 1.5rem;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
}

.dcw-impact__statement p {
  max-width: 35rem;
  margin: 0;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.dcw-impact__pathways {
  display: grid;
  border-top: 2px solid var(--dcw-navy);
}

.dcw-impact__pathways article {
  position: relative;
  min-height: 18rem;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid var(--dcw-gray);
}

.dcw-impact__pathways article::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .35rem;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--dcw-gold);
  transition: transform .35s ease;
}

.dcw-impact__pathways article:hover::after {
  transform: scaleX(1);
}

.dcw-impact__pathways article > span {
  margin-bottom: 2.8rem;
  color: var(--dcw-blue);
}

.dcw-impact__pathways h3 {
  margin: 0 0 1rem;
  color: var(--dcw-navy);
  font-size: clamp(1.35rem, 3vw, 2rem);
}

.dcw-impact__pathways p {
  margin: 0;
  color: var(--dcw-muted);
}

.dcw-impact__cta {
  margin-top: clamp(3rem, 8vw, 7rem);
  padding: clamp(2rem, 6vw, 5rem);
  color: var(--dcw-white);
  background: var(--dcw-navy);
  border-top: .6rem solid var(--dcw-gold);
}

.dcw-impact__cta > p {
  margin: 0 0 .75rem;
  color: var(--dcw-gold);
  font-weight: 900;
}

.dcw-impact__cta h3 {
  max-width: 20ch;
  margin: 0 0 2rem;
  font-size: clamp(2rem, 6vw, 4.8rem);
  line-height: 1;
}

/* Events continuity without changing approved calendar */
#events {
  scroll-margin-top: var(--dcw-header-height);
}

#civitan-event-calendar {
  padding-block: clamp(4rem, 8vw, 7rem) !important;
}

/* Gallery */
.dcw-gallery {
  padding-block: clamp(5rem, 10vw, 9rem);
  background: var(--dcw-paper);
  border-top: 1px solid var(--dcw-gray);
}

.dcw-gallery__filters {
  display: flex;
  overflow-x: auto;
  margin-bottom: 2rem;
  border-bottom: 2px solid var(--dcw-navy);
  scrollbar-width: thin;
}

.dcw-gallery__filters button {
  flex: 0 0 auto;
  min-height: 3rem;
  padding: .75rem 1rem;
  border: 0;
  color: var(--dcw-navy);
  background: transparent;
  font-size: .85rem;
  font-weight: 900;
}

.dcw-gallery__filters button.is-active {
  color: var(--dcw-navy);
  background: var(--dcw-gold);
}

.dcw-gallery__grid {
  display: grid;
  gap: 1rem;
}

.dcw-gallery__item {
  min-width: 0;
  overflow: hidden;
  background: var(--dcw-white);
  border: 1px solid var(--dcw-gray);
  transition: transform .3s ease, box-shadow .3s ease;
}

.dcw-gallery__item:hover {
  z-index: 2;
  transform: translateY(-.45rem);
  box-shadow: .65rem .65rem 0 var(--dcw-navy);
}

.dcw-gallery__item[hidden] {
  display: none;
}

.dcw-gallery__item > button {
  display: grid;
  width: 100%;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  text-align: left;
}

.dcw-gallery__media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--dcw-navy);
}

.dcw-gallery__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .8, .2, 1);
}

.dcw-gallery__item:hover img {
  transform: scale(1.045);
}

.dcw-gallery__placeholder {
  position: absolute;
  display: grid;
  inset: 0;
  place-items: center;
  overflow: hidden;
  color: var(--dcw-white);
  background: var(--dcw-navy);
}

.dcw-gallery__placeholder::before,
.dcw-gallery__placeholder::after {
  content: "";
  position: absolute;
  background: var(--dcw-gold);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.dcw-gallery__placeholder::before {
  top: 18%;
  right: -10%;
  width: 78%;
  height: .55rem;
  transform: rotate(-18deg);
}

.dcw-gallery__placeholder::after {
  right: 14%;
  bottom: -28%;
  width: 1px;
  height: 90%;
  transform: rotate(26deg);
  background: rgba(255, 255, 255, .55);
}

.dcw-gallery__item:hover .dcw-gallery__placeholder::before {
  transform: translateX(-20%) rotate(-18deg);
}

.dcw-gallery__item:hover .dcw-gallery__placeholder::after {
  transform: translateY(-18%) rotate(26deg);
}

.dcw-gallery__placeholder b {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: var(--dcw-gold);
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 1;
}

.dcw-gallery__placeholder i {
  position: relative;
  z-index: 1;
  padding: .7rem 1rem;
  border: 1px solid rgba(255, 255, 255, .7);
  font-size: .75rem;
  font-style: normal;
  font-weight: 900;
}

.dcw-gallery__caption {
  display: grid;
  gap: .4rem;
  min-height: 11rem;
  padding: 1.25rem;
}

.dcw-gallery__caption small {
  color: var(--dcw-blue);
  font-size: .68rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dcw-gallery__caption strong {
  color: var(--dcw-navy);
  font-size: 1.15rem;
}

.dcw-gallery__caption span {
  color: var(--dcw-muted);
  font-size: .93rem;
}

.dcw-lightbox {
  position: fixed;
  z-index: 10020;
  display: grid;
  inset: 0;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 24, 48, .9);
  backdrop-filter: blur(10px);
}

.dcw-lightbox[hidden] {
  display: none;
}

.dcw-lightbox__content {
  display: grid;
  width: min(100%, 68rem);
  max-height: calc(100svh - 5rem);
  overflow: auto;
  color: var(--dcw-ink);
  background: var(--dcw-white);
  border: .35rem solid var(--dcw-gold);
}

.dcw-lightbox__content .dcw-gallery__media {
  min-height: 18rem;
}

.dcw-lightbox__close {
  position: fixed;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--dcw-white);
  color: var(--dcw-white);
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}

/* Civi-Chicks */
.dcw-chicks {
  padding-block: clamp(5rem, 10vw, 9rem);
  color: var(--dcw-white);
  background: #083150;
  border-top: .45rem solid var(--dcw-gold);
}

.dcw-chicks .dcw-kicker {
  color: var(--dcw-gold);
}

.dcw-chicks .dcw-kicker span {
  color: var(--dcw-white);
}

.dcw-chicks__intro {
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  margin-bottom: clamp(3rem, 7vw, 6rem);
}

.dcw-chicks__mark {
  position: relative;
  display: grid;
  width: min(100%, 22rem);
  aspect-ratio: 1;
  place-content: center;
  overflow: hidden;
  color: var(--dcw-navy);
  background: var(--dcw-gold);
  border: .55rem solid var(--dcw-white);
  box-shadow: 1rem 1rem 0 var(--dcw-blue);
  text-align: center;
}

.dcw-chicks__mark > span {
  position: absolute;
  top: -1.2rem;
  left: .2rem;
  color: rgba(0, 58, 112, .14);
  font-size: clamp(12rem, 32vw, 20rem);
  font-weight: 900;
  line-height: 1;
}

.dcw-chicks__mark strong,
.dcw-chicks__mark small {
  position: relative;
  z-index: 1;
}

.dcw-chicks__mark strong {
  font-size: clamp(2.4rem, 9vw, 4.8rem);
  line-height: .82;
}

.dcw-chicks__mark small {
  margin-top: 1rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dcw-chicks h2 {
  margin: 0 0 1.5rem;
  color: var(--dcw-gold);
  font-size: clamp(3rem, 9vw, 6.5rem);
  line-height: .9;
}

.dcw-chicks__lead {
  max-width: 35rem;
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 3vw, 1.65rem);
  font-weight: 800;
}

.dcw-chicks__intro > div:last-child > p:last-child {
  max-width: 42rem;
  color: rgba(255, 255, 255, .78);
}

.dcw-chicks__values {
  display: grid;
  margin-bottom: clamp(3rem, 7vw, 6rem);
  border-top: 1px solid rgba(255, 255, 255, .45);
}

.dcw-chicks__values article {
  min-height: 16rem;
  padding: 2rem 1rem 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.dcw-chicks__values span {
  color: var(--dcw-gold);
  font-size: .75rem;
  font-weight: 900;
}

.dcw-chicks__values h3 {
  margin: 3rem 0 .8rem;
  color: var(--dcw-white);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.dcw-chicks__values p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.dcw-chicks__stories {
  display: grid;
  gap: 1.25rem;
}

.dcw-chicks__photo {
  margin: 0;
  background: var(--dcw-white);
  border: 1px solid rgba(255, 255, 255, .45);
}

.dcw-placeholder-visual {
  position: relative;
  display: grid;
  aspect-ratio: 16 / 10;
  place-content: center;
  overflow: hidden;
  color: var(--dcw-white);
  background: var(--dcw-blue);
}

.dcw-placeholder-visual::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 1rem;
  transform: translateX(-45%) rotate(-15deg);
  background: var(--dcw-gold);
  animation: dcw-placeholder-sweep 6s ease-in-out infinite alternate;
}

.dcw-placeholder-visual::after {
  content: "DULUTH / GWINNETT";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: .7rem;
  font-weight: 900;
}

.dcw-placeholder-visual span {
  position: relative;
  z-index: 1;
  padding: .8rem 1rem;
  border: 1px solid rgba(255, 255, 255, .7);
  font-size: .75rem;
  font-weight: 900;
}

.dcw-chicks__photo p {
  margin: 0;
  padding: 1.25rem;
  color: var(--dcw-muted);
}

.dcw-chicks__photo p span {
  display: block;
  margin-bottom: .35rem;
  color: var(--dcw-navy);
  font-weight: 900;
}

.dcw-chicks__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: clamp(2.5rem, 6vw, 5rem);
  padding-top: 2rem;
  border-top: 2px solid var(--dcw-gold);
}

.dcw-chicks__cta p {
  margin: 0;
  font-size: clamp(1.4rem, 3vw, 2.4rem);
  font-weight: 900;
}

/* Contact */
.dcw-contact {
  min-height: 85svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding-block: clamp(5rem, 10vw, 9rem);
  color: var(--dcw-white);
  background: var(--dcw-navy);
}

.dcw-contact__backdrop {
  position: absolute;
  display: grid;
  inset: 0;
  align-content: space-around;
  opacity: .055;
  pointer-events: none;
}

.dcw-contact__backdrop span {
  color: var(--dcw-white);
  font-size: clamp(5rem, 15vw, 14rem);
  font-weight: 900;
  line-height: .75;
  white-space: nowrap;
}

.dcw-contact__backdrop span:nth-child(2) {
  margin-left: 12%;
}

.dcw-contact__inner {
  position: relative;
  z-index: 1;
}

.dcw-contact .dcw-kicker {
  color: var(--dcw-gold);
}

.dcw-contact .dcw-kicker span {
  color: var(--dcw-white);
}

.dcw-contact h2 {
  max-width: 14ch;
  margin: 0 0 1.5rem;
  color: var(--dcw-white);
  font-size: clamp(3rem, 9vw, 7rem);
  line-height: .9;
}

.dcw-contact__inner > p:not(.dcw-kicker) {
  max-width: 46rem;
  margin: 0 0 2.5rem;
  color: rgba(255, 255, 255, .8);
  font-size: clamp(1rem, 2vw, 1.3rem);
}

.dcw-contact__choices {
  display: grid;
  margin-bottom: 2rem;
  border-top: 1px solid rgba(255, 255, 255, .45);
}

.dcw-contact__choices :is(button, a) {
  display: grid;
  min-height: 9rem;
  grid-template-columns: 2.5rem 1fr;
  align-content: center;
  gap: .25rem 1rem;
  padding: 1.25rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: var(--dcw-white);
  background: transparent;
  text-align: left;
  text-decoration: none;
  transition: padding .25s ease, color .25s ease, background .25s ease;
}

.dcw-contact__choices :is(button, a):hover {
  padding-inline: 1rem;
  color: var(--dcw-navy);
  background: var(--dcw-gold);
}

.dcw-contact__choices span {
  grid-row: span 2;
  color: var(--dcw-gold);
  font-size: .75rem;
  font-weight: 900;
}

.dcw-contact__choices :is(button, a):hover span {
  color: var(--dcw-navy);
}

.dcw-contact__choices strong {
  font-size: 1.4rem;
}

.dcw-contact__choices small {
  color: rgba(255, 255, 255, .65);
}

.dcw-contact__choices :is(button, a):hover small {
  color: var(--dcw-navy);
}

.dcw-contact-modal {
  position: fixed;
  z-index: 10015;
  display: grid;
  inset: 0;
  place-items: center;
  overflow-y: auto;
  padding: 1rem;
  background: rgba(0, 25, 50, .9);
  backdrop-filter: blur(12px);
}

.dcw-contact-modal[hidden] {
  display: none;
}

.dcw-contact-modal__panel {
  width: min(100%, 62rem);
  max-height: calc(100svh - 2rem);
  overflow-y: auto;
  color: var(--dcw-ink);
  background: var(--dcw-white);
  border-top: .55rem solid var(--dcw-gold);
  box-shadow: 1rem 1rem 0 rgba(0, 105, 167, .55);
}

.dcw-contact-modal__panel > header {
  position: relative;
  padding: clamp(1.5rem, 5vw, 3.5rem);
  color: var(--dcw-white);
  background: var(--dcw-navy);
}

.dcw-contact-modal__panel header p {
  margin: 0 0 .5rem;
  color: var(--dcw-gold);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dcw-contact-modal__panel header h2 {
  max-width: 15ch;
  margin: 0;
  font-size: clamp(2rem, 5vw, 3.8rem);
  line-height: 1;
}

.dcw-contact-modal__panel header button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 3rem;
  height: 3rem;
  border: 2px solid var(--dcw-white);
  color: var(--dcw-white);
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}

.dcw-contact-modal form {
  padding: clamp(1.5rem, 5vw, 3.5rem);
}

.dcw-form-grid {
  display: grid;
  gap: 1rem;
}

.dcw-form-grid label {
  display: grid;
  gap: .4rem;
  color: var(--dcw-navy);
  font-size: .82rem;
  font-weight: 900;
}

.dcw-form-grid :is(input, select, textarea) {
  width: 100%;
  min-height: 3.25rem;
  padding: .75rem;
  border: 2px solid #89929b;
  border-radius: 0;
  color: var(--dcw-ink);
  background: var(--dcw-white);
}

.dcw-form-grid textarea {
  min-height: 8rem;
  resize: vertical;
}

.dcw-form-grid .dcw-check {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  align-items: start;
  color: var(--dcw-ink);
}

.dcw-form-grid .dcw-check input {
  width: 1.25rem;
  min-height: 1.25rem;
}

.dcw-contact-modal__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--dcw-gray);
}

.dcw-contact-modal__actions p {
  flex: 1 1 15rem;
  margin: 0;
  font-size: .9rem;
  font-weight: 800;
}

.dcw-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
}

/* Footer */
.dcw-footer {
  padding-top: clamp(3rem, 7vw, 6rem);
  color: var(--dcw-white);
  background: #061a2d;
  border-top: .45rem solid var(--dcw-gold);
}

.dcw-footer > .dcw-shell {
  display: grid;
  gap: 2.5rem;
  padding-bottom: 3rem;
}

.dcw-footer__brand {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1rem;
}

.dcw-footer__brand img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}

.dcw-footer__brand strong {
  font-size: 1.2rem;
}

.dcw-footer__brand p {
  max-width: 35rem;
  margin: .5rem 0 0;
  color: rgba(255, 255, 255, .65);
}

.dcw-footer nav,
.dcw-footer__contact {
  display: grid;
  align-content: start;
  gap: .75rem;
}

.dcw-footer nav a,
.dcw-footer__contact a {
  width: fit-content;
  color: var(--dcw-white);
  font-weight: 800;
  text-decoration-color: rgba(255, 255, 255, .35);
  text-underline-offset: .25rem;
}

.dcw-footer address {
  color: rgba(255, 255, 255, .65);
  font-style: normal;
}

.dcw-footer__base {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem max(1rem, calc((100% - var(--dcw-max)) / 2));
  color: rgba(255, 255, 255, .65);
  background: #03111e;
  font-size: .82rem;
}

/* Motion */
[data-dcw-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .8, .2, 1);
}

.dcw-motion-ready [data-dcw-reveal] {
  opacity: 0;
  transform: translateY(1.5rem);
}

.dcw-motion-ready [data-dcw-reveal].is-visible {
  opacity: 1;
  transform: none;
}

body.dcw-modal-open {
  overflow: hidden;
}

@keyframes dcw-placeholder-sweep {
  from { transform: translateX(-48%) rotate(-15deg); }
  to { transform: translateX(18%) rotate(-15deg); }
}

@media (min-width: 42rem) {
  .dcw-section-head__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  }

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

  .dcw-gallery__item:nth-child(3n + 1) {
    grid-column: span 2;
  }

  .dcw-gallery__item:nth-child(3n + 1) > button {
    grid-template-columns: minmax(0, 1.5fr) minmax(13rem, .75fr);
  }

  .dcw-gallery__item:nth-child(3n + 1) .dcw-gallery__media {
    aspect-ratio: 16 / 9;
  }

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

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

  .dcw-form-grid__wide {
    grid-column: 1 / -1;
  }

  .dcw-footer > .dcw-shell {
    grid-template-columns: minmax(18rem, 1.5fr) minmax(10rem, .65fr) minmax(14rem, .85fr);
  }
}

@media (min-width: 64rem) {
  :root {
    --dcw-header-height: 5.25rem;
  }

  .dcw-header__inner {
    width: min(calc(100% - 3rem), 90rem);
  }

  .dcw-header__toggle {
    display: none;
  }

  .dcw-header__nav {
    position: static;
    display: flex;
    width: auto;
    max-height: none;
    align-items: center;
    gap: clamp(.2rem, 1vw, 1rem);
    overflow: visible;
    padding: 0;
    transform: none;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .dcw-header__nav :is(a, button) {
    min-height: 2.75rem;
    padding: .55rem .6rem;
    border: 0;
    font-size: .82rem;
  }

  .dcw-header__nav .dcw-header__donate {
    margin: 0 0 0 .5rem;
    padding-inline: 1.15rem;
  }

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

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

  .dcw-impact__pathways article {
    padding-inline: 1.25rem;
    border-right: 1px solid var(--dcw-gray);
  }

  .dcw-impact__pathways article:first-child {
    padding-left: 0;
  }

  .dcw-impact__pathways article:last-child {
    border-right: 0;
  }

  .dcw-chicks__intro {
    grid-template-columns: minmax(18rem, .7fr) minmax(0, 1.3fr);
  }

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

  .dcw-chicks__values article {
    padding-inline: 1.5rem;
    border-right: 1px solid rgba(255, 255, 255, .25);
  }

  .dcw-chicks__values article:first-child {
    padding-left: 0;
  }

  .dcw-chicks__values article:last-child {
    border-right: 0;
  }

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

  .dcw-contact__choices :is(button, a) {
    padding-inline: 1.25rem;
    border-right: 1px solid rgba(255, 255, 255, .3);
  }
}

@media (max-width: 34rem) {
  .dcw-header__brand small {
    display: none;
  }

  .dcw-header__brand strong {
    font-size: .9rem;
  }

  .dcw-hero-stage {
    background-position: 63% center;
  }

  .dcw-hero-stage::before {
    background: rgba(0, 36, 72, .28);
  }

  .dcw-actions,
  .dcw-chicks__cta {
    align-items: stretch;
  }

  .dcw-actions .dcw-button,
  .dcw-chicks__cta .dcw-button {
    width: 100%;
  }

  .dcw-contact-modal {
    align-items: start;
    padding: 0;
  }

  .dcw-contact-modal__panel {
    max-height: 100svh;
    min-height: 100svh;
    box-shadow: none;
  }
}

/* Version 1.4 focused responsive and editing fixes */
.dcw-site,
.dcw-site button,
.dcw-site input,
.dcw-site select,
.dcw-site textarea {
  font-family: "Century Gothic", "Avenir Next", "Open Sans", Calibri, Arial, sans-serif;
}

.dcw-header {
  position: fixed;
  z-index: 9995;
  inset: 0 0 auto;
  background: var(--dcw-header-bg, #fff);
}

.dcw-header__brand strong {
  font-size: clamp(.92rem, 1.3vw, 1.08rem);
}

.dcw-header__brand small {
  font-size: clamp(.58rem, .85vw, .7rem);
}

.dcw-header__backdrop {
  position: fixed;
  z-index: 9992;
  inset: var(--dcw-header-height) 0 0;
  display: none;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(0, 28, 58, .48);
  opacity: 0;
  cursor: default;
  transition: opacity .25s ease;
}

.dcw-header__backdrop.is-open {
  opacity: 1;
}

body.dcw-menu-open {
  overflow: hidden;
}

.dcw-gallery__rail {
  cursor: grab;
  touch-action: pan-y;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
  scrollbar-color: var(--dcw-gold) rgba(0, 58, 112, .1);
}

.dcw-gallery__rail.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.dcw-gallery--layout-bento .dcw-gallery__rail {
  grid-template-rows: repeat(2, clamp(7.25rem, 24vw, 9rem));
  grid-auto-columns: clamp(6.5rem, 24vw, 8rem);
}

.dcw-gallery__item img {
  pointer-events: none;
}

.dca-about__image-stories {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(13rem, 72vw);
  gap: clamp(.75rem, 2vw, 1.25rem);
  width: min(100% - 2rem, 82rem);
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  overflow-x: auto;
  padding: 0 0 .75rem;
  scroll-snap-type: x mandatory;
}

.dca-about__image-story {
  position: relative;
  min-height: clamp(12rem, 46vw, 18rem);
  margin: 0;
  overflow: hidden;
  border: 2px solid var(--dca-navy);
  border-radius: .25rem;
  background: var(--dca-navy);
  scroll-snap-align: start;
}

.dca-about__image-story img,
.dca-about__image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.dca-about__image-placeholder {
  display: grid;
  place-items: center;
  color: var(--dca-yellow);
  background: var(--dca-navy);
  font-size: clamp(.72rem, 2vw, .85rem);
  font-weight: 900;
  text-transform: uppercase;
}

.dca-about__image-story figcaption {
  position: absolute;
  right: .75rem;
  bottom: .75rem;
  left: .75rem;
  padding: .7rem .8rem;
  color: #fff;
  background: rgba(0, 58, 112, .9);
  border-left: .25rem solid var(--dca-yellow);
  font-size: clamp(.78rem, 2vw, .95rem);
  font-weight: 900;
}

.dca-about__image-story:hover img {
  transform: scale(1.045);
}

.dcw-chicks,
.dcw-contact {
  background: transparent;
}

.dcv-modal__close,
.dca-modal__close,
.dcw-contact-modal__panel header button,
.dcw-managed-modal__panel header button,
.dcw-lightbox__close {
  display: grid;
  width: clamp(2.75rem, 5vw, 3.1rem);
  height: clamp(2.75rem, 5vw, 3.1rem);
  min-width: 0;
  min-height: 0;
  padding: 0;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 0;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  line-height: 1;
}

@media (min-width: 48rem) {
  .dcw-header__toggle {
    display: grid;
  }

  .dcw-header .dcw-header__nav {
    top: var(--dcw-header-height);
    right: 0;
    bottom: 0;
    left: auto;
    display: grid;
    align-content: start;
    width: min(88vw, 25rem);
    max-height: none;
    padding: clamp(1.5rem, 4vw, 2.5rem);
    color: var(--dcw-navy);
    background: #fff;
    transform: translateX(102%);
    box-shadow: -1.5rem 1rem 3rem rgba(0, 38, 78, .2);
  }

  .dcw-header .dcw-header__nav.is-open {
    transform: none;
  }

  .dcw-header__backdrop {
    display: block;
    pointer-events: none;
  }

  .dcw-header__backdrop.is-open {
    pointer-events: auto;
  }

  .dca-about__image-stories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    overflow: visible;
  }

  .dca-about__image-story:nth-child(2) {
    transform: translateY(1.5rem);
  }

  .dcw-gallery--layout-bento .dcw-gallery__rail {
    grid-template-rows: repeat(2, clamp(9rem, 14vw, 11rem));
    grid-auto-columns: clamp(8rem, 14vw, 10rem);
  }
}

@media (max-width: 47.99rem) {
  .dcw-header__backdrop,
  .dcw-header--with-mobile-nav .dcw-header__toggle,
  .dcw-header--with-mobile-nav .dcw-header__nav {
    display: none !important;
  }

  .dcw-gallery {
    padding-block: clamp(3rem, 12vw, 4.5rem);
  }

  .dcw-gallery__head {
    margin-bottom: 1.5rem;
  }

  .dcw-gallery__head h2 {
    font-size: clamp(2.25rem, 12vw, 3.45rem);
  }

  .dcw-gallery__caption {
    padding: .65rem;
  }

  .dcw-gallery__caption strong {
    font-size: clamp(.82rem, 3.8vw, 1rem);
  }
}

/* Version 1.3 editable navigation, bento gallery, and number-free refinements */
.dcw-header {
  --dcw-header-bg: #fff;
  --dcw-header-link: var(--dcw-navy);
  --dcw-header-active: var(--dcw-blue);
  background: var(--dcw-header-bg);
}

.dcw-header.is-scrolled {
  background: var(--dcw-header-bg);
}

.dcw-header__brand,
.dcw-header__nav a,
.dcw-mobile-nav a {
  text-decoration: none;
}

.dcw-header .dcw-header__nav {
  color: var(--dcw-header-link);
  background: var(--dcw-header-bg);
}

.dcw-header .dcw-header__nav a {
  position: relative;
}

.dcw-header .dcw-header__nav a:hover,
.dcw-header .dcw-header__nav a.is-current {
  color: var(--dcw-header-active);
}

.dcw-header .dcw-header__nav a::after {
  content: "";
  position: absolute;
  right: .55rem;
  bottom: .45rem;
  width: .32rem;
  height: .32rem;
  transform: scale(0);
  background: var(--dcw-gold);
  transition: transform .2s ease;
}

.dcw-header .dcw-header__nav a:hover::after,
.dcw-header .dcw-header__nav a.is-current::after {
  transform: scale(1);
}

.dcw-mobile-nav {
  display: none;
}

.dcw-gallery__item {
  isolation: isolate;
  overflow: hidden;
}

.dcw-gallery--layout-bento .dcw-gallery__rail {
  display: grid;
  grid-template-rows: repeat(2, 9rem);
  grid-auto-flow: column;
  grid-auto-columns: 8rem;
  gap: .75rem;
}

.dcw-gallery--layout-bento .dcw-gallery__item,
.dcw-gallery--layout-bento .dcw-gallery__item:nth-child(3n + 1) {
  width: auto;
  min-width: 0;
  grid-column: span 2;
  box-shadow: none;
}

.dcw-gallery--layout-bento .dcw-gallery__item:nth-child(5n + 1) {
  grid-row: span 2;
}

.dcw-gallery--layout-bento .dcw-gallery__item:nth-child(5n + 4) {
  grid-column: span 3;
}

.dcw-gallery--layout-bento .dcw-gallery__item > button,
.dcw-gallery--layout-bento .dcw-gallery__item:nth-child(3n + 1) > button {
  position: relative;
  display: block;
}

.dcw-gallery--layout-bento .dcw-gallery__media,
.dcw-gallery--layout-bento .dcw-gallery__item:nth-child(3n + 1) .dcw-gallery__media {
  height: 100%;
  aspect-ratio: auto;
}

.dcw-gallery--layout-bento .dcw-gallery__caption {
  position: absolute;
  z-index: 2;
  right: .6rem;
  bottom: .6rem;
  left: .6rem;
  min-height: 0;
  padding: .75rem;
  color: var(--dcw-white);
  background: rgba(0, 40, 78, .9);
  border-left: .22rem solid var(--dcw-gold);
}

.dcw-gallery--layout-bento .dcw-gallery__caption small {
  color: var(--dcw-gold);
}

.dcw-gallery--layout-bento .dcw-gallery__caption strong,
.dcw-gallery--layout-bento .dcw-gallery__caption span {
  color: var(--dcw-white);
}

.dcw-gallery--layout-bento .dcw-gallery__caption span {
  display: none;
}

.dcw-gallery--layout-bento .dcw-lightbox__content .dcw-gallery__media {
  height: auto;
  aspect-ratio: 16 / 10;
}

.dcw-gallery--layout-bento .dcw-lightbox__content .dcw-gallery__caption {
  position: static;
  min-height: 0;
  padding: 1.25rem;
  color: var(--dcw-ink);
  background: var(--dcw-white);
  border-left: 0;
}

.dcw-gallery--layout-bento .dcw-lightbox__content .dcw-gallery__caption small {
  color: var(--dcw-blue);
}

.dcw-gallery--layout-bento .dcw-lightbox__content .dcw-gallery__caption strong {
  color: var(--dcw-navy);
}

.dcw-gallery--layout-bento .dcw-lightbox__content .dcw-gallery__caption span {
  display: block;
  color: var(--dcw-muted);
}

.dcw-gallery--layout-grid .dcw-gallery__rail {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  overflow: visible;
  scroll-snap-type: none;
}

.dcw-gallery--layout-grid .dcw-gallery__item,
.dcw-gallery--layout-grid .dcw-gallery__item:nth-child(3n + 1) {
  width: auto;
  min-width: 0;
  box-shadow: .45rem .45rem 0 var(--dcw-navy);
}

.dcw-gallery--layout-grid .dcw-gallery__rail-controls,
.dcw-gallery--layout-grid .dcw-gallery__hint {
  display: none;
}

.dcw-chicks__mark--image {
  place-items: center;
  background: var(--dcw-white);
}

.dcw-chicks__mark-logo {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
}

.dcw-chicks__values h3 {
  margin-top: 1rem;
}

.dcw-contact__choices :is(button, a) {
  grid-template-columns: 1fr;
}

@media (min-width: 48rem) {
  .dcw-gallery--layout-bento .dcw-gallery__rail {
    grid-template-rows: repeat(2, 11rem);
    grid-auto-columns: 10rem;
    gap: 1rem;
  }
}

@media (min-width: 64rem) {
  .dcw-header__nav {
    background: transparent;
  }

  .dcw-header__nav a {
    font-weight: 800;
  }
}

@media (max-width: 47.99rem) {
  body.dcw-one-page-active.dcw-has-mobile-nav {
    padding-bottom: calc(4.65rem + env(safe-area-inset-bottom));
  }

  .dcw-header--with-mobile-nav .dcw-header__toggle,
  .dcw-header--with-mobile-nav .dcw-header__nav {
    display: none;
  }

  .dcw-mobile-nav {
    position: fixed;
    z-index: 9998;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(var(--dcw-mobile-count, 5), minmax(0, 1fr));
    min-height: calc(4.65rem + env(safe-area-inset-bottom));
    padding: .35rem .2rem env(safe-area-inset-bottom);
    color: var(--dcw-navy);
    background: rgba(255, 255, 255, .98);
    border-top: .22rem solid var(--dcw-gold);
    box-shadow: 0 -10px 30px rgba(0, 38, 78, .16);
    backdrop-filter: blur(16px);
  }

  .dcw-mobile-nav a {
    display: grid;
    min-width: 0;
    place-items: center;
    align-content: center;
    gap: .22rem;
    padding: .25rem .1rem;
    color: inherit;
    font-size: clamp(.58rem, 2.6vw, .72rem);
    font-weight: 800;
    line-height: 1.1;
    text-align: center;
  }

  .dcw-mobile-nav a svg {
    width: 1.25rem;
    height: 1.25rem;
  }

  .dcw-mobile-nav a.is-current {
    color: var(--dcw-white);
    background: var(--dcw-navy);
  }

  .dcw-header__inner {
    min-height: 4.4rem;
  }

  .dcw-header__brand img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  [data-dcw-reveal] {
    opacity: 1;
    transform: none;
  }
}

/* Version 1.2 launch refinements */
.dcw-header__nav {
  color: var(--dcw-navy);
  background: var(--dcw-white);
  border-left-color: var(--dcw-gold);
}

.dcw-header__nav :is(a, button) {
  border-bottom-color: rgba(0, 58, 112, .14);
}

.dcw-header__nav :is(a, button):hover,
.dcw-header__nav :is(a, button).is-current {
  color: var(--dcw-blue);
}

.dcw-hero-stage,
.dcw-hero-stage::before {
  background-color: transparent;
  background-image: none;
}

.dcw-gallery {
  padding-block: clamp(4.5rem, 9vw, 8rem);
  overflow: hidden;
  background: var(--dcw-white);
  border-top: .4rem solid var(--dcw-gold);
}

.dcw-gallery__head {
  display: grid;
  gap: clamp(1.25rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.dcw-gallery__head h2 {
  max-width: 13ch;
  margin: 0;
  color: var(--dcw-navy);
  font-size: clamp(2.5rem, 7vw, 5.6rem);
  line-height: .96;
}

.dcw-gallery__head > p {
  max-width: 42rem;
  margin: 0;
  color: var(--dcw-muted);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.dcw-gallery__toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.dcw-gallery__toolbar label {
  display: grid;
  gap: .35rem;
  color: var(--dcw-navy);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dcw-gallery__toolbar select {
  min-width: min(68vw, 15rem);
  min-height: 3rem;
  padding: .65rem 2.5rem .65rem .8rem;
  border: 2px solid var(--dcw-navy);
  border-radius: 0;
  color: var(--dcw-navy);
  background: var(--dcw-white);
  font-weight: 800;
}

.dcw-gallery__rail-controls {
  display: flex;
  gap: .45rem;
}

.dcw-gallery__rail-controls button,
.dcw-lightbox__step {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  padding: 0;
  border: 2px solid var(--dcw-navy);
  border-radius: 0;
  color: var(--dcw-navy);
  background: var(--dcw-white);
  font-size: 1.2rem;
  font-weight: 900;
}

.dcw-gallery__rail-controls button:hover {
  color: var(--dcw-navy);
  background: var(--dcw-gold);
}

.dcw-gallery__rail {
  display: flex;
  grid-template-columns: none;
  gap: clamp(.9rem, 2.5vw, 1.5rem);
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: .25rem .2rem 1rem;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--dcw-gold) rgba(0, 58, 112, .1);
  scrollbar-width: thin;
}

.dcw-gallery__item,
.dcw-gallery__item:nth-child(3n + 1) {
  flex: 0 0 min(84vw, 25rem);
  grid-column: auto;
  scroll-snap-align: start;
  border: 1px solid var(--dcw-gray);
  box-shadow: .55rem .55rem 0 var(--dcw-navy);
}

.dcw-gallery__item > button,
.dcw-gallery__item:nth-child(3n + 1) > button {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.dcw-gallery__media,
.dcw-gallery__item:nth-child(3n + 1) .dcw-gallery__media {
  aspect-ratio: 4 / 3;
}

.dcw-gallery__caption {
  min-height: 10.5rem;
  padding: 1.1rem;
  background: var(--dcw-white);
}

.dcw-gallery__caption span {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dcw-gallery__hint {
  margin: .8rem 0 0;
  color: var(--dcw-muted);
  font-size: .8rem;
}

.dcw-lightbox {
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(.4rem, 2vw, 1rem);
}

.dcw-lightbox__content {
  width: min(100%, 68rem);
}

.dcw-lightbox__step {
  position: relative;
  z-index: 2;
}

.dcw-chicks__photo {
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.dcw-chicks__photo:hover {
  transform: translateY(-.35rem);
  box-shadow: .7rem .7rem 0 var(--dcw-gold);
}

.dcw-placeholder-visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dcw-contact__choices {
  grid-template-columns: 1fr;
}

.dcw-managed-cta {
  padding: clamp(3rem, 8vw, 6rem) clamp(1.25rem, 6vw, 5rem);
  color: var(--dcw-white);
  background: var(--dcw-navy);
  border-top: .4rem solid var(--dcw-gold);
}

.dcw-managed-cta > :not(.dcw-managed-modal) {
  width: min(100%, 70rem);
  margin-inline: auto;
}

.dcw-managed-cta h2 {
  max-width: 16ch;
  margin-block: 0 1rem;
  color: var(--dcw-white);
  font-size: clamp(2.4rem, 7vw, 5.5rem);
  line-height: .98;
}

.dcw-managed-cta > p:not(.dcw-kicker) {
  max-width: 48rem;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,.82);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.dcw-managed-modal {
  position: fixed;
  z-index: 10020;
  inset: 0;
  display: grid;
  place-items: center;
  padding: clamp(.75rem, 3vw, 2rem);
  background: rgba(0, 24, 50, .86);
}

.dcw-managed-modal[hidden] {
  display: none;
}

.dcw-managed-modal__panel {
  width: min(100%, 58rem);
  max-height: 92svh;
  overflow-y: auto;
  color: var(--dcw-ink);
  background: var(--dcw-white);
  border-top: .4rem solid var(--dcw-gold);
  box-shadow: .8rem .8rem 0 rgba(0,0,0,.28);
}

.dcw-managed-modal__panel > header {
  position: relative;
  padding: clamp(1.5rem, 4vw, 3rem);
  color: var(--dcw-white);
  background: var(--dcw-navy);
}

.dcw-managed-modal__panel header p {
  margin: 0 0 .5rem;
  color: var(--dcw-gold);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dcw-managed-modal__panel header h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--dcw-white);
  font-size: clamp(1.8rem, 5vw, 3.4rem);
}

.dcw-managed-modal__panel header button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid var(--dcw-white);
  color: var(--dcw-white);
  background: transparent;
  font-size: 1.5rem;
}

.dcw-managed-modal form {
  padding: clamp(1.25rem, 4vw, 3rem);
}

.dcw-managed-modal__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.dcw-managed-modal__actions p {
  margin: 0;
  color: var(--dcw-navy);
  font-weight: 800;
}

@media (min-width: 42rem) {
  .dcw-gallery__head {
    grid-template-columns: minmax(0, 1.2fr) minmax(20rem, .8fr);
  }

  .dcw-gallery__item,
  .dcw-gallery__item:nth-child(3n + 1) {
    flex-basis: min(56vw, 27rem);
  }

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

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

@media (min-width: 64rem) {
  .dcw-header__nav {
    background: transparent;
  }

  .dcw-gallery__item,
  .dcw-gallery__item:nth-child(3n + 1) {
    flex-basis: min(32vw, 27rem);
  }
}

@media (max-width: 34rem) {
  .dcw-hero-stage::before {
    background: transparent;
  }

  .dcw-gallery__rail-controls button {
    width: 2.75rem;
    height: 2.75rem;
  }

  .dcw-lightbox {
    grid-template-columns: 1fr 1fr;
    align-content: center;
  }

  .dcw-lightbox__content {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .dcw-lightbox__step {
    grid-row: 2;
  }
}

/* Version 1.5 focused production fixes */
.dcw-header__social {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  gap: .4rem;
}

.dcw-header__social a {
  display: grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  color: var(--dcw-header-link, var(--dcw-navy));
  border: 1px solid rgba(0, 58, 112, .22);
  text-decoration: none;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.dcw-header__social a:hover,
.dcw-header__social a:focus-visible {
  color: var(--dcw-white);
  background: var(--dcw-header-active, var(--dcw-blue));
  border-color: var(--dcw-header-active, var(--dcw-blue));
}

.dcw-header__social svg {
  width: 1.15rem;
  height: 1.15rem;
  overflow: visible;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.8;
}

.dcw-header__social svg rect,
.dcw-header__social svg circle {
  fill: none;
}

.dcw-contact {
  color: var(--dcw-contact-text, var(--dcw-navy));
  background: var(--dcw-contact-bg, var(--dcw-white));
}

.dcw-contact h2,
.dcw-contact .dcw-kicker,
.dcw-contact .dcw-kicker span,
.dcw-contact__choices :is(button, a) {
  color: var(--dcw-contact-text, var(--dcw-navy));
}

.dcw-contact__inner > p:not(.dcw-kicker),
.dcw-contact__choices small {
  color: var(--dcw-contact-text, var(--dcw-navy));
  opacity: .78;
}

.dcw-contact__backdrop span {
  color: var(--dcw-contact-text, var(--dcw-navy));
}

.dcw-contact__choices {
  border-top-color: rgba(0, 58, 112, .28);
  border-top-color: color-mix(in srgb, var(--dcw-contact-text, var(--dcw-navy)) 28%, transparent);
}

.dcw-contact__choices :is(button, a) {
  border-bottom-color: rgba(0, 58, 112, .22);
  border-bottom-color: color-mix(in srgb, var(--dcw-contact-text, var(--dcw-navy)) 22%, transparent);
}

.dcw-gallery__media {
  background: var(--dcw-paper);
}

.dcw-gallery__media img,
.dcw-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.dcw-gallery--layout-bento .dcw-gallery__caption {
  opacity: 0;
  transform: translateY(.6rem);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.dcw-gallery--layout-bento .dcw-gallery__item:hover .dcw-gallery__caption,
.dcw-gallery--layout-bento .dcw-gallery__item:focus-within .dcw-gallery__caption {
  opacity: 1;
  transform: none;
}

.dcw-gallery--layout-bento .dcw-gallery__caption strong {
  font-size: clamp(.72rem, 1vw, .9rem);
  line-height: 1.2;
}

.dcw-gallery--layout-bento .dcw-gallery__caption small {
  font-size: clamp(.58rem, .8vw, .68rem);
}

.dcw-gallery--layout-bento .dcw-lightbox__content .dcw-gallery__caption {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

@media (min-width: 48rem) {
  .dcw-header__inner {
    width: min(calc(100% - clamp(2rem, 5vw, 5rem)), 90rem);
  }

  .dcw-header__toggle,
  .dcw-header__backdrop {
    display: none !important;
  }

  body.dcw-menu-open {
    overflow: auto;
  }

  .dcw-header .dcw-header__nav,
  .dcw-header .dcw-header__nav.is-open {
    position: static;
    display: flex;
    width: auto;
    max-width: none;
    max-height: none;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(.2rem, 1vw, .8rem);
    margin-left: auto;
    padding: 0;
    overflow: visible;
    color: var(--dcw-header-link, var(--dcw-navy));
    background: transparent;
    border: 0;
    box-shadow: none;
    transform: none;
  }

  .dcw-header .dcw-header__nav a {
    min-height: 2.75rem;
    padding: .7rem clamp(.35rem, .8vw, .7rem);
    border: 0;
    color: inherit;
    white-space: nowrap;
  }

  .dcw-header__social {
    display: flex;
  }

  .dca-about__image-story {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .dca-about__image-story img,
  .dca-about__image-placeholder {
    position: absolute;
    inset: 0;
    min-height: 0;
    object-fit: cover;
    object-position: center center;
  }
}

@media (min-width: 48rem) and (max-width: 68rem) {
  .dcw-header__brand small {
    display: none;
  }

  .dcw-header .dcw-header__nav a {
    font-size: clamp(.7rem, 1.25vw, .82rem);
  }
}

@media (max-width: 47.99rem) {
  .dcw-header__social {
    display: none;
  }
}
